What problem does it solve? Writing secure code requires deep knowledge of language- and framework-specific security pitfalls, and manually auditing a codebase for vulnerabilities like SQL injection, XSS, CSRF, and misconfigured servers is slow and error-prone. ## Core Features & Use Cases - Secure-by-Default Code Generation: Loads framework-specific security specs (Go, Express, frontend JavaScript/TypeScript) so new code follows normative MUST/SHOULD security requirements from the start. - Passive Vulnerability Detection: Flags critical security issues in code you are already working on, such as missing CSRF protection, unsafe cookie flags, or path traversal risks. - Prioritized Security Reports: Produces a structured Markdown report with severity-rated findings, numeric IDs, line-number references, and impact statements, then applies fixes one at a time with regression-safe changes. - Use Case: Ask for a security review of your Express backend and receive a report identifying missing Helmet headers, MemoryStore session usage, and unvalidated redirects, then have each finding fixed individually. ## Quick Start Ask the agent to perform a security best-practices review of your project and generate a prioritized vulnerability report.