analyze
Installation
SKILL.md
AI-powered analysis of recon data for: $ARGUMENTS
Process
- Read all recon data:
ls recon/and read key files - Read brain data:
uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py brief $ARGUMENTS - Read tech stack intel:
uv run python3 $CLAUDE_PROJECT_DIR/tools/intel_engine.py suggest <detected-stack> - Read hacktivity patterns:
uv run python3 $CLAUDE_PROJECT_DIR/tools/intel_engine.py analyze
Analysis Tasks (do all of these)
Crown Jewel Mapping
What's the most valuable thing an attacker could access on this target?
- Financial data? → hunt IDOR on payment/billing endpoints
- User PII? → hunt IDOR on profile/export endpoints
- Admin access? → hunt auth bypass on admin endpoints
- Infrastructure? → hunt SSRF → cloud metadata