What problem does it solve? It prevents common vulnerabilities like hardcoded secrets, SQL injection, XSS, and misconfigured cloud infrastructure from reaching production by giving an agent a structured security checklist to apply during development. ## Core Features & Use Cases - Application Security Checklist: Covers secrets management, input validation with Zod, parameterized queries, JWT handling, XSS sanitization, CSRF protection, and rate limiting. - Cloud & Infrastructure Security: Companion reference for IAM least privilege, secrets managers, VPC/firewall rules, CI/CD pipeline hardening, Cloudflare WAF, and backup strategies. - Pre-Deployment Gates: Provides explicit verification checklists and automated security test examples to run before any production release. - Use Case: When implementing a new authenticated API endpoint that accepts file uploads, activate this skill so the agent validates input schemas, stores tokens in httpOnly cookies, enforces rate limits, and confirms no secrets leak into logs. ## Quick Start Use the security-review skill to audit the new payment endpoint before deployment.