export_report
Export a vulnerability report to a Markdown file. Provide the report ID and output path to generate a standardized security report for sharing or documentation.
Instructions
Export vulnerability report as markdown file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The report ID to export | |
| outputPath | Yes | Output file path (e.g., './reports/sqli-report.md') |