analyze

Installation
SKILL.md

AI-powered analysis of recon data for: $ARGUMENTS

Process

  1. Read all recon data: ls recon/ and read key files
  2. Read brain data: uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py brief $ARGUMENTS
  3. Read tech stack intel: uv run python3 $CLAUDE_PROJECT_DIR/tools/intel_engine.py suggest <detected-stack>
  4. 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
Installs
16
GitHub Stars
812
First Seen
May 10, 2026
analyze — h-mmer/pentest-agents