What problem does it solve? It prevents common application vulnerabilities—hardcoded secrets, SQL injection, XSS, CSRF, missing authorization checks, and sensitive data leaks—by giving you a structured security checklist and concrete code patterns to apply while writing or reviewing code. ## Core Features & Use Cases - Nine-Area Security Checklist: Covers secrets management, input validation with Zod schemas, SQL injection prevention, authentication and authorization, XSS sanitization, CSRF protection, rate limiting, sensitive data exposure, and dependency auditing. - Do/Don't Code Patterns: Each section pairs vulnerable anti-patterns with corrected implementations in TypeScript, Next.js, and Supabase so fixes are immediately applicable. - Cloud Infrastructure Companion Guide: A bundled reference extends coverage to IAM least privilege, cloud secrets rotation, VPC security groups, CI/CD pipeline hardening with OIDC, Cloudflare WAF, and backup strategies. - Use Case: When adding a new API endpoint that accepts file uploads, activate this skill to validate file size, type, and extension, enforce parameterized database queries, verify authorization before mutations, and confirm rate limiting is in place. ## Quick Start Ask the AI to perform a security review of the authentication and file upload code in your current project using this checklist.