What problem does it solve? Manual security reviews miss subtle bugs like business logic flaws, chained attacks, and second-order injection that automated scanners cannot find, while unstructured reviews produce false positives and unverifiable claims. ## Core Features & Use Cases - Six-Phase Audit Workflow: Reconnaissance, parallel vulnerability hunting, adversarial validation, reporting, schema-checked structured output, and independent verification of every finding. - Domain-Specific Attack Classes: Specialized hunting guides for web apps, AI/LLM agents, memory-unsafe native code, HTTP protocol and auth layers, and client-side browser surfaces. - Machine-Readable Findings: Produces findings.json validated against a strict JSON schema alongside human-readable REPORT.md and FINDINGS-DETAIL.md files. - Use Case: Point the skill at a FastAPI backend repository and receive a report of confirmed, severity-rated vulnerabilities with concrete attack payloads, file:line traces, and remediation code. ## Quick Start Ask your coding agent to run a security audit on the current repository and write the findings report to an output directory.