generate_report
Generate a markdown or JSON engagement report from recorded scans and findings, summarizing scope, activity, and results.
Instructions
Generate an engagement report from recorded scans and findings.
TOOL_NAME=generate_report DISPLAY_NAME=Engagement Report Generator USECASE=Produce a shareable markdown or JSON report of scope, activity and findings INSTRUCTIONS=1. Record findings during testing, 2. Call with report_format markdown|json INPUT_DESCRIPTION=report_format (markdown|json) OUTPUT_DESCRIPTION=Dict with status, the report content, and the path it was written to under the output directory EXAMPLES=generate_report("markdown") PREREQUISITES=None (more useful after findings are recorded) RELATED_TOOLS=record_finding, session_summary
Args:
report_format: markdown or json.
Returns: Structured result dict with the report content and file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||