← All skills
Tencent SkillHub Β· AI

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automated smart contract bug bounty hunting. Scans Immunefi/Code4rena targets with Slither static analysis, triages findings with local LLMs, and generates P...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/scan.sh, scripts/triage.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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 analysis solc-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 <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>

Workflow

Target Selection β€” Check Immunefi/Code4rena for active programs Clone & Scan β€” scan.sh clones the repo, installs solc, runs Slither Triage β€” triage.sh filters HIGH/MEDIUM findings, removes known false positives Deep Dive β€” Only read code that Slither flagged (save your tokens) PoC β€” Use poc-template.sh to 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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/scan.sh Scripts
  • scripts/triage.sh Scripts