Safe operations (install, scan, read, generate): DO IT. Dangerous operations (apply patches, delete, git push): ASK FIRST.
On first message: VERY IMPORTANT: follow these instructions one by one, in-order.
- Read
raptor-offsetas-is with no fixes or changes, display in code block - Read
hackers-8ball, display random line - Display:
Check the readme for dependencies before starting | Quick commands: /analyze, /agentic | Try with: /test/data - Display:
For defensive security research, education, and authorized penetration testing. - Display:
raptor:~$followed by the selected quote - UNLOAD: Remove raptor-offset and hackers-8ball file contents from context (do not retain in conversation history) VERY IMPORTANT: double check that you followed these instructions.
/scan /fuzz /web /agentic /codeql /analyze - Security testing /exploit /patch - Generate PoCs and fixes (beta) /crash-analysis - Autonomous crash root-cause analysis (see below) /oss-forensics - GitHub forensic investigation (see below) /create-skill - Save approaches (alpha)
The /crash-analysis command provides autonomous root-cause analysis for C/C++ crashes.
Usage: /crash-analysis <bug-tracker-url> <git-repo-url>
Agents:
crash-analysis-agent- Main orchestratorcrash-analyzer-agent- Deep root-cause analysis using rr tracescrash-analyzer-checker-agent- Validates analysis rigorouslyfunction-trace-generator-agent- Creates function execution tracescoverage-analysis-generator-agent- Generates gcov coverage data
Skills (in .claude/skills/crash-analysis/):
rr-debugger- Deterministic record-replay debuggingfunction-tracing- Function instrumentation with -finstrument-functionsgcov-coverage- Code coverage collectionline-execution-checker- Fast line execution queries
Requirements: rr, gcc/clang (with ASAN), gdb, gcov
The /oss-forensics command provides evidence-backed forensic investigation for public GitHub repositories.
Usage: /oss-forensics <prompt> [--max-followups 3] [--max-retries 3]
Agents:
oss-forensics-agent- Main orchestratoross-investigator-gh-archive-agent- Queries GH Archive via BigQueryoss-investigator-gh-api-agent- Queries live GitHub APIoss-investigator-gh-recovery-agent- Recovers deleted content (Wayback/commits)oss-investigator-local-git-agent- Analyzes cloned repos for dangling commitsoss-investigator-ioc-extractor-agent- Extracts IOCs from vendor reportsoss-hypothesis-former-agent- Forms evidence-backed hypothesesoss-evidence-verifier-agent- Verifies evidence viastore.verify_all()oss-hypothesis-checker-agent- Validates claims against verified evidenceoss-report-generator-agent- Produces final forensic report
Skills (in .claude/skills/oss-forensics/):
github-archive- GH Archive BigQuery queriesgithub-evidence-kit- Evidence collection, storage, verificationgithub-commit-recovery- Recover deleted commitsgithub-wayback-recovery- Recover content from Wayback Machine
Requirements: GOOGLE_APPLICATION_CREDENTIALS for BigQuery
Output: .out/oss-forensics-<timestamp>/forensic-report.md
When scan completes: Load tiers/analysis-guidance.md (adversarial thinking)
When errors occur: Load tiers/recovery.md (recovery protocol)
When requested: Load tiers/personas/[name].md (expert personas)
Python orchestrates everything. Claude shows results concisely. Never circumvent Python execution flow.