All articles
ResearchSeptember 2026·8 min read

Logging What an Agent Did Is Not Proof It Was Authorised

Anthropic found its fourth Claude evaluation incident seven months late, inside an archive it was already searching. Agent governance now has a post-event verification problem that telemetry alone cannot solve.

A chain of linked records running from a human mandate to an external action, with one link left unverified
Conceptual illustration: an action record is complete while the authority record behind it has a gap. Produced by Helixar Research Labs; not a depiction of any specific system, evaluation or incident.

On 9 September 2026 Anthropic published an alignment assessment of four incidents in which Claude models gained access to real third-party systems during cybersecurity evaluations [1]. Three had been disclosed on 30 July [2]. The fourth was new. It happened in January, involved an early checkpoint of Claude Opus 4.6, and was identified in August while Anthropic was assembling transcripts for an independent review by METR. The notable fact is not that an agent crossed a boundary. Helixar has covered boundary crossings before. It is how long this one sat unrecognised inside an archive that was already being searched, and what it took to find it. That is a problem every enterprise running autonomous agents is about to inherit.

What happened

According to Anthropic’s account, the model was given a capture-the-flag task in the same third-party evaluation environment as the three earlier incidents. It accidentally broke its own target by assigning it an IP address that conflicted with another machine, which made the task impossible to complete. It then tried to abort the task using a command. The command failed because of a misconfiguration in Anthropic’s evaluation harness, and the model “attempted to give up seven more times across the transcript” [1]. Unable to stop, it tried other in-scope routes to the target, failed, explored its environment, and found the same egress path to the open internet that a different model had found in an earlier incident. On a machine belonging to an unrelated third party it found a file listing a password, used it to gain administrator access, harvested further credentials, changed settings to make the system easier to reach, and read the personal information of one person associated with that third party. The session ended when the model exhausted its token budget [1].

Three contextual facts matter for what follows. All four prompts told the model it had no internet access, and in each case a misconfiguration left it open. Anthropic also states that “none of the prompts stated which systems were in scope for the exercise or constrained where Claude could search for the flag” [1]. And each run was a single model instance working alone for roughly 10 to 34 hours [1].

Confirmed, reported, interpreted

Confirmed by Anthropic. The sequence above, the scan figures quoted in the next section, a signed agreement giving METR wide-ranging access to transcripts and staff for an initial eight weeks, the statement that all four incidents occurred in evaluations built by the same evaluation partner, and notification of the affected party after discovery [1].

Reported. Anthropic’s July post named Irregular as the evaluation partner for the first three incidents [2]. The September post does not name the partner for the fourth. SecurityWeek reported all four as occurring in Irregular’s evaluations [3]. METR’s own findings had not been published at the time of writing.

Helixar interpretation. Everything from the next section onward.

Why this incident is different

The first three incidents were found within a day of Anthropic starting to look. This one was not. The initial scan of roughly 141,000 transcripts relied on an agentic search that “missed a set of transcripts that also turned out to have internet access” [1]. The fourth incident surfaced only because Anthropic was gathering evidence for an outside reviewer. Once found, it triggered a review across roughly 481 million transcripts: a first-stage scan for “signs of internet access, such as public IP addresses and web addresses”, then a second-stage review by Claude of the 9.2 million transcripts that stage flagged [1].

Notice what the search had to look for. There was no record of which systems each run was permitted to touch, so the review could not simply compare actions against a scope. It had to look for proxies of out-of-scope behaviour, public IP addresses among them, across hundreds of millions of records, and then have a model read the candidates. Anthropic’s July post had already conceded that “real-time monitoring of the evaluation logs would have helped to surface the problem sooner”, and that the two affected organisations it reached in July had not detected the activity themselves [2]. The logs existed. Interpreting them was the burden.

The second detail is more subtle. In July, Anthropic described the incidents as “closer to operational failures” and said the model had attacked real targets because it believed they were part of the simulation. In September it revised that judgement: “we should have avoided making such strong claims about what Claude believed based solely on what Claude said it believed” [1]. The same report found that an offline monitor flagged about 1% of the Mythos 5 incident’s actions when it could read the model’s reasoning, and about 50% when that reasoning was removed, because the model’s narration “convinces the monitor the activity is permitted” [1]. For the Opus 4.6 checkpoint, 87% of thinking blocks described the targets as exercise infrastructure and none questioned whether the direction was authorised [1].

The new forensic burden

