What problem does it solve?
Reduces the risk of security vulnerabilities by guiding you to consistently apply best practices for authentication, input handling, secrets management, and safe error/logging patterns.
Core Features & Use Cases
- Security checklist across common vulnerability classes: covers secrets management, input validation, SQL injection prevention, authentication/authorization, XSS, CSRF, rate limiting, sensitive data leakage, dependency safety, and blockchain transaction/wallet checks.
- Actionable “FAIL vs PASS” patterns: provides concrete examples of what to avoid and how to implement safer alternatives (e.g., parameterized queries, httpOnly cookies, HTML sanitization, generic error messages).
- Pre-deploy and test guidance: includes a deployment readiness checklist and sample automated tests to verify auth/authorization, input validation, and throttling.
Quick Start
Ask the security-review skill to audit your changes for authentication, input validation, secrets handling, and injection/XSS/CSRF protections before you ship.