Skip to content

Hermes Confidence Model & Evidence Verification Framework

1. The Epistemological Hierarchy: Fact vs. Inference vs. Prediction

Section titled β€œ1. The Epistemological Hierarchy: Fact vs. Inference vs. Prediction”

In traditional cybersecurity reporting, analysts frequently blur the boundary between observed ground truth and speculative hypotheses. Hermes formalizes four distinct epistemic tiers:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ 1. FACT β”‚
β”‚ Directly observable, empirically verified, primary-source data. β”‚
β”‚ Example: "A commit fixing CVE-2026-41264 was merged to Flowise main." β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ 2. INFERENCE β”‚
β”‚ Logical deduction derived from technical ground facts. β”‚
β”‚ Example: "The patch adds AST validation, confirming the sink was β”‚
β”‚ un-sandboxed Python execution." β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ 3. PREDICTION β”‚
β”‚ Probabilistic forecast of adversary behavior or exploit spread. β”‚
β”‚ Example: "Hermes estimates an 82% probability of automated scanner β”‚
β”‚ weaponization within 72 hours." β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ 4. HYPOTHESIS β”‚
β”‚ Working theoretical model subject to ongoing falsification. β”‚
β”‚ Example: "The campaign may be affiliated with Storm-1175 based on β”‚
β”‚ shared PowerShell stagers." β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Every score and analytic judgment produced by Hermes Codex is accompanied by a Confidence Value ($C \in [0.0, 1.0]$) derived from technical evidence rather than unconstrained model generation.

The confidence score is computed as:

Confidence (C) = min(1.0, max(0.1, BaseQuality + Sum(SourceBonuses) - ContradictionPenalty - DistancePenalty))
  1. Source Reliability Weight ($W_s \in [0.1, 0.35]$):
    • Official Vendor Advisories, CERTs, CISA KEV: 0.35
    • Verified Security Research Lab / PoC Repository: 0.25
    • Automated Threat Scanners / Aggregators: 0.15
    • Unverified Social Media / Forum Claims: 0.05
  2. Multi-Source Corroboration Bonus ($+0.10$ per independent source, up to $+0.30$):
    • Agreement across $\ge 3$ independent telemetry sources guarantees high confidence.
  3. Technical Verification Bonus ($+0.25$):
    • Awarded if a functional exploit or sandbox test has been successfully verified in the Hermes isolated lab environment.
  4. Contradiction Penalty ($-0.35$):
    • Applied immediately if primary sources dispute root causes, impact scopes, or active exploitation.
  5. Inference Distance Penalty ($-0.10$ per deduction hop):
    • Penalizes conclusions that require multiple chained assumptions without intermediate telemetry.

Confidence ScoreQualitative TierPublishing ThresholdOperational Action
0.90 – 1.00VERY HIGHAutomated PublicationDirect actionable intelligence; emergency remediation advisory.
0.75 – 0.89HIGHAutomated PublicationStandard intelligence briefing with verified telemetry citations.
0.55 – 0.74MEDIUMRequires Critic PassPublished with prominent caveats highlighting pending verification.
0.35 – 0.54LOWHold for EvidenceStaged internally; blocked from main threat boards.
0.00 – 0.34VERY LOWRejectionDiscarded as unverified rumor or hallucination.

When primary sources conflict, Hermes Codex never forces an artificial consensus. The platform explicitly highlights and documents the dispute:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ ⚠️ INTELLIGENCE DISAGREEMENT DETECTED β”‚
β”‚ β”‚
β”‚ Source A (Vendor Advisory): "CVSS 7.2 β€” User Interaction β”‚
β”‚ Required; no remote vector without physical terminal." β”‚
β”‚ β”‚
β”‚ Source B (Pillar Security Research): "CVSS 8.8 / HASS 91 β€” β”‚
β”‚ Auto-Run mode executes shell built-ins without confirmation.β”‚
β”‚ β”‚
β”‚ Hermes Resolution: β”‚
β”‚ Hermes sides with technical laboratory verification (B) β”‚
β”‚ because Auto-Run bypasses user prompts at runtime. β”‚
β”‚ Confidence adjusted to 88% due to vendor dispute. β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

This ensures full transparency and prevents model hallucinations from masquerading as definitive facts.