What problem does it solve? Security review criteria are often scattered across projects and go out of sync, and reviewers frequently flag theoretical issues while missing exploitable ones. This Skill provides a single source of truth for security review criteria, running a structured audit that verifies findings with real scanners instead of guessing. ## Core Features & Use Cases - General OWASP-style checklist (SEC-01..19): Covers input sanitization, secret exposure, injection, IDOR, mass assignment, ReDoS, path traversal, open redirect, and more, with a reachability gate that caps severity when a sink is not actually exploitable. - Stack- and domain-specific depth: Dedicated criteria for React, Python, FastAPI, Django, NestJS, Angular, Laravel, Spring Boot, and Solidity/EVM, plus database/RLS, healthcare PHI, LLM agent pipelines, containers, cloud/IaC/CI-CD, and agent-harness configuration. - Ground-truth verification: Runs real tools (bandit, pip-audit, npm audit, gitleaks, trufflehog, checkov) and labels every finding with an honest confidence level. - Use Case: Ask for a security audit of a Django API change set; the Skill detects the stack, applies the general plus Django-specific checklists, runs bandit and manage.py check --deploy, and produces a severity-ranked SECURITY REVIEW REPORT with concrete fixes. ## Quick Start Ask the assistant to run a security review on the current code changes and report any vulnerabilities with severity and fixes.