Daily Edition Sources +3

Hermes now stops agents from quietly rewriting their own instructions

A new Hermes Agent write gate treats project instruction files as a persistence surface: even an auto-approved agent must ask a human before it changes the text that can steer tomorrow’s work.

Rough marker diagram of a file-write pen stopped by a human approval gate before instruction-file cards, with a crossed-out symlink and a red caveat stamp.
Diagram Punkthe write that shapes tomorrow's agent gets a fresh human stop.
repo NousResearch/hermes-agent evidence
3 source signals 1 repo commit fe66596
Evidence: commit fe66596 / August 8, 2026 / Daily Edition
Open Edition Evidence below

An agent that changes a project’s AGENTS.md is not merely editing another Markdown file. It may be changing what the next agent session reads as standing instruction. NousResearch/hermes-agent’s August 7 public security commit makes that distinction operational: writes and patches aimed at AGENTS.md, CLAUDE.md, SOUL.md, .cursorrules, or project-local .hermes configuration now require fresh human approval.

The sharp part is what does not get to overrule that prompt. The commit says the gate still applies under yolo or auto-approve settings, grants approval for one operation only, and blocks the edit when there is no human channel to answer. That is a deliberate refusal to treat an earlier broad permission as consent to alter the instructions that can persist beyond this task.

The path matters as much as the filename

A protection named only for a tidy path is easy to walk around. Hermes’ new file-tool path normalizes and resolves both the requested path and its real path before it decides whether a target is protected. That makes a symlink, a case variant, or a path such as ./x/../AGENTS.md part of the question instead of a loophole. It also treats one protected target in a multi-file patch as a gate for the whole patch; a refusal leaves the batch unapplied rather than quietly editing the harmless-looking half.

The accompanying regression tests make the intent unusually legible. They exercise yolo-bypass attempts, repeat writes that must re-prompt, symlink and traversal cases, project-local configuration, and the no-human case. The point is not to make every file precious. Ordinary notes remain ordinary writes. The project is drawing a boundary around files whose content can outlive the current request by changing the next request’s terms.

Permission should get narrower near persistence

The first, too-generous reading would call this a prompt-injection solution. It is not. The configuration can disable the gate, and this patch does not prove coverage of every terminal route, loader, tool, or future instruction format. Nor do source tests establish a released build or an independently tested security outcome.

But the smaller claim matters. A system can safely grant an agent room to edit application code while reserving a more specific question for the moment it tries to change its own durable steering material: do you want this instruction to survive? The next public signal worth watching is an end-to-end adversarial test that follows that material from a write attempt through later instruction loading and another execution path. That is where this stop sign will either prove it belongs in a wider safety model or show its remaining gaps.

Evidence Trail

Receipts below the story

The article above is the public narrative. This section keeps the source trail and limits on the same page.

Edition
DateAugust 8, 2026
LaneDaily Edition
Confidence78%
Sources3
ReposNousResearch/hermes-agent

Primary Evidence

Evidence Limits

  • These sources establish intended behavior in the inspected Hermes Agent main-branch patch. They do not prove release availability, independent security review, coverage of terminal or other write tools, or prevention of every prompt-injection route.
  • The project exposes a configuration switch and extra patterns; future source or release evidence can change the practical boundary. Watch for end-to-end adversarial tests that cross instruction loading, terminals, and external tool paths.
Letters & Corrections

Send a note to the desk

Corrections, missing context, or a follow-up lead.