report_compare
Run a fresh DNS security audit and compare with a baseline to reveal new, resolved, and unchanged findings.
Instructions
Runs a current DNS security audit and compares it against a baseline (JSON string from a previous run). Returns new findings, resolved findings, and unchanged findings. Useful for tracking DNS security posture over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to audit and compare against baseline (e.g. 'example.com') | |
| baseline | Yes | JSON string from a previous audit run (the 'findings' array from report_full_audit or report_generate output) |