bug-bounty

Orchestrate authorized bug bounty workflows from recon to report drafting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AKasem1/claude-bug-bounty --skill bug-bounty-akasem1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-bounty
Source: https://github.com/AKasem1/claude-bug-bounty/tree/main
Command: npx skills add https://github.com/AKasem1/claude-bug-bounty --skill bug-bounty-akasem1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the end-to-end bug bounty workflow by guiding reconnaissance, targeted vulnerability hunting, evidence capture, and report writing—while enforcing validation to avoid wasting time on non-reportable results.

Core Features & Use Cases

  • Master bug bounty orchestration: Plans and executes the full Recon → Learn/Intelligence → Hunt → Validate → Report loop for web apps, APIs, source code, and AI feature abuse.
  • Vulnerability hunting coverage: Supports common high-impact classes (IDOR, SSRF, XSS, auth bypass, CSRF chains, race conditions, SQLi/NoSQLi, XXE, file upload bypasses, GraphQL auth gaps, HTTP smuggling, cache poisoning, OAuth/OIDC flows, SSTI, subdomain takeover, cloud misconfig, and ATO chaining).
  • LLM/AI security testing: Tests prompt injection, indirect injection, chatbot IDOR, system prompt extraction attempts, code-tool abuse patterns, and agentic AI attack classes (ASI01–ASI10).
  • Chain-first methodology: Systematically builds A→B→C exploit chains (e.g., IDOR→auth bypass, SSRF→metadata→RCE, XSS→session theft→ATO) to target paid outcomes.
  • Validation discipline: Enforces “no theoretical bugs” and uses a 7-Question Gate approach to kill weak findings before reporting.
  • Reporting & evidence support: Emphasizes impact-first writing, PoC generation guidance, and includes bypass tables (e.g., SSRF IP bypass, open redirect bypass, file upload bypass) plus language-oriented grep patterns.

Quick Start

Tell Claude: “I’m hunting an authorized bug bounty on target.com—start with scope verification, then run recon and propose the first highest-impact hunt path for IDOR and SSRF, including concrete request-level checks and what evidence to collect.”

Frequently Asked Questions about bug-bounty

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate bug bounty findings to ensure they are not theoretical bugs?

To validate bug bounty findings and avoid theoretical bugs, use a 7-Question Gate approach to filter weak results. This enforces strict validation by confirming real exploitability and concrete impact before drafting the final report.

How do I build exploit chains for vulnerability hunting to maximize bounty payouts?

Build exploit chains for vulnerability hunting by systematically connecting A→B→C attack paths, such as IDOR to auth bypass or SSRF to metadata to RCE. This chain-first methodology targets high-impact outcomes to maximize bounty payouts.

What is the best way to start a bug bounty recon workflow on a new authorized target?

The best way to start a bug bounty recon workflow is verifying scope, then executing a full Recon, Intelligence, Hunt, Validate, and Report loop. This orchestrates intelligence gathering to propose the highest-impact vulnerability hunt path.

Can I test LLM prompt injection and agentic AI attack classes during bug bounty hunting?

Yes, you can test LLM prompt injection, indirect injection, chatbot IDOR, system prompt extraction, and agentic AI attack classes (ASI01–ASI10). This covers AI feature abuse and code-tool abuse patterns within authorized security tests.

How do I write an impact-first bug bounty report with proper evidence collection?

Write an impact-first bug bounty report by capturing clean evidence, generating proof-of-concept guidance, and detailing concrete request-level checks. This ensures the report demonstrates real exploitability and impact to triage teams.

Does this bug bounty methodology support API and web application vulnerability classes?

Yes, this bug bounty methodology supports web and API vulnerability classes including IDOR, SSRF, XSS, SQLi, GraphQL auth gaps, HTTP smuggling, and OAuth/OIDC flows. It applies targeted hunting and validation steps across these vectors.