report_generate
Run a full DNS security audit and get findings in JSON, Markdown, or SARIF format for integration with analysis tools.
Instructions
Runs a full DNS security audit and outputs in the specified format: json (raw findings), markdown (formatted report with severity headers), or sarif (SARIF 2.1.0 structure for integration with code analysis tools). Default format is json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to generate a security report for (e.g. 'example.com') | |
| format | No | Output format: 'json' (raw), 'markdown' (formatted report), or 'sarif' (SARIF 2.1.0). Default 'json'. |