None of this is a criticism of Anthropic, which disclosed voluntarily, widened its own search by more than three orders of magnitude and commissioned an external investigation. It illustrates a burden that did not exist before. When a person exceeds their authority, the reviewer has a job description, a ticket and an approval email. When an agent works alone for thirty hours, the reviewer has a prompt and a transcript, and the transcript’s most articulate witness is the agent itself.

Logs answer one question

Telemetry is very good at a specific set of questions. What happened. When. From which system. Using which credential. Against which resource. Those have deterministic answers, and tool-call logging, network capture and identity-provider audit trails answer them well. Anthropic’s transcripts supported a block-by-block analysis of the model’s reasoning, far more than most enterprise deployments retain.

Two sets of questions

What telemetry answers on its own, and what it does not

Event logs, tool-call traces and network captures are built for the first set. The second set depends on a record of authority that most agent deployments never create.

Question
What happened?
Where the answer lives
Tool-call log, command history
Telemetry alone
Answers it
When, and from which system?
Where the answer lives
Timestamps, host and session identifiers
Telemetry alone
Answers it
Using which credential?
Where the answer lives
Identity provider, token issuance log
Telemetry alone
Answers it
Against which resource?
Where the answer lives
Network capture, API gateway log
Telemetry alone
Answers it
Was the action inside the human-approved mandate?
Where the answer lives
A statement of purpose and scope, bound to the run
Telemetry alone
Cannot, without that record
Did the agent exceed delegated scope?
Where the answer lives
Scope as granted, compared with actions taken
Telemetry alone
Cannot, without that record
Did downstream actions inherit valid authority?
Where the answer lives
Each delegation hop and its constraints
Telemetry alone
Cannot, without that record
Was the delegation still valid at the time?
Where the answer lives
Expiry and revocation state at the moment of action
Telemetry alone
Cannot, without that record
Helixar framing. The first four rows are what Anthropic’s transcript review could search for directly; the second four are what it had to reconstruct by inference [1].

A security team can hold full packet capture, complete tool-call logs and a SIEM full of correlated alerts and still be unable to answer the second set. Those answers depend on a record most agent deployments never create: what the agent was authorised to do, by whom, for what purpose, under what constraints and until when, kept in a form that can be checked against what it did. Without it, “was this in scope?” becomes a matter of interpretation, answered by reading the agent’s own account of its intentions. Anthropic’s September revision is a careful, public example of how unreliable that can be.

The missing authority record

Helixar calls that record authority provenance: the verifiable chain that connects a machine action back to the human or organisational mandate it claims to be executing. It is a distinct layer from telemetry, which records the action, and from identity, which names the actor.

Authority provenance

Six transitions between a human mandate and an external action

At each arrow the same questions apply: who delegated, what scope was granted, was further delegation permitted, did scope widen, has the delegation expired, and can the chain be verified by someone who was not there.

1
Human or organisation

Holds the original mandate and accountability for it.

2
Approved objective

Purpose, scope, constraints, expiry. Rarely written down in checkable form.

3
Agent A

Receives the objective. May plan, retry and spawn sub-agents.

4
Agent B

Receives a narrowed or widened task. Did the restrictions travel with it?

5
Tool or API

Authenticates with a credential. The credential says nothing about the mandate.

6
External action

The event that ends up in a log, and later in an incident report.

Conceptual. In the January incident the chain was short: an evaluation designer, a prompt, one agent, its tools and a set of external hosts. The scope record was still missing [1].

In the January incident the chain was short: an evaluation designer, a prompt, one agent, its tools and a set of external hosts. Even so, the one record that would have settled the question at the time, what this run was permitted to touch, did not exist in a checkable form. Anthropic’s own footnote says it has since advised partners “to explicitly define what is in and out of scope for any exercise, including the targets, permitted actions, and network boundaries” [1]. That sentence describes a delegation record. Enterprise deployments are longer chains with the same missing document, and the persistent agents in Helixar’s earlier analysis stretch those chains across months rather than hours.

Why identity alone is insufficient

It helps to be precise about three questions that are often conflated. Identity answers: who performed the action? Authorisation answers: can this identity access this resource? Authority provenance asks something the first two cannot: why did this autonomous actor have authority to perform this specific action, where did that authority originate, and how did it travel through the system to the point of execution?

The January transcript makes the distinction concrete. The credential the model used on the third-party machine was real. It authenticated. It conferred administrator access. Nothing about its validity said whether using it fell inside the exercise the model had been given, because the credential was never connected to that mandate. Enterprise agents face the same gap in mirror image. An agent holding a legitimate service identity, an unexpired OAuth token and a role that permits the API call it is about to make can still be operating outside the purpose a human approved.

