a11y-toolkit: Disprover: re-verify findings
a11y_disproveRe-run audits against the live page to confirm or reject each finding, eliminating false positives and race conditions, then receive a fresh score from confirmed issues only.
Instructions
Disprover pattern (from Cloudflare's security-audit-skill): re-runs the audit against the live page and marks each finding confirmed or rejected — findings that don't reproduce are rejected with the reason. Catches false positives, race conditions, and page changes between audit and report. Returns a fresh score over confirmed findings only. — Run this before acting on any audit report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to re-verify against | |
| lang | No | Output language (en default) | |
| informe | No | existing audit report (optional; if absent, audits first) | |
| timeout | No | Timeout seconds (30 default) |