From chief-wiggum
Restores an archived vulnerability hunt using the restore-hunt.sh bash script and the provided archive name. After restoring, suggests using /chief-wiggum:resume-hunt to continue.
How this command is triggered — by the user, by Claude, or both
Slash command
/chief-wiggum:restore-hunt <archive-name>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Restore Archived Hunt After restoring, use `/chief-wiggum:resume-hunt` to continue the hunt.
"${CLAUDE_PLUGIN_ROOT}/scripts/restore-hunt.sh" $ARGUMENTS
After restoring, use /chief-wiggum:resume-hunt to continue the hunt.
npx claudepluginhub ant4g0nist/chiefwiggum --plugin chief-wiggum/pickupResumes a previous bug bounty hunt on a target — shows hunt history, untested endpoints, and memory-informed technique suggestions.
/restore-snapshotResumes work session from .claude/snapshot.md: reads file, warns if over 24h old, summarizes progress, deletes it, prompts for next focus. Offers git log etc. if absent.
/restore-vigilRestores files from a saved checkpoint: lists available without name argument, previews diff, then restores specified checkpoint.
/huntRuns full CVE hunting pipeline on an npm package: registry check, repo clone, code review, PoC development, validation gates, and report generation.