Skip to content

Hermes Prediction Benchmark: Competitive Model Leaderboard


Inspect model rankings, compare head-to-head match-ups, explore the Murphy decomposition, or enter your own predictions in the sandbox:

Top Ranked Model
Hermes Forecast Engine
#1 Brier Score: 0.1043
Brier Skill Score (BSS)
+58.3%
vs Random Guessing (0.25)
Corpus Uncertainty (UNC)
0.16
UNC = ō(1 - ō) (5 cases)
Win Rate vs Raw EPSS
80% (4/5)
Early weaponization edge
📊

Official Model Leaderboard (Brier Score & Skill Metric)

BENCH-2026-001
Rank Predictive Model Brier Score (BS) Skill Score (BSS) Reliability (REL ↓) Resolution (RES ↑) Win vs EPSS Tier
🥇 #1
Hermes Forecast Engine Champion
0.1043 +58.3% 0.001 0.0246 80% (4/5) ELITE (Superforecaster)
🥈 #2
Crowd Consensus Baseline Aggregated Human
0.1232 +50.7% 0.001 0.0216 80% (4/5) PROFICIENT
🥉 #3
CVSS Severity Heuristic Enterprise Standard
0.1751 +30% 0.0151 0 80% (4/5) PROFICIENT
#4
Uninformed Random Guess Coin Flip
0.25 0% 0.09 0 80% (4/5) BASELINE
#5
Raw EPSS First-Day Baseline Population-Wide
0.6223 -148.9% 0.4719 0.0096 0% UNCALIBRATED
📐

Murphy Decomposition: Why Hermes Outperforms Heuristics

BS = REL - RES + UNC

Allan H. Murphy's 1973 decomposition separates pure calibration deviation (Reliability REL, lower is better) from true information discriminative power (Resolution RES, higher is better) against fixed base-rate uncertainty (UNC).

Hermes Forecast Engine BS: 0.1043
Reliability (Penalty REL ↓) 0.001
Resolution (Separation RES ↑) 0.0246
Max resolution: cleanly separates true attacks from false alarms with near-zero calibration penalty.
Crowd Consensus Baseline BS: 0.1232
Reliability (Penalty REL ↓) 0.001
Resolution (Separation RES ↑) 0.0216
Intermediate trade-off model.
CVSS Severity Heuristic BS: 0.1751
Reliability (Penalty REL ↓) 0.0151
Resolution (Separation RES ↑) 0
High resolution on real attacks, but suffers heavy penalty when high-CVSS flaws fail to materialize.
Uninformed Random Guess BS: 0.25
Reliability (Penalty REL ↓) 0.09
Resolution (Separation RES ↑) 0
Intermediate trade-off model.
Raw EPSS First-Day Baseline BS: 0.6223
Reliability (Penalty REL ↓) 0.4719
Resolution (Separation RES ↑) 0.0096
Severe calibration penalty on newly published zero-days (initial scores overly compressed).
⚔️

Side-by-Side Head-to-Head Comparison

VS
🎮

Sandbox: Challenge the Leaderboard!

Input your own probability estimates for the 5 resolved CVE cases. The benchmark computes your personal Brier score in real time and ranks you directly on the leaderboard against Hermes, EPSS, and crowd consensus!

PRED-001 CVE-2026-76460 REALIZED (1)
DeepSeek-V3 LLM Prompt Execution CISA KEV Addition
Your Forecast: 50%
PRED-002 CVE-2026-75650 REALIZED (1)
StyleSmuggler E-Commerce CSS Injection Weaponization
Your Forecast: 50%
PRED-003 CVE-2025-3248 EXPIRED (0)
Langflow Sandbox Memory Corruption Mass Internet Scanning
Your Forecast: 50%
PRED-004 CVE-2025-26319 REALIZED (1)
AutoGPT Indirect Prompt Injection Shell Escape CISA KEV Listing
Your Forecast: 50%
PRED-005 CVE-2024-3400 REALIZED (1)
Palo Alto Networks PAN-OS Command Injection Mass Exploitation
Your Forecast: 50%
Your Personal Brier Score: 0.2500 Estimated Rank: #4
Adjust the sliders above to challenge Hermes (0.1043)!

1. Why Cybersecurity Needs a Prediction Leaderboard

Section titled “1. Why Cybersecurity Needs a Prediction Leaderboard”

Threat intelligence has long operated in an accountability vacuum:

  1. Unilateral Evaluation: Vendors score their models on proprietary, cherry-picked datasets.
  2. Hidden Failures: When high-severity warnings fail to materialize, they are quietly erased from marketing materials.
  3. Apples-to-Oranges Comparisons: Models with different evaluation windows (e.g. lifetime probability vs 30-day window) are conflated.

The Hermes Prediction Benchmark eliminates these ambiguities through four strict rules:

  • Identical Event Corpus: All models are evaluated on the exact same resolved CVE events and calendar cutoff horizons.
  • Strictly Proper Scoring: The Brier Score (BS) guarantees that no model can game the leaderboard by hedging or artificially inflating probabilities.
  • Open-Access REST API: All model scores, predictions, and pairwise records are exported statically at /api/benchmark/index.json.

The benchmark tracks five distinct algorithmic and human forecasting paradigms:

Model IDModel NameCategoryPrimary Mechanism
HFE-v2.0Hermes Forecast EngineAgentic AIMultimodal telemetry, Vulnerability Genome 6-loci structural decomposition, and kinetic risk trajectory.
CROWD-WISDOMCrowd Consensus PriorAggregated HumanEnsemble community wisdom simulating Metaculus and Good Judgment Project probability aggregations.
CVSS-HEURISTICCVSS Severity Rule-of-ThumbEnterprise BaselineStandard corporate heuristic mapping CVSS v3.1 base score directly to likelihood (Critical $\implies 90-95%$).
RANDOM-BASELINEUninformed Coin-FlipStatistical FloorConstant 50/50 odds (P = 0.50, constant BS = 0.2500).
EPSS-RAWRaw EPSS First-Day ScorePopulation BaselineUnadjusted first-day published EPSS v3 probability from FIRST.org.

3. Why Raw EPSS Scores Poorly on Zero-Days (The Baseline Paradox)

Section titled “3. Why Raw EPSS Scores Poorly on Zero-Days (The Baseline Paradox)”

A common question is: « Why does Raw EPSS have a negative Brier Skill Score (-148.9%) on newly published critical CVEs? »

The answer lies in base-rate dilution:

  • EPSS is designed to rank 250,000+ historical CVEs across the entire software ecosystem, where the average exploitation rate is under 3%.
  • Consequently, when a critical zero-day is disclosed (e.g. Cisco SEG CVE-2026-76461 or DeepSeek CVE-2026-76460), Day-1 EPSS models assign conservative probabilities between 0.04 and 0.15 until large-scale honeypot scanning is registered weeks later.
  • When an unauthenticated remote exploit is weaponized within 48 hours, a prediction of P = 0.07 incurs a severe Brier penalty:
BS_i = (0.07 - 1)^2 = 0.8649

Hermes HFE incorporates the Vulnerability Genome (architectural bug structure) and Threat Trajectory (immediate secondary chat chatter), predicting P = 0.88 (BS_i = 0.0144) and outperforming raw EPSS on 80% of newly published zero-days.


Benchmark data is compiled statically and available for researchers and automated evaluation pipelines:

Terminal window
# Fetch latest benchmark leaderboard via CLI
curl -s https://hermes-codex.vercel.app/api/benchmark/leaderboard.json | jq .