| name | security-review |
| description | Security audit checklist for code review |
Security Review Skill
Systematic security audit for code changes. Use during the security pass of /review or when reviewing security-sensitive code.
Checklist
Input Validation
Authentication & Authorization
Data Exposure
SQL & Query Safety
XSS Prevention
Secrets & Config
CSRF & Transport
Dependencies
Severity Guide
- 🔴 Critical: Unvalidated input, missing authorization, exposed secrets, SQL injection
- 🟡 High: Missing rate limiting, overly broad API responses, missing CSRF
- 🟢 Medium: Missing security headers, no audit logging, missing dependency audit