get_report
Retrieve a scan’s report in Markdown or JSON format, with leaked credentials omitted by default. Get a comprehensive OSINT risk summary from local analysis.
Instructions
Return a scan's report. fmt is 'md' (default) or 'json'.
The markdown is returned with the leaked-credentials section removed; call reveal_credentials(scan_id) to see those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | md | |
| scan_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |