Install
openclaw skills install angus-bounty-hunterAutomated smart contract bug bounty hunting. Scans Immunefi/Code4rena targets with Slither static analysis, triages findings with local LLMs, and generates P...
openclaw skills install angus-bounty-hunterAutomated smart contract vulnerability scanner for bug bounty programs. Uses free tools (Slither + local LLMs) for the heavy lifting, saves expensive models for PoC writing.
slither-analyzer (pip): Static analysissolc-select (pip): Solidity compiler management# Scan a repo
bash scripts/scan.sh <github-repo-url> [src-dir]
# Triage findings (uses local LLM if available, otherwise prints raw)
bash scripts/triage.sh <scan-output.json>
# Generate PoC template for a finding
bash scripts/poc-template.sh <finding-id> <contract-address>
scan.sh clones the repo, installs solc, runs Slithertriage.sh filters HIGH/MEDIUM findings, removes known false positivespoc-template.sh to generate Foundry test scaffoldingBefore scanning, check: