What problem does it solve? Codebases often ship with preventable vulnerabilities like SQL injection, XSS, CSRF gaps, and misconfigured cookies because developers lack framework-specific security guidance at the moment they write or review code. ## Core Features & Use Cases - Secure-by-Default Code Generation: Loads reference guidance for the detected language and framework (Python, JavaScript/TypeScript, Go) so new code follows security best practices from the start. - Passive Vulnerability Detection: Flags critical security issues in existing code while you work, focusing on high-impact findings and secure defaults. - Prioritized Security Reports: Produces a severity-organized Markdown report with numeric finding IDs, line-number references, and impact statements, then offers to fix findings one at a time. - Use Case: Ask for a security review of an Express.js backend and receive a report covering session storage, CSRF protection, CORS policy, and cookie flags, with safe minimal fixes for each finding. ## Quick Start Ask the assistant to perform a security best practices review of this project and write a prioritized vulnerability report.