What You Get
A lightweight security gate that catches common vulnerabilities before code reaches main. Runs as a standalone check or as part of the full engineering pipeline.
When to Use
- Any PR touching authentication, authorization, or data handling
- Changes to environment variables or secrets configuration
- New API endpoints or external integrations
- As a mandatory pre-merge check in CI
What’s Included vs Supplementary
Core: Security review agent (XSS, SSRF, env leaks, dangerouslySetInnerHTML) and branch guard (blocks destructive git commands on protected branches).
Supplementary: Convention scanner for broader rule compliance, full eq-review for combined patterns + quality + security.