generate_report
Aggregate execution history, tool outputs, and artifacts into a structured report, save it to .secpipe/reports/, and return the content immediately.
Instructions
Generate a comprehensive analysis report for the current project.
Aggregates all execution history, tool outputs, and tracked artifacts
into a structured report. The report is saved to .secpipe/reports/
and its content is returned so the agent can read it immediately.
:param title: Optional report title. Defaults to the project folder name.
:param report_format: Output format — "markdown" (default) or "json".
:param output_path: Optional absolute path to save the report. When omitted,
the report is saved automatically to .secpipe/reports/.
:return: Report content, save path, and counts of included items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| report_format | No | markdown | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||