| name | security-review |
| description | Run a security-focused review of recent changes using the security-reviewer agent |
| allowed-tools | Bash, Read, Grep, Glob, Agent |
| user-invocable | true |
| context | fork |
| agent | security-reviewer |
Security Review
Run a security-focused review of recent changes.
- Get the diff:
git diff main...HEAD or git diff --staged
- Identify files with security-relevant changes (auth, input handling, crypto, file I/O, external interfaces)
- Review each changed file against the security checklist
- Report findings with severity levels