security-scan
Installation
SKILL.md
Security Scan - Multi-Agent Vulnerability Audit
Three-phase security audit pipeline using agent teams. Each phase builds on the previous phase's output.
Phase Overview
- Discovery — Scan codebase, find vulnerabilities (including 0-day)
- Verification — Two-round cross-verification of discovered vulnerabilities
- Validation — PoC coding or analysis documentation for confirmed vulnerabilities
Pre-flight: Project Index Check
Before collecting configuration, check whether the target project has proper context files:
- Use
Globto check if{project_path}/CLAUDE.mdexists - Use
Globto check if{project_path}/.claude-index/directory exists
If both exist → Proceed to Quick Start. These files provide critical project context that agents will use during scanning.