What problem does it solve? Developers shipping authentication, API endpoints, payment features, or cloud deployments often miss critical vulnerabilities like hardcoded secrets, SQL injection, XSS, or misconfigured IAM policies. This Skill provides a systematic security review checklist with concrete pass/fail code patterns to catch these issues before production. ## Core Features & Use Cases - Application Security Checklist: Covers secrets management, input validation with Zod schemas, SQL injection prevention, JWT handling, XSS sanitization, CSRF protection, rate limiting, and sensitive data exposure. - Cloud & Infrastructure Security: Includes IAM least-privilege policies, cloud secrets managers, VPC/firewall configuration, CI/CD pipeline hardening with OIDC, Cloudflare WAF rules, and backup/disaster recovery verification. - Pre-Deployment Verification: Provides actionable checklists and automated security test examples (authentication, authorization, rate limiting) to run before any production release. - Use Case: When implementing a new login endpoint in a Next.js/Supabase app, activate this Skill to verify tokens are stored in httpOnly cookies, Row Level Security policies are enabled, inputs are validated, and rate limiting is applied. ## Quick Start Review my new authentication API endpoint for security vulnerabilities using the security review checklist.