From pentest-framework
Generates professional PDF pentest reports from JSON findings in a directory. Includes executive summary, methodology, detailed findings by severity, evidence, and remediation recommendations. Use after running scans.
npx claudepluginhub sabania/pentest-cli --plugin pentest-frameworkThis skill is limited to using the following tools:
Generate a professional PDF security report from previously collected pentest findings.
Generates Markdown penetration test reports from triage.md and session.json, formatting Scalpel-certified findings with executive summaries, severity tables, and kill chain details.
Generates security audit reports from vulnerability scans, configs, and compliance data with CVSS scoring, findings tables, remediation plans, and status matrices.
Aggregates findings from dependency, secrets, and code security scans into a prioritized report on high-risk issues. Use after running individual scans for vulnerability summaries or full audits.
Share bugs, ideas, or general feedback.
Generate a professional PDF security report from previously collected pentest findings.
An optional findings directory path can be provided via $ARGUMENTS. Defaults to ./findings/ if not specified.
Determine findings directory:
$ARGUMENTS contains a path, use that../findings/.Verify findings exist:
Check that the findings directory contains result files. If empty, inform the user they need to run scans first (suggest /pentest-full or individual scan skills).
Delegate to report-agent using the Agent tool. The agent must run:
pentest report ./findings/
Read the command output to determine the report file location.
Present the report location to the user:
./findings/ directory.