What problem does it solve? It helps developers find and fix security weaknesses in their code by applying language and framework specific security best practices, covering OWASP Top 10 risks, secrets management, supply chain security, and cloud deployment hardening. ## Core Features & Use Cases - Secure-by-default code generation: Loads reference guidance for Python, JavaScript/TypeScript, and Go frameworks so new code follows security best practices from the start. - Passive vulnerability detection: Flags critical issues like hardcoded secrets, SQL injection, and missing CSRF protection while you work. - Prioritized security reports: Produces a severity-ranked markdown report with numeric finding IDs, line-number references, and impact statements, then offers guided one-at-a-time fixes. - Use Case: Ask for a security audit of an Express.js API and receive a report citing issues like missing helmet headers, unsafe session cookie flags, or unbounded request body parsing, each with a safe minimal fix. ## Quick Start Ask the assistant to run a security review of this repository and write a prioritized vulnerability report.