What problem does it solve? Backend developers and security reviewers often miss common vulnerabilities like broken authorization, injection, and misconfigured security headers during implementation and code review. This Skill supplies a structured OWASP API Security Top 10 checklist, authentication configuration guidance, and verification steps so security issues are caught before release. ## Core Features & Use Cases - OWASP API Security Top 10 Reference: Covers BOLA, broken authentication, SSRF, security misconfiguration, and more, each with a check question and defense. - Authentication & Session Patterns: Recommends bcrypt/Argon2id password hashing, JWT expiry and storage settings, and session security rules. - HTTP Security Headers & Input Validation: Lists required headers (CSP, HSTS, X-Frame-Options) and validation defenses against SQL injection, XSS, and path traversal. - Use Case: During a backend API code review, an agent applies the checklist to flag a missing authorization check as P1 severity and verifies that no secrets are committed to source control. ## Quick Start Ask the agent to review the current backend API changes against the OWASP security checklist and report findings by severity level.