What problem does it solve? Manual security code reviews often drown teams in false positives and theoretical issues, making it hard to find genuinely exploitable vulnerabilities before attackers do. ## Core Features & Use Cases - Confidence-Based Reporting: Reports only HIGH confidence findings where attacker-controlled input is confirmed, separating verified vulnerabilities from theoretical concerns. - Framework-Aware Analysis: Distinguishes attacker-controlled input from server-controlled configuration and accounts for framework protections like ORM parameterization and React auto-escaping. - Comprehensive Coverage: Includes 17 reference guides covering injection, XSS, authentication, authorization, cryptography, SSRF, CSRF, deserialization, business logic, and more, based on the OWASP Cheat Sheet Series. - Use Case: Before merging a pull request that adds a new API endpoint, ask for a security review to trace data flow, verify exploitability, and receive a structured report with severity ratings and remediation guidance. ## Quick Start Ask the AI to perform a security review of the current file or diff to find exploitable vulnerabilities.