report-gen

Generate bug bounty reports with structured templates and CVSS scoring.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill report-gen-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-gen
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/skills/report-gen
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill report-gen-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating bug bounty reports, offering structured guidelines for writing, scoring, and submitting findings.

Core Features & Use Cases

  • Structured Report Writing: Provides a template for writing clear, triager-friendly reports.
  • CVSS Scoring: Assists in accurately scoring vulnerabilities based on the Common Vulnerability Scoring System.
  • Chain Reporting: Guides users on how to report chained vulnerabilities in a single submission.
  • Use Case: When you need to submit a bug bounty report that is both thorough and easy for the triager to review.

Quick Start

Generate a report for the vulnerability identified in 'vuln-findings.md'.

Frequently Asked Questions about report-gen

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

FAQPage Schema
How do I generate a structured bug bounty report for triagers?

To generate a structured bug bounty report, provide your vulnerability findings in a Markdown file. The skill uses a predefined template to format the report, ensuring it is thorough and easy for triagers to review and score.

How does CVSS scoring work when writing security research reports?

CVSS scoring in security research reports involves calculating vulnerability severity using the Common Vulnerability Scoring System. This skill assists by accurately scoring vulnerabilities based on CVSS metrics directly within the generated Markdown output.

Can I report chained vulnerabilities in a single bug bounty submission?

Yes, you can report chained vulnerabilities in a single bug bounty submission. The skill provides specific guidelines for chain reporting, allowing you to document multiple interconnected vulnerabilities cohesively within one structured report.

Do I need Markdown and YAML parsing to format vulnerability findings?

Yes, Markdown and YAML parsing are required for input and output formatting. You need to supply your vulnerability findings in Markdown format so the skill can parse the data and generate the final structured report accurately.

What is the best way to format security research findings for triage review?

The best way to format security research findings for triage review is using a structured template that clearly separates vulnerability details, reproduction steps, and CVSS scores. This approach ensures triagers can quickly understand and validate the submission.