What problem does it solve? Manual penetration testing is slow and expensive, and automated scanners produce false positives without proof. This Skill orchestrates Shannon to analyze source code, identify attack vectors, and execute real exploits that prove vulnerabilities before they reach production. ## Core Features & Use Cases - Autonomous multi-phase pentesting: Runs a 5-phase pipeline (pre-recon, recon, vulnerability analysis, exploitation, reporting) with parallel agents covering Injection, XSS, SSRF, Broken Authentication, and Broken Authorization. - Proof-of-concept validation: Only reports vulnerabilities it can prove with a working exploit, minimizing false positives. - Authenticated target support: Generates YAML configs for form/SSO login flows, TOTP, focus/avoid rules, and concurrency control. - Use Case: Point it at a local or staging app with its source code, and receive a report of critical findings with reproducible PoC exploits after a ~1-1.5 hour run. ## Quick Start Ask the assistant to run a Shannon pentest against your local app, for example by saying: run shannon against http://localhost:3000 using the source in my myapp folder.