| name | report-generator |
| description | Generate structured penetration test reports from scan findings with severity ratings and OWASP/NIST mapping.
|
Pentest Report Generator
Aggregates findings from all pentest skills and produces a structured markdown report.
Scripts
Generate Report
bash scripts/generate-report.sh <findings-dir> <target-name> [output-file]
Input Format
Place JSON files from other skills in a directory. Each file should have a findings array with objects containing at minimum: severity, finding (or title/note).
Output
Structured markdown report with:
- Executive Summary
- Severity Statistics
- Detailed Findings (grouped by severity)
- OWASP Top 10 Mapping
- Recommendations