Finding · hermes-agent
Hermes Agent: mistralai Quarantine Response (main, post-v0.13.0)
What Changed
Commit 99ad2d1 (2026-05-12 UTC) responds to the quarantine of mistralai
2.4.6 on PyPI, which was flagged as a malicious release:
mistralaiis removed from[all]and[termux-all]optional dependency groups so fresh installs withhermes-agent[all]no longer pull the quarantined package. The[mistral]extra is preserved for operators who explicitly opt in once the package is restored.- Mistral Voxtral TTS is hidden from the provider picker and dashboard STT options while quarantined. Calling the provider returns a "temporarily disabled" status rather than importing the stale cached package.
- Tests updated to assert disabled behavior.
Not yet tagged. This fix is in main only; no new release has shipped
as of 2026-05-12.
Operator Consequence
Operators who ran pip install hermes-agent[all] on or around 2026-05-12 may
have installed mistralai 2.4.6 before PyPI quarantined it. Those operators
should:
- Verify whether
mistralai==2.4.6is present in their environment. - If present, remove it and re-install from the fixed package or reinstall
hermes-agent[all]after quarantine is lifted. - Operators who need Mistral Voxtral TTS must explicitly install
hermes-agent[mistral]once PyPI restores the package; it will not return to[all]automatically until the revert commit ships.
Operators installing from a tagged release are unaffected until a new
release ships with this fix — Hermes has no automatic update path from
[all] to [mistral].
Context
The mistralai 2.4.6 PyPI quarantine is a supply-chain security event
affecting any project that pinned or auto-upgraded to that version. Hermes'
response is clean: disable gracefully, preserve the opt-in path, document
the rollback in code comments. The change is self-contained and will be
reverted in a single commit when PyPI restores the package.
Finding metadata
Run: 2026-05-12-partial-cycle-hermes-refresh-2026-05-12-frontier-v0
Finding ID: 2026-05-12-hermes-mistralai-quarantine-response
Accepted signals
Profile citations
- Hermes Agent · claim · mistralai-quarantine-graceful-disable
- Hermes Agent · posture · governance
Source links
Primary links, including exact changelog lines when available.