TL;DR: Anthropic’s zero trust guide for AI agents argues that identity, least agency, observability, and governance now need to move from static controls to continuously verified ones, with short-lived tokens, cryptographic identity, and machine-speed response as the new baseline, according to Pomerium’s analysis. Static API keys and review-cadence controls no longer match agent behaviour, because access can be exercised faster than human governance cycles can observe it.
NHIMG editorial — based on content published by Pomerium: Understanding Anthropic's Zero Trust for AI Agents Guide
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%).
Questions worth separating out
Q: What breaks when AI agents rely on static API keys?
A: Static API keys turn agent access into a reusable exposure window.
Q: Why do AI agents complicate zero trust architecture?
A: AI agents complicate zero trust because they can change tools, actions, and data scope during runtime.
Q: How do security teams know whether agent governance is actually working?
A: Look for evidence that access is short-lived, task-scoped, and auditable at the action level.
Practitioner guidance
- Replace reusable agent secrets with verifiable identity Bind each agent to a cryptographic identity and use short-lived credentials for every production-connected tool.
- Enforce least agency at the action layer Scope permissions to the specific task, data set, and time window, then re-evaluate before each sensitive action.
- Instrument agent provenance, not just alerts Capture tool calls, sub-agent activity, and decision trails in a replayable format so investigators can reconstruct how the action unfolded.
What's in the full article
Pomerium's full blog post covers the implementation detail this post intentionally leaves for the source:
- Tier-by-tier control mapping for identity, access, observability, and governance in AI agent environments
- Specific guidance on cryptographic identity, short-lived tokens, and continuous authorisation for agents
- The article's own maturity table showing Foundation, Enterprise, and Advanced control expectations
- Operational notes on input sanitization, output filtering, and configuration integrity for agent deployments
👉 Read Pomerium's analysis of Anthropic's zero trust guide for AI agents →
AI agent zero trust controls are rising. Are yours keeping up?
Explore further
AI agent governance is now an identity discipline, not a model-safety side topic. The article’s most useful contribution is that it treats agent security as a stack of identity controls rather than a debate about AI novelty. That aligns with OWASP-NHI and zero trust thinking, where the actor’s access path matters more than the label on the software. Practitioners should read agent security as workload identity plus continuous authorisation, not as an isolated AI control plane problem.
A few things that frame the scale:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
- Another finding in the same research says 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, sharing sensitive data, and revealing credentials.
A question worth separating out:
Q: Who is accountable when an AI agent exceeds its intended scope?
A: Accountability sits with the organisation that approved the agent’s identity, permissions, and operating policy, not with the model itself. If an agent can access data or trigger actions outside its intended scope, the governance failure is usually in provisioning, approval boundaries, or monitoring. That is why ownership must span IAM, security, and application teams.
👉 Read our full editorial: Anthropic's zero trust guide shows AI agent security baselines rising