Web security assessment. USE WHEN web assessment, pentest, security testing, vulnerability scan. SkillSearch('webassessment') for docs.
Intelligent bug bounty program tracking with two-tier detection strategy using GitHub Compare API.
Automatically tracks new bug bounty programs across HackerOne, Bugcrowd, Intigriti, YesWeHack, and other platforms. Uses a smart two-tier detection system to minimize bandwidth while maximizing discovery speed.
Tier 1: Fast Detection
domains.txt commits (500KB vs 10MB+ JSON)Tier 2: Precise Analysis
arkadiyt/bounty-targets-data (updates every 30 minutes)cd ~/.claude/skills/hacking/bug-bounties
bun install
./bounty.sh init
./bounty.sh init
Establishes baseline by recording current commit SHAs for all tracked files.
./bounty.sh update
Checks for:
# Last 24 hours (default)
./bounty.sh show
# Last 7 days
./bounty.sh show --last 7d
# Last 48 hours
./bounty.sh show --last 48h
# All cached programs
./bounty.sh show --all
# Search by name
./bounty.sh search "stripe"
# Search by platform
./bounty.sh search "hackerone"
🔍 Checking for new bug bounty programs...
📊 TIER 1: Fast change detection
🆕 Changes detected! 3 commits since last check
🔬 TIER 2: Detailed analysis of platform changes
Checking hackerone...
🔄 2 commits found
Checking bugcrowd...
✓ No changes
Checking intigriti...
🔄 1 commits found
Checking yeswehack...
✓ No changes
⏱️ Completed in 2.3s
============================================================
📊 UPDATE SUMMARY
============================================================
🆕 New programs: 3
📈 Scope expansions: 2
💰 Upgraded to paid: 1
✅ Platforms checked: 5
⏱️ Duration: 2.3s
============================================================
🆕 NEW PROGRAMS:
1. [HACKERONE] Example Corp
URL: https://hackerone.com/example
Bounty: 💰 Yes
Max Severity: critical
Scopes: *.example.com, api.example.com, admin.example.com...
📋 Bug bounty programs discovered in the last 24h
1. [HACKERONE] Robinhood Markets (new_program)
URL: https://hackerone.com/robinhood_markets
Bounty: ❌ VDP only
Max Severity: 🔴 CRITICAL
Scopes (8):
- *.robinhood.com
- *.robinhood.net
- *.1integrations.com
... and 5 more
Discovered: 10/20/2025, 10:30:00 PM
2. [BUGCROWD] Acme Corp (upgraded_to_paid)
URL: https://bugcrowd.com/acme
Bounty: 💰 Paid
Max Severity: 🟠 HIGH
Scopes (3):
- *.acme.com
- api.acme.io
Discovered: 10/20/2025, 6:15:00 PM
Total: 2 program(s)
💡 Tip: Use "initiate-recon <number>" to start testing a program
bug-bounties/
├── README.md # This file
├── package.json # Dependencies
├── bounty.sh # CLI wrapper
├── state.json # Tracking state
├── src/
│ ├── types.ts # TypeScript types
│ ├── config.ts # Configuration
│ ├── state.ts # State management
│ ├── github.ts # GitHub API client
│ ├── tracker.ts # Main tracker logic
│ ├── init.ts # Initialize command
│ ├── update.ts # Update command
│ └── show.ts # Show/search command
├── cache/
│ ├── programs_metadata.json # Lightweight program cache
│ └── recent_changes.json # Last 30 days of changes
└── logs/
└── discovery.jsonl # Audit trail
This system integrates with the main hacking skill to enable:
Detects three types of changes:
offers_bounties: false → true{
"last_check": "2025-10-20T22:00:00.000Z",
"tracked_commits": {
"domains_txt": "abc123...",
"hackerone": "def456...",
"bugcrowd": "ghi789...",
"intigriti": "jkl012...",
"yeswehack": "mno345..."
},
"initialized": true
}
After discovering interesting programs, you can:
This system implements Option D: Intelligent Two-Tier Hybrid from the deep thinking analysis:
Version: 1.0.0 Last Updated: 2025-10-20 Maintained By: PAI System
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer