What problem does it solve? It prevents common vulnerabilities like hardcoded secrets, SQL injection, XSS, and missing authorization checks from reaching production by giving you a structured security review process for sensitive code. ## Core Features & Use Cases - Ten-Area Security Checklist: Covers secrets management, input validation, SQL injection, authentication/authorization, XSS, CSRF, rate limiting, sensitive data exposure, blockchain security, and dependency security. - FAIL/PASS Code Patterns: Shows concrete wrong and right implementations in TypeScript, Next.js, Supabase, and Solana contexts so fixes are immediately actionable. - Pre-Deployment Checklist: A final verification list covering HTTPS, security headers, CORS, RLS, and file uploads before any production release. - Use Case: When adding a new API endpoint that accepts user input and processes payments, activate this skill to validate input schemas, verify authorization checks, confirm rate limiting, and ensure no secrets leak into logs. ## Quick Start Ask the AI to review your new authentication or payment endpoint using the security-review checklist before deploying it.