What problem does it solve? Vulnerability scans produce hundreds of CVEs, but CVSS severity alone does not indicate which ones attackers are actively exploiting. This Skill combines the CISA Known Exploited Vulnerabilities (KEV) catalog with EPSS probability scores and CVSS base scores to rank remediation work by real-world exploitation evidence. ## Core Features & Use Cases - KEV Cross-Referencing: Downloads the CISA KEV JSON feed and matches scan results against actively exploited CVEs, including ransomware-association and BOD 22-01 due-date tracking. - Multi-Factor Risk Scoring: Computes a composite risk score from KEV status (30%), EPSS (25%), CVSS (20%), asset criticality (15%), and network exposure (10%), then assigns P1-P5 priorities with remediation SLAs. - Reporting and Statistics: Generates prioritized CSV reports, KEV catalog statistics, and single-CVE checks via a CLI. - Use Case: Export a Nessus or Qualys scan to CSV, run the prioritization engine, and immediately see which vulnerabilities are KEV-listed, overdue, or ransomware-associated so remediation teams fix the right issues first. ## Quick Start Ask the AI to check whether CVE-2024-3094 is listed in the CISA KEV catalog and what remediation priority it should receive.