Skip to main content
EQ
Foundry
arrow_back Back to Browse

eq-review-security

Verified

Standalone security review — XSS vectors, env variable leaks, SSRF, dangerouslySetInnerHTML

Installation

npx skills add mclaude95/eq-foundry -s eq-review-security

Recommended — works with Claude Code, Cursor, and 40+ agents.

bolt

Performance

Optimized for speed with minimal overhead. Runs efficiently in CI and local environments.

shield

Security

Sandboxed execution with scoped permissions. No external data leaves your environment.

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