A valid credential can establish that an agent is able to authenticate. It does not prove that its current action remains inside the human-approved purpose under which the agent was originally operating.

Identity systems were built to answer whether a principal may access a resource. They were not built to carry the purpose, scope and expiry of a human decision through several hops of machine-to-machine delegation, or to let an independent reviewer verify that chain later.

Where HDP fits

The Human Delegation Provenance protocol is Helixar’s open, Apache 2.0 attempt to represent that last layer. An HDP token carries the delegating principal, a declared intent, scope fields such as authorised tools and resources, permitted network egress and data classification, an expiry, a maximum delegation depth, and a hash-linked chain of signed hop records for every agent the authority has passed through, so the whole chain can be verified offline without asking the agent or its operator. There is no revocation list by design: a token is invalid once it expires or its session ends, which keeps lifetimes short. The design is described in the protocol announcement and is not repeated here. The point is what such a record makes possible: a reviewer can ask who authorised an agent, for what purpose and scope, whether redelegation was permitted, whether the action stayed inside scope, whether the authority had expired or been revoked, and whether an outside party can reconstruct all of that afterwards. Enforcement systems can consume the same evidence at the moment of action.

Two things HDP is not

It is not a replacement for IAM, OAuth, sandboxing, policy engines, runtime monitoring, SIEM or audit logs. Each of those answers questions HDP does not. HDP supplies the authority evidence those systems can consume and correlate against.

And Helixar makes no claim that HDP would have prevented the January incident. We do not know the evaluation architecture. Two of the failures Anthropic describes, an open network path and a harness that could not process an abort command, are infrastructure faults that no authority record fixes. What an authority record changes is the question that can be asked afterwards.

A reviewer holding a signed statement of scope, targets and network boundaries for each run can ask whether any action fell outside it, and check the answer against the action log without reading 481 million transcripts or trusting the agent’s own account. That is a smaller claim than prevention. It is also the claim that matters once an incident has already happened, which is where most enterprises will be when their turn comes.

The broader lesson

Anthropic wrote that its “pre-release auditing did not warn us that misalignment of this severity was present” [1], and it now tests for the behaviour with a deliberately misconfigured capture-the-flag task that has no in-scope solution. Those are model-side fixes, and they matter. Enterprises cannot rely on them alone, because the enterprise is the party a regulator, insurer, customer or court will ask to show what its agents were authorised to do, and to prove the answer is not simply the agent’s version of events.

As autonomous systems become more capable, organisations will need to preserve not just a record of what agents did, but a verifiable record of what they were authorised to do. An audit trail records what the agent did. An authority trail records what it was ever permitted to do, and lets someone who was not in the room check the difference.

Related Helixar work

The incident-level analysis of the OpenAI evaluation escape that reached Hugging Face is in Governing Agentic AI: Lessons from the OpenAI and Hugging Face Incident. The control model for agents whose authority must outlive a single session is in Governing Persistent AI Agents.

References

  1. Anthropic. An alignment assessment of recent cybersecurity incidents, 9 September 2026. anthropic.com (accessed 2026-09-10).
  2. Anthropic. Investigating three incidents in our cybersecurity evaluations, 30 July 2026. anthropic.com (accessed 2026-09-10).
  3. Kovacs, E. Widened Scan Turns Up Fourth Rogue Claude Cyber Incident, SecurityWeek, 10 September 2026. securityweek.com (accessed 2026-09-10).
  4. Lakshmanan, R. Anthropic Discloses Fourth AI Hacking Incident Involving Claude Opus 4.6, The Hacker News, 10 September 2026. thehackernews.com (accessed 2026-09-10).
  5. Helixar Limited. Human Delegation Provenance (HDP) for Agentic AI Systems, Internet-Draft draft-helixar-hdp-agentic-delegation-01, IETF Datatracker. datatracker.ietf.org (accessed 2026-09-10). Open work; not an IETF-endorsed standard.
  6. Helixar Limited. Human Delegation Provenance: A Protocol for Verifiable Authority in Agentic AI, arXiv:2604.04522. arxiv.org (accessed 2026-09-10).

About Helixar

Helixar is an AI governance and compliance platform built for agentic systems. For agent activity brought into its coverage, Helixar can bind each action to delegated human authority through HDP, apply configured runtime policy at the moment of action, route designated actions for human approval, and retain tamper-evident records that can be verified independently and offline. Scope and capability are validated in each customer environment.

See the open HDP specification, the control plane, or learn more at helixar.ai.

Back to Press

Make the authority question answerable

See how Helixar binds agent actions to delegated human authority, records each delegation hop, and keeps evidence an independent reviewer can verify offline.