What problem does it solve? Security flaws like broken authorization, leaked secrets, injection, and vulnerable dependencies often slip through code review because reviewers lack a systematic checklist. This Skill gives an AI agent a structured security review methodology covering trust boundaries, authentication, cryptography, SSRF, file handling, and supply-chain risk. ## Core Features & Use Cases - Trust-boundary review rules: Enforces fail-closed defaults, authorization at the operation level, negative tests for custom guards, and no secrets in logs or source. - Deep reference library: Ten focused references covering OWASP Top 10, OAuth/OIDC/JWT validation, secrets and sessions, SSRF egress controls, file upload and deserialization traps, web app headers/CSRF/XSS, infrastructure and CI/CD hardening, dependency auditing, secrets scanning, and AI agent prompt-injection defense. - Tripwire table: Maps common rationalizations ("it's internal", "the framework validates this") to the correct secure action. - Use Case: Before merging a pull request that adds an OAuth login flow and a file upload endpoint, ask the agent to run a security review; it will check PKCE/state/nonce handling, token validation, upload magic-byte checks, and path traversal defenses. ## Quick Start Use the security skill to review this pull request for auth, input validation, secrets, and dependency risks.