What problem does it solve? OWASP ZAP scan reports contain false positives and duplicated alerts that require tedious manual verification against the live application. This Skill automates the extraction, deduplication, and live re-testing of every finding, producing an evidence-backed verification report with full HTTP request/response proof of concept. ## Core Features & Use Cases - Report Parsing and Deduplication: Parses ZAP reports in JSON, HTML, or PDF format, applies severity and exclusion filters, and groups duplicate findings by endpoint, method, and parameter. - Live Verification via Burp Suite MCP: Re-tests each grouped finding against the live target through the Burp Suite MCP server (with curl fallback), creating Repeater tabs for confirmed issues. - Evidence-Based Reporting: Produces ISSUES_LIST.md and ISSUES_LIST_VERIFIED.md containing reproduction steps and real HTTP request/response PoCs classified as CONFIRMED, NOT_CONFIRMED, INCONCLUSIVE, or SKIPPED. - Use Case: After a CI pipeline runs a ZAP baseline scan against a staging API, run this Skill to automatically triage 200 raw alerts into 30 verified groups, confirming which SQL injection and XSS findings are real before assigning them to developers. ## Quick Start Ask the AI to review the ZAP report at ./zap-report.json against https://staging.example.com and verify each finding live.