What problem does it solve?
This Skill helps you perform security reviews that focus on exploitable risks rather than style preferences, reducing the chance that authentication, authorization, input-handling, and configuration issues ship to production.
Core Features & Use Cases
- OWASP Top 10 (2021) code-level signals: Provides concrete detection cues for broken access control, cryptographic failures, injection, insecure design, misconfiguration, outdated components, authentication failures, integrity failures, logging gaps, and SSRF.
- Secrets hygiene and scanning guidance: Emphasizes gitleaks for leaked credentials across git history and highlights how secrets can appear in logs and error messages.
- Practical validation and error-handling checks: Covers input validation, error message hygiene, auth patterns, and severity-based triage (Critical/High/Medium/Low).
- Use Case: Review a pull request that touches login, permission checks, webhook handling, or external URL fetching, then map findings to a severity model to guide whether to block the merge.
Quick Start
Run the security review reference workflow for your latest code changes and check every auth boundary, input sink, external call, and secret-handling path against the OWASP Top 10 (2021) signals.