Data Schema

February 4, 2026 ยท View on GitHub

data/radar_data.json

Top-level:

  • generated_at (UTC ISO8601)
  • count
  • items[]

Per item:

  • cve_id
  • description
  • cvss_score, cvss_severity, cvss_vector
  • affected[]: vendor/product/versions
  • watchlist_hit, matched_terms[]
  • in_watchlist (bool; alias of watchlist_hit for reporting)
  • in_patchthis (bool)
  • is_critical (bool; PatchThis + watchlist)
  • is_warning (bool; PatchThis only)
  • priority_label (string; human-readable, derived from the booleans above)
  • active_threat, optional kev{...}
    • kev.dueDate may be present when sourced from CISA KEV
  • probability_score (EPSS)

Verify (JSON)

  • Open the JSON and confirm fields exist

data/radar_report.md

A GitHub-renderable Markdown report generated by the ETL.

Verify (Report)

  • Open data/radar_report.md in GitHub and confirm the table renders