Vulnerability Report Writing

Generate bounty-ready vulnerability reports with CVSS scoring and evidence-based severity calibration.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/kaminocorp/hermes-alpha-hunter --skill vulnerability-report-writing-kaminocorp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Vulnerability Report Writing
Source: https://github.com/kaminocorp/hermes-alpha-hunter/tree/main/hunter/skills/security/report-writing
Command: npx skills add https://github.com/kaminocorp/hermes-alpha-hunter --skill vulnerability-report-writing-kaminocorp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security researchers often struggle to write consistent, credible vulnerability reports that bounty programs accept, frequently inflating severity or omitting reproducible proof of concept details. ## Core Features & Use Cases - Structured Report Template: Produces standardized markdown reports with summary, severity, affected component, root cause, proof of concept, impact assessment, and remediation sections. - Severity Calibration Framework: Applies checklist-based Critical/High/Medium/Low criteria and CVSS 3.1 scoring guidance to prevent inflated or speculative ratings. - Audit Summary Generation: Creates a SUMMARY.md aggregating all findings with severity, CVSS scores, scope verification, and methodology. - Use Case: After confirming an IDOR vulnerability in a target repository, use this Skill to produce a HackerOne-ready report with a code-level trace, CVSS vector, and suggested fix. ## Quick Start Write a vulnerability report for the confirmed SQL injection finding in the auth module, including a proof of concept and CVSS score.

Frequently Asked Questions about Vulnerability Report Writing

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

FAQPage Schema
How do I write a vulnerability report for a bug bounty program?▼

Write one report per vulnerability using a structured template covering summary, severity with CVSS score, affected component, root cause, proof of concept steps, impact assessment, and suggested remediation. Include file paths and line numbers so maintainers can verify and fix the issue.

How to assign severity and CVSS scores to security findings?▼

Assign severity using evidence-based checklists: Critical requires unauthenticated exploitation with full CIA impact, High requires clear exploit paths affecting sensitive data, and lower ratings apply to conditional or limited-impact issues. Use the CVSS 3.1 vector components (AV, AC, PR, UI, S, C/I/A) to compute the score.

What should a proof of concept include for HackerOne reports?▼

A proof of concept should include prerequisites, detailed numbered reproduction steps with exact values, and a code-level trace showing the path from user input through the entry point to the dangerous sink. Someone else must be able to verify the finding from your steps alone.

When should I not submit a vulnerability report?▼

Do not submit when the vulnerability is theoretical without a reproducible proof of concept, when exploitation cannot be demonstrated in a sandbox, or when the target is out of scope for the bounty program. Speculative or inflated reports damage researcher credibility.

Why do bug bounty reports get rejected for severity inflation?▼

Reports get rejected when claimed severity exceeds demonstrable impact, such as rating a finding Critical without showing unauthenticated exploitation or production data impact. Calibrate by checking mitigating controls and confirming the exploit works in a fresh environment.