report
Generate a structured security assessment report from your collected findings and HTTP evidence, with optional styled HTML output.
Instructions
Render a report from findings you have ALREADY collected — e.g. the output of hunt/review combined with your own http_send/intruder evidence.
Args: findings_json: a JSON array of finding objects (Novelty or your own shape: title, severity, vuln_class, endpoint/file, exploit, impact, confirm_test, fix) target: the assessed target's name/URL (for the report header) kind: "web" or "source" save_html: optional path for the styled HTML report
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | web | |
| target | No | Assessment | |
| save_html | No | ||
| findings_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |