What problem does it solve?
Security-audit helps you proactively discover code and configuration weaknesses that could lead to exploitation, data leakage, or unauthorized access.
Core Features & Use Cases
- Injection testing (OWASP A03): Checks for common injection classes like SQL/command/path traversal and unsafe rendering patterns.
- Authentication & authorization validation (OWASP A01/A07): Verifies password hashing strength, JWT/session safety, rate limiting, and consistent access checks.
- Sensitive data exposure review (OWASP A02/A05): Ensures secrets are not leaked via logs/errors and that security headers, CORS, and production settings are correct.
- Dependency risk assessment (OWASP A06): Recommends dependency scanning workflows to catch known vulnerable packages.
- Actionable, structured reporting: Produces a prioritized report with location, category, impact, and concrete remediation guidance.
Quick Start
Use the security-audit skill to review the target repository’s code and configuration for OWASP Top 10 issues and generate a prioritized security report.