100% Client-Side SBOM Analysis
Evaluate CycloneDX/SPDX manifests entirely within your browser memory. No code, manifest, or dependency list ever leaves your machine.
100% Client-Side SBOM Analysis
Evaluate CycloneDX/SPDX manifests entirely within your browser memory. No code, manifest, or dependency list ever leaves your machine.
Security Delta (Before/After Diff)
Simulate architectural refactoring or version upgrades to quantify exact net risk reduction (ฮ HTS) before writing code.
Weaponized Exploit Filtering
Prioritize strictly vulnerabilities with confirmed public exploit frameworks and active CISA KEV campaigns over theoretical flaws.
Automated Webhook Alerts
Trigger Slack, Teams, Discord, or CI/CD notifications only when an accelerating risk directly impacts your monitored stack.
Legacy scanners give you a frozen number. Hermes computes the dynamic vector of exploitation.
Static severity & weaponization right now
Rate of change over time (ฮR / ฮt)
High (positive ฮยฒR/ฮtยฒ)
Predictive curve & systemic archetype
Risk Vector Equation: R(t) = Rโ + โซ (v(t) + a(t)ยทt) dt Hermes continuously samples KEV weaponization timestamps, EPSS percentiles, and public exploit commits to calculate real derivatives.
| Archetype | Exploit Behavior | Decision Directive |
|---|---|---|
| Critical Acceleration | v > +10, a > 0 (KEV rรฉcent + PoC public actif) | T0 Confinement immรฉdiat (< 24h) |
| Exponential Inflexion | v > +5, a > 0 (Armement en cours d'outillage) | T1 Patch planifiรฉ (< 7 jours) |
| Plateaued Risk | v โ 0, a โ 0 (Exploit stable, pas de nouveau vecteur) | Cycle de maintenance standard |
| Dormant / Theoretical | v = 0, a ≤ 0 (CVSS thรฉorique, 0 exploit in the wild) | Surveillance passive sans alerte bloquante |
1. Generate SBOM in CI/CD: cyclonedx-cli merge --output bom.json
2. Private Audit in Hermes "My Stack": Drag-and-drop bom.json into the browser. Hermes matches 147 dependencies locally against static threat trajectories.
3. Isolate Accelerated Components: Out of 23 reported CVEs, only 1 exhibits critical acceleration (CVE-2026-67593). The remaining 22 CVEs have zero weaponization and can be scheduled in standard sprints.
4. Simulate Architectural Delta: Test isolating the port behind mTLS in Security Delta: Confirm net risk drops from 92 to 50 HTS without breaking existing microservices.