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." ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ2. Mathematical Confidence Scoring Formula
Section titled β2. Mathematical Confidence Scoring Formulaβ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))Components of the Formula:
Section titled βComponents of the Formula:β- 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
- Official Vendor Advisories, CERTs, CISA KEV:
- Multi-Source Corroboration Bonus ($+0.10$ per independent source, up to $+0.30$):
- Agreement across $\ge 3$ independent telemetry sources guarantees high confidence.
- Technical Verification Bonus ($+0.25$):
- Awarded if a functional exploit or sandbox test has been successfully verified in the Hermes isolated lab environment.
- Contradiction Penalty ($-0.35$):
- Applied immediately if primary sources dispute root causes, impact scopes, or active exploitation.
- Inference Distance Penalty ($-0.10$ per deduction hop):
- Penalizes conclusions that require multiple chained assumptions without intermediate telemetry.
3. Confidence Classification Tiers
Section titled β3. Confidence Classification Tiersβ| Confidence Score | Qualitative Tier | Publishing Threshold | Operational Action |
|---|---|---|---|
| 0.90 β 1.00 | VERY HIGH | Automated Publication | Direct actionable intelligence; emergency remediation advisory. |
| 0.75 β 0.89 | HIGH | Automated Publication | Standard intelligence briefing with verified telemetry citations. |
| 0.55 β 0.74 | MEDIUM | Requires Critic Pass | Published with prominent caveats highlighting pending verification. |
| 0.35 β 0.54 | LOW | Hold for Evidence | Staged internally; blocked from main threat boards. |
| 0.00 β 0.34 | VERY LOW | Rejection | Discarded as unverified rumor or hallucination. |
4. Handling Intelligence Disagreements
Section titled β4. Handling Intelligence Disagreementsβ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.
5. Related Methodologies
Section titled β5. Related Methodologiesβ Hermes Agentic Security Score (HASS) The quantitative metric evaluating autonomous AI agent systemic risk.
Hermes Threat Score (HTS) The operational exploitability metric measuring real-world urgency.