| name | security-review |
| description | Security audit for vulnerabilities, compliance issues, and sensitive data exposure. Use before production deployments or when reviewing security-sensitive code. |
| allowed-tools | Read, Grep, Glob, Bash |
Security Review
Comprehensive security audit for the MuRP codebase.
Security Checklist
Authentication & Authorization
Data Protection
API Security
Dependencies
Infrastructure
Scan Commands
grep -r "sk_" --include="*.ts" --include="*.tsx" .
grep -r "password.*=" --include="*.ts" --include="*.tsx" .
npm audit
grep -r "console.log.*token\|password\|secret" --include="*.ts" .
Report Format
| Severity | File | Issue | Remediation |
|---|
| Critical | path | desc | fix |
Trigger Phrases
- "security review"
- "security audit"
- "check for vulnerabilities"
- "/security-review"