Report Comparison This skill compares two security audit reports to track progress over time. When to Use This Skill - After fixing vulnerabilities, to verify remediation - For periodic security reviews - To track security posture over time - To identify regression (new vulnerabilities) Prerequisites - Two audit reports in Markdown format - Reports should be from the same project Usage Basic Comparison With Specific Paths Output Format Comparison Logic Finding Matching Findings are matched between reports using: 1. ID match — Same P0-001, P1-002, etc. 2. Component + Title match — Same issue d…