What problem does it solve? Code touching authentication, APIs, databases, or credentials needs deeper scrutiny than a general code review, and vulnerabilities like SQL injection or hardcoded secrets are easy to miss without a structured checklist. ## Core Features & Use Cases - OWASP Top 10 Checklist: Systematically reviews injection, broken authentication, sensitive data exposure, access control, XSS, and other vulnerability categories. - Automatic Trigger Detection: Identifies security-sensitive changes by matching modified files against patterns like auth, middleware, routes, tokens, and SQL migrations. - Severity-Rated Findings: Classifies issues as CRITICAL, HIGH, MEDIUM, or LOW with clear merge-blocking rules, plus dependency audits via pnpm audit or pip-audit. - Use Case: Before merging a pull request that modifies login and session middleware, run this review to verify password hashing, cookie flags, rate limiting, and access control, then document findings in a structured security review artifact. ## Quick Start Ask the AI to perform a security review of the current branch's changes to authentication and API files before creating the pull request.