BugSkills
Description
Convert your HackerOne reports into reusable AI skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
BugSkills
Convert your HackerOne resolved & triaged bug reports into reusable AI skill files.
BugSkills fetches your reports via the HackerOne API, masks all sensitive data (URLs, IPs, emails, domains, program names), sends the anonymized reports to an AI model via OpenRouter for pattern extraction, and outputs structured Markdown skill files, one per vulnerability type.
How It Works
Fetch reports → Mask sensitive data → AI analysis → Skill files (.md)
- Fetch — Pulls your resolved + triaged reports from HackerOne REST API v1
- Mask — Strips URLs, IPs, emails, domains, and program names using regex
- Analyze — Groups reports by vulnerability type and sends them to OpenRouter
- Generate — Writes one
.mdskill file per bug type with patterns, methodology, key signals, and bypass techniques
Requirements
- Python 3.12+
- uv (package manager)
- HackerOne API token
- OpenRouter API key
Setup
git clone https://github.com/BehiSecc/bugSkills.git
cd bugSkills
# Install dependencies
uv sync
# Configure API keys
cp .env.example .env
# Edit .env with your keys
Usage
# Generate skills (output to -skills/)
uv run bugskills.py
# Custom output directory
uv run bugskills.py -o ./my-skills
If you interrupt with `Ctrl+C` during AI analysis, any skills generated so far will still be saved.
Output
Each skill file follows this format:
---
name: stored-xss
description: Techniques for finding and exploiting Stored XSS vulnerabilities. Use when testing user input fields, rich text editors, or file uploads for script injection.
---
# Stored XSS Hunting
## Patterns
...
## Methodology
...
## Key Signals
...
## Bypass Techniques
...
## Example Scenarios
...
A `README.md` index is also generated in the output directory listing all skills.
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI