What problem does it solve? Security reviews often miss common vulnerabilities like broken authorization, injection flaws, and misconfigured headers because teams lack a structured, consistent checklist during development and audits. ## Core Features & Use Cases - OWASP API Security Top 10 Checklist: Covers BOLA, broken authentication, SSRF, and misconfiguration with concrete checks and defenses for each vulnerability class. - Authentication & Session Guidance: Provides password policy rules, JWT configuration values (expiry, algorithm, storage), and session security practices. - HTTP Security Headers & Input Validation: Supplies ready-to-apply header values (CSP, HSTS, X-Frame-Options) and validation patterns for SQL injection, XSS, path traversal, and file uploads. - Use Case: During a backend API security audit, an agent walks the OWASP Top 10 table, verifies JWT settings against the recommended values, and flags missing Content-Security-Policy headers with P0-P3 severity labels. ## Quick Start Ask the agent to review your API endpoints against the OWASP Top 10 checklist and report any missing security headers or authentication weaknesses.