Overview
eq-review-security is a parallel review agent that scans changed code for security vulnerabilities: XSS injection points, leaked environment variables, SSRF risks, unsafe HTML rendering, and other OWASP top-10 patterns.
When to Use
Invoked automatically by /eq-review as part of the pre-PR review suite. Run standalone when touching auth, API routes, user input handling, or external fetch calls.
Usage Examples
/eq-review-security
Scans the current branch diff for security issues, rated by severity.
Configuration
No configuration required.
Installation
npx skills add mclaude95/eq-foundry -s eq-review-security