bb-local-toolkit

Guide bug bounty engagements through recon, hunting, validation, and reporting.

2|Updated Apr 11, 2025
One-click install
npx skills add https://github.com/Carlos-Reyes-UTP/Desarrollo-de-Sistema-de-Ventas-Empresas-de-Moda --skill bb-local-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bb-local-toolkit
Source: https://github.com/Carlos-Reyes-UTP/Desarrollo-de-Sistema-de-Ventas-Empresas-de-Moda/tree/main/.agent/skills/bb-local-toolkit
Command: npx skills add https://github.com/Carlos-Reyes-UTP/Desarrollo-de-Sistema-de-Ventas-Empresas-de-Moda --skill bb-local-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you run an end-to-end bug bounty workflow that turns recon and testing into only report-worthy, real-world exploitable findings.

Core Features & Use Cases

  • Full Bug Bounty Pipeline: Guides Recon -> Learn -> Hunt -> Validate -> Report with explicit decision gates to prevent theoretical or low-impact results.
  • Cluster Hunting & Chaining: Uses A->B signal methodology to systematically pivot from an initial bug class into higher-value exploit chains.
  • Validation-First Reporting: Enforces scope checks, reproducibility, data-leak verification, CVSS 3.1 framing, and human-tone writeups with templates and checklists.
  • Broad Coverage (Web + API + AI): Includes practical tactics for IDOR, SSRF, XSS, auth bypass, OAuth/OIDC chains, cloud misconfigs, race conditions, GraphQL auth gaps, and LLM/agentic AI security (prompt/indirect injection, exfil, tool RCE, ASI01-ASI10).
  • Source/Tech Recon Tooling: Provides OSINT and fingerprinting guidance, plus language-specific greps for common dangerous sinks across JS/Python/PHP/Go/Ruby/Rust.

Quick Start

Use it to plan and execute a complete bug bounty run for a new target by following the Recon -> Learn -> Hunt -> Validate -> Report steps and applying the 7-Question Gate before writing anything.

Frequently Asked Questions about bb-local-toolkit

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

FAQPage Schema
How do I structure a bug bounty workflow to avoid reporting theoretical vulnerabilities?

To avoid theoretical bug bounty findings, structure your workflow through Recon, Learn, Hunt, Validate, and Report stages with explicit decision gates. Apply validation-first reporting checks like scope verification, reproducibility, and data-leak verification before writing any submission.

What is A to B bug chaining and how does it work in vulnerability hunting?

A to B bug chaining is a cluster hunting methodology that systematically pivots from an initial bug class into higher-value exploit chains. It uses A to B signal methodology to chain vulnerabilities like IDOR, SSRF, and OAuth/OIDC auth bypasses for greater real-world exploitable impact.

How do I validate OAuth and OIDC authorization bypass vulnerabilities before reporting?

Validate OAuth and OIDC authorization bypass vulnerabilities by enforcing scope checks, verifying reproducibility, confirming data leaks, and framing the severity with CVSS 3.1. Run these validation checks and use provided PoC templates before writing the final report.

Can I use this bug bounty methodology for testing LLM and agentic AI security?

Yes, this bug bounty methodology covers LLM and agentic AI security testing scenarios. It includes practical tactics for prompt injection, indirect injection, data exfiltration, tool RCE, and ASI01 through ASI10 vulnerability classes alongside traditional web and API targets.

Does this bug bounty toolkit provide source code reconnaissance and fingerprinting guidance?

Yes, the bug bounty toolkit provides OSINT and fingerprinting guidance for source and tech reconnaissance. It includes language-specific greps for identifying dangerous sinks across JavaScript, Python, PHP, Go, Ruby, and Rust codebases during the initial recon phase.

When should I kill a bug bounty finding during the vulnerability hunting process?

You should kill a bug bounty finding early during the validation phase if it lacks real exploitable impact or fails the 7-Question Gate. The workflow enforces strict decision gates to prevent wasting time on theoretical or low-impact results before report writing.