What problem does it solve? Developers shipping authentication, payment, or user-input features often miss critical vulnerabilities like hardcoded secrets, SQL injection, or missing authorization checks. This Skill provides a structured security checklist and code patterns to catch these issues before deployment. ## 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 vulnerabilities. - FAIL/PASS Code Patterns: Shows concrete wrong and right implementations in TypeScript, Next.js, Supabase, and Solana contexts so reviewers know exactly what to flag. - Pre-Deployment Gate: A final checklist to run before any production release, plus automated security test examples for auth, validation, and rate limiting. - Use Case: Before merging a new API endpoint that handles file uploads and payments, run this review to verify input schemas, httpOnly cookie usage, RLS policies, and rate limits are all in place. ## Quick Start Ask the agent to run a security review on the new authentication and payment endpoints before deploying to production.