Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill provides a structured framework for Application Security Engineers to automate security reviews. It guides the identification of vulnerabilities in authentication, authorization, and user input handling by applying established industry benchmarks.
The tool incorporates the OWASP Top 10:2025 and ASVS 5.0, while extending coverage to LLM Top 10 (2025) and Agentic AI security standards for 2026.
WHO IT'S FOR
Application Security Engineers
automating security reviews with AI assistants
Backend Engineers
implementing secure authentication and authorization
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Run from: Directory where claude-code-owasp will be cloned and YOUR_PROJECT is reachable
In a terminal, clone the full repository and copy the complete skill directory into the target project's Claude Code skills directory. Replace YOUR_PROJECT with the target project path.
Use the owasp-security skill to review <path-to-file-or-small-module> for security issues. Trace whether each suspected issue involves attacker-controlled input, whether the relevant sink is reachable despite existing controls, and what its blast radius is before reporting it.
Use the owasp-security skill to assess whether the authentication implementation in <path-to-auth-code> is secure. Focus the first pass on authentication failures, password handling, session security, and any centralized middleware or framework controls that affect the result.
Use the owasp-security skill to check the AI agent implementation in <path-to-agent-code> for OWASP agentic security risks. Return a concise first-pass review tied to the code provided.