BUGGY ARCHITECTURE & SECURITY INTELLIGENCE
Buggy is a specialized collection of 51 production-grade Claude AI skills built from hundreds of public HackerOne and Bugcrowd disclosures.
How Skills Operate
Each skill is self-contained within a single SKILL.md context bundle that acts as a complete system prompt. Skills automatically load based on contextual triggers (e.g., encountering a JWT token loads the OAuth & Auth skill, or an APK path loads the mobile red team skill).
GETTING STARTED IN UNDER 5 MINUTES
Run bug hunts against live targets with Claude Code or perform static code review in Claude Chat.
- 1Clone the repository: Contains all 51 skills grouped by domain.
- 2Launch Claude: Run
claudeinside the project root so skills auto-register. - 3Execute slash command: Use
/hunt [target]for full pipeline or/hunt-sqlifor specific attack classes.
INSTALLATION MODES FOR CLAUDE CHAT & CODE
| METHOD | ENVIRONMENT | SETUP TIME | CAPABILITIES |
|---|---|---|---|
| ZIP Upload | Claude Chat (Web) | 1 Minute | Static analysis, code audit, report generation |
| Repo Clone | Claude Code (CLI) | 2 Minutes | Live HTTP requests, tool execution (nuclei/ffuf), terminal streaming |
| API Prompt | Anthropic API / SDK | Instant | Direct system prompt injection for automated pipelines |
THE 7-QUESTION QUALITY GATE
Every finding must clear all 7 questions before a report is written. A single "No" kills the report immediately. This guarantees zero speculative submissions and protects your program reputation.
| # | QUESTION | VERIFICATION CRITERIA | ACTION ON FAILURE |
|---|---|---|---|
01 | In Scope? | Target domain / wildcard matches bug bounty policy | KILL — Out of scope |
02 | Proven Exploitable? | Working PoC HTTP request/response or token extracted | KILL — Speculative / theoretical |
03 | Real Impact? | Demonstrates CIA impact (data leak, privilege gain, RCE) | KILL — Informational / Best practice |
04 | Reproduced Twice? | Finding verified with independent clean sessions | KILL — Flaky / Transient |
05 | Clean PoC? | Minimal non-destructive payload; no spam/DoS | REWRITE — Refine payload |
06 | Duplicate Checked? | Search public disclosures & known endpoints | KILL — Probable duplicate |
07 | Submit-Ready? | Structured CVSS 3.1, impact narrative, and remediation | READY TO SHIP ✓ |
CLAUDE CHAT VS CLAUDE CODE
STANDARDIZED REPORT ARTIFACTS
Buggy outputs reports formatted specifically for HackerOne, Bugcrowd, and Intigriti triage teams.
FREQUENTLY ASKED QUESTIONS
Do I need an API key to use Buggy?
No API keys are required to use the skills in Claude Chat or Claude Code. You simply clone the repo or upload the skill ZIP.
Can I modify the skill prompts?
Yes. Buggy is 100% open-source under the MIT license. You can edit any SKILL.md to tailor it for specific target scopes or proprietary tools.
What makes Buggy different from generic AI security prompts?
Buggy skills are derived directly from 574+ disclosed HackerOne and Bugcrowd reports, including exact real-world bypass patterns and the mandatory 7-Question Gate.
