Security Hardening skill

Security Hardening is an agent skill for AI coding assistants (Claude Code, OpenClaw, Cursor, Codex). Defensive code patterns — OWASP Top 10 with real fixes, authN/authZ, CORS, CSP `strict-dynamic` + Trusted Types, rate limiting, dependency security, supply-chain provenance (SLSA/sigstore), AI-app risks (prompt injection, LLM data leakage), incident response. Use when hardening application code. Install with: npx skills-ws install security-hardening.

devv1.11.0Updated
copied ✓
openclawclaude-codecursorcodex
0 installsSecurity scan: cleanSource code

Security Hardening

Disambiguation: this skill = defensive code patterns. For active offensive testing see security-pentester. For runtime threat intel (URL/wallet/domain scans) see security-sentinel.

Safety gate

Before executing commands or changing external systems, confirm scope, credentials, target environment, rollback, and required approval. Pin and verify third-party artifacts; never expose secrets to client code or logs.

Reference guide

Read only the references needed for the current request: