Discover and explore top open-source AI tools and projects—updated daily.
PatrikFehrenbachAI-powered bug bounty intelligence for HackerOne
Top 98.8% on SourcePulse
Summary
h1-brain connects AI assistants like Claude to HackerOne for bug bounty hunting. It consolidates personal bug bounty history, program scopes, and community-disclosed vulnerability data into a local SQLite database, enabling AI-driven analysis and actionable attack briefings for security researchers.
How It Works
An MCP server (server.py) interfaces with the HackerOne API, fetching program scopes and user reports into h1_data.db. It bundles disclosed_reports.db, containing 3,600+ public bounty reports. AI clients use the MCP protocol to query both datasets. The core hack(handle) tool synthesizes this data into comprehensive attack briefings, guiding AI agents in offensive security operations by combining personal insights with community knowledge.
Quick Start & Requirements
pip install -r requirements.txt, run server.py.mcp, httpx.Highlighted Details
hack(handle) generates detailed attack briefings integrating live scope, personal findings, weakness patterns, untouched assets, and public disclosures.h1_data.db (private user data) and disclosed_reports.db (public vulnerability write-ups).search_reports) and public disclosures (e.g., search_disclosed_reports).fetch_rewarded_reports, fetch_programs) for up-to-date personal data.Maintenance & Community
Authored by Patrik Grobshäuser. The README does not specify community channels, active contributors, sponsorships, or a public roadmap.
Licensing & Compatibility
Limitations & Caveats
Integration is specific to MCP-compatible AI clients (e.g., Claude Desktop/Code). Users require a HackerOne account and API credentials. Briefing effectiveness depends on data completeness and AI model capabilities.
4 days ago
Inactive