/install angus-bounty-hunter
Bounty Hunter
Automated smart contract vulnerability scanner for bug bounty programs. Uses free tools (Slither + local LLMs) for the heavy lifting, saves expensive models for PoC writing.
Requirements
slither-analyzer(pip): Static analysissolc-select(pip): Solidity compiler management- Node.js: For script execution
- Optional: Ollama with any code model for local triage
Quick Start
# Scan a repo
bash scripts/scan.sh \x3Cgithub-repo-url> [src-dir]
# Triage findings (uses local LLM if available, otherwise prints raw)
bash scripts/triage.sh \x3Cscan-output.json>
# Generate PoC template for a finding
bash scripts/poc-template.sh \x3Cfinding-id> \x3Ccontract-address>
Workflow
- Target Selection — Check Immunefi/Code4rena for active programs
- Clone & Scan —
scan.shclones the repo, installs solc, runs Slither - Triage —
triage.shfilters HIGH/MEDIUM findings, removes known false positives - Deep Dive — Only read code that Slither flagged (save your tokens)
- PoC — Use
poc-template.shto generate Foundry test scaffolding - Submit — Write up finding on Immunefi/Code4rena
Target Selection Criteria
Before scanning, check:
- Scope last updated within 30 days (fresh code = more bugs)
- Past payouts > $50K (they actually pay)
- GitHub repo in scope (not just deployed addresses)
- Solidity-based (Slither only works with Solidity)
Anti-Patterns
- Don't read entire codebases manually — let Slither scan first
- Don't spend > 1 hour on a target without a concrete lead
- Don't submit known issues (check past reports first)
- Don't ignore test coverage — untested code is where bugs hide
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install angus-bounty-hunter - After installation, invoke the skill by name or use
/angus-bounty-hunter - Provide required inputs per the skill's parameter spec and get structured output
What is Angus Bounty Hunter?
Automated smart contract bug bounty hunting. Scans Immunefi/Code4rena targets with Slither static analysis, triages findings with local LLMs, and generates P... It is an AI Agent Skill for Claude Code / OpenClaw, with 620 downloads so far.
How do I install Angus Bounty Hunter?
Run "/install angus-bounty-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Angus Bounty Hunter free?
Yes, Angus Bounty Hunter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Angus Bounty Hunter support?
Angus Bounty Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Angus Bounty Hunter?
It is built and maintained by Chipp11 (@chipp11); the current version is v1.0.0.