What problem does it solve?
It prevents security and privacy regressions by forcing rigorous review of trust boundaries, authorization depth, injection risks, secrets handling, dependency CVEs, privacy obligations, AI prompt injection, and Web3 asset custody before code ships.
Core Features & Use Cases
- Security & Privacy Regression Review: Evaluates authentication/authorization, object-level access control (IDOR), input validation, output encoding, and injection vectors (SQLi, XSS, SSRF, RCE).
- Injection and AI/LLM Trust-Boundary Checks: Assesses prompt injection risk and enforces the rule that LLM outputs are untrusted when they influence actions.
- Dependency, Compliance, and Cloud Governance Validation: Requires CVE scanning for new/updated dependencies and flags IAM/exposure/KMS changes that expand effective permissions or public access.
Quick Start
Use the security-privacy-gate skill to review your change and return a Block/Approve decision with the specific Critical/High fixes required before merge.