/autopilot
Description
Autonomous hunt loop with deterministic scope safety and configurable checkpoints.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for shuvonsec/claude-bug-bounty, shared by 16 entries
in this directory. It describes the repository, not this entry specifically.
description: Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot target.com [--paranoid|--normal|--yolo]
/autopilot
Autonomous hunt loop with deterministic scope safety and configurable checkpoints.
Usage
/autopilot target.com # default: --paranoid mode
/autopilot target.com --normal # batch checkpoint after validation
/autopilot target.com --yolo # minimal checkpoints (still requires report approval)
What This Does
Runs the full hunt cycle without stopping for approval at each step:
1. SCOPE Load and confirm program scope
2. RECON Run recon (or use cached if < 7 days old)
3. RANK Prioritize attack surface (recon-ranker agent)
4. HUNT Test P1 endpoints systematically
5. VALIDATE 7-Question Gate on findings
6. REPORT Draft reports for validated findings
7. CHECKPOINT Present to human for review
Safety Guarantees
- Every URL is checked against the scope allowlist before any request
- Every request is logged to
hunt-memory/audit.jsonl - Reports are NEVER auto-submitted — always requires explicit approval
- PUT/DELETE/PATCH require human approval in --yolo mode (safe methods only)
- Circuit breaker stops hammering if 5 consecutive 403/429/timeout on same host
- Rate limited at 1 req/sec (testing) and 10 req/sec (recon)
Checkpoint Modes
| Mode | When it stops | Best for |
|---|---|---|
--paranoid |
Every finding + partial signal | New targets, learning the surface |
--normal |
After validation batch | Systematic coverage |
--yolo |
After full surface exhausted | Familiar targets, experienced hunters |
After Autopilot
- Run
/rememberto log successful patterns to hunt memory - Run
/resume target.comnext time to pick up where you left off - Check
hunt-memory/audit.jsonlfor a full request log
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development