Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/hermes-labs-ai/fidelisWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/hermes-labs-ai/fidelis/gemini-extension)<a href="https://agentmods.dev/plugins/hermes-labs-ai/fidelis/gemini-extension"><img src="https://agentmods.dev/badge/plugins/hermes-labs-ai/fidelis/gemini-extension/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/plugins/hermes-labs-ai/fidelis/gemini-extension"><img src="https://agentmods.dev/badge/plugins/hermes-labs-ai/fidelis/gemini-extension.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
fidelis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "fidelis",
"version": "0.0.97",
"description": "Local-first, zero-LLM agent memory. Adds fidelis_recall, fidelis_query, fidelis_orient, and fidelis_health MCP tools backed by the Fidelis Memory server on your machine.",
"contextFileName": "GEMINI.md",
"mcpServers": {
"fidelis": {
"command": "uvx",
"args": [
"--from",
"fidelis-memory==0.0.97",
"fidelis",
"mcp",
"serve"
],
"timeout": 60000
}
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 20 lines scan A 4ddffbe3326a
fidelis is a plugin published in the GitHub repository hermes-labs-ai/fidelis (23 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-13.
Other plugins, from other repositories
hermes-blind
Local recovery anchors for Claude Code and Codex sessions, plus evidence-gated evaluation prompts.
hermes-blind
Local recovery anchors for Claude Code and Codex sessions, plus evidence-gated evaluation prompts.
openloomi
Connect Claude Code to your local OpenLoomi runtime. One-command install, mirror Claude's lifecycle onto the Loomi Pet, and auto-archive every Stop into your OpenLoomi memory. Talks to your local OpenLoomi over HTTP and the OpenLoomi helper CLI. AI provider config is owned by OpenLoomi itself — this plugin never reads.
token-optimizer
Context-window optimization tools (caching, compression, smart file tooling) for the Gemini CLI.
Elpis
Provider-neutral terminal agent shell for controlled context, persistent memory, safe execution, and session continuity.
titen-memory
Use Titen's evidence-grounded collaborative memory. The local stdio mode needs no configuration; a served Titen endpoint is the alternative for a shared store.