owasp
Security67 downloads · by community
Security audit for OWASP Top 10 vulnerabilities in your codebase
Install
npx @claudeskill/cli install owaspWhat this skill does
Performs a security audit of your codebase against the OWASP Top 10 vulnerabilities. Scans for injection flaws, broken authentication, sensitive data exposure, XML external entities, broken access control, security misconfigurations, cross-site scripting (XSS), insecure deserialization, and more. Generates a detailed report with severity levels and remediation steps.
Use cases
- Pre-deployment security audits
- Identifying injection and XSS vulnerabilities
- Checking authentication and session management
- Meeting compliance requirements for security reviews