Back to Agent Skills
Security & Quality
Security and Hardening
by Addy Osmani 78k GitHub stars
Prevent OWASP-class vulnerabilities and audit dependencies to harden applications against attack.
#security#owasp#hardening#audit
Claude Code Codex
Overview
This skill applies OWASP-oriented prevention and dependency auditing to harden applications, catching common vulnerability classes before they ship. Part of Addy Osmani's review-phase lifecycle skills.
What it is good for
- Auditing for OWASP Top 10 issues
- Reviewing dependencies for CVEs
- Hardening authentication and inputs
- Pre-release security review
Install
Install in Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add addyosmani/agent-skills
/plugin install security-and-hardening
# Or install manually into ~/.claude/skills:
git clone https://github.com/addyosmani/agent-skills.git
cp -r agent-skills/security-and-hardening ~/.claude/skills/security-and-hardening Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Security & Quality
Code Review and Quality
Perform a five-axis code review with severity labels covering correctness, design, and maintainability.
Claude Code Codex
Security & Quality Code Simplification
Reduce complexity while preserving behavior — remove dead code, flatten logic, and improve readability.
Claude Code Codex
Security & Quality Trail of Bits Security Skills
Vulnerability scanning, contract auditing, CodeQL/Semgrep analysis, and property-based testing from Trail of Bits.
Claude Code Codex Cursor