What problem does it solve? It prevents common web application vulnerabilities from reaching production by giving developers a structured, OWASP-aligned security review checklist tailored to ASP.NET Core, SQL Server, and React stacks, including CI-based SAST and supply-chain scanning guidance. ## Core Features & Use Cases - OWASP Top 10 Checklist: Covers secrets management, input validation, SQL injection, XSS, CSRF, rate limiting, and sensitive data exposure with BAD/GOOD C# code patterns. - Automated SAST CI Integration: Documents Semgrep, Gitleaks, Trivy, and SBOM (Microsoft sbom-tool, SPDX 2.2) pipeline jobs with SARIF finding triage decision trees. - Compliance Integration: Connects security work to regulatory constraints (PII retention, e-invoice rules) via intentional decision records. - Use Case: When adding a new authenticated API endpoint that handles payment data, walk the checklist to verify parameterized queries, rate limiting, JWT cookie settings, and FluentValidation rules before merging. ## Quick Start Ask the AI to run a security review on the new authentication controller and check it against the OWASP checklist before committing.