/report
Description
Generate a submission-ready bug bounty report.
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/.
Repository README
This is the README for shuvonsec/claude-bug-bounty, shared by 16 entries
in this directory. It describes the repository, not this entry specifically.
description: Write a submission-ready bug bounty report. Generates H1/Bugcrowd/Intigriti/Immunefi format with CVSS 3.1 score, proof of concept, impact statement, and remediation. Run /validate first. Usage: /report
/report
Generate a submission-ready bug bounty report.
Pre-Conditions
Run `/validate` first. All 4 gates must pass before running this command.
Never write a report before validating. N/A submissions hurt your validity ratio.
Usage
/report
Provide when prompted:
- Platform (HackerOne / Bugcrowd / Intigriti / Immunefi)
- Bug class
- Affected endpoint
- Your two test accounts and their IDs
- The exact HTTP request that demonstrates the bug
- The exact response that shows the impact
- Tech stack (for CVSS and remediation advice)
What This Generates
- Title following the formula:
[Bug Class] in [Endpoint] allows [actor] to [impact] - Summary paragraph (impact-first, no "could potentially")
- Vulnerability details with CVSS 3.1 score and vector string
- Steps to Reproduce with copy-paste HTTP requests
- Impact statement with quantification
- Recommended fix (1-2 sentences, specific)
- Supporting materials section
Platform Selection
HackerOne Format
- Markdown sections: Summary, Vulnerability Details, Steps to Reproduce, Impact, Recommended Fix
- Include CVSS 3.1 score + vector string
- Include two test account setup instructions
- Keep under 600 words
Bugcrowd Format
- Title with VRT category:
[VRT Category] > [Subcategory] > P[1-4] - Expected vs Actual Behavior section
- Severity Justification section referencing Bugcrowd VRT
Intigriti Format
- CVSS score prominent at top
- Clear reproduction steps
- Business impact focused
Immunefi Format (Web3)
- Root cause in Solidity code
- Foundry PoC test included
- Economic impact quantified in $ value
- Comparison evidence (same check present elsewhere, missing here)
Writing Rules
- Never use: "could potentially", "may allow", "might be possible"
- Always prove: show actual data/action, not just "200 OK"
- Impact first: sentence 1 = what attacker gets, not what the bug is
- Quantify: how many users affected, what data type, $ amount
- Short: triagers skim. < 600 words.
- Human: write to a person, not a system
CVSS 3.1 Calculation Guide
Common patterns:
IDOR read PII (any user, auth needed):
→ AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N = 6.5 Medium
Auth bypass → admin (no auth):
→ AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H = 9.8 Critical
SSRF → cloud metadata:
→ AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N = 9.1 Critical
Stored XSS (any user, scope changed):
→ AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N = 8.2 High
Escalation Language
Use when payout is being downgraded:
"This requires only a free account — no special privileges."
"The exposed data includes [PII type], subject to GDPR/CCPA requirements."
"An attacker can automate this — all [N] records in [X] minutes with a simple loop."
"This is expl
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11