generate_report_template
Generate a structured Markdown template for vulnerability reports, formatting summary, steps to reproduce, impact, and remediation sections.
Instructions
Generate a structured Markdown template for drafting a vulnerability report. Helps format Summary, Steps to Reproduce, Impact, and Remediation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Report title | |
| impact | Yes | Impact description explaining the risk | |
| summary | Yes | Executive summary of the vulnerability | |
| remediation | No | Suggested fix or mitigation guidance | |
| target_asset | Yes | Target URL or asset identifier | |
| steps_to_reproduce | Yes | Numbered steps to reproduce the issue | |
| vulnerability_type | Yes | Vulnerability type or CWE (e.g. 'IDOR', 'SSRF') |