7 min readfrom VentureBeat

Zero trust must now move at agent speed

Our take

The rapid adoption of AI agents demands an immediate shift in security strategy: zero trust architecture must now operate at agent speed. As Andre Durand, CEO of Ping Identity, explains, the compressed risk timeline necessitates continuous verification of every action, moving beyond traditional login checks. Enterprises must equip agents with individual identities, enforce policies deterministically, and establish frameworks for reviewing AI-generated output—lest they risk accumulating exposure through thousands of rapid requests. For deeper insights into this evolving landscape, explore "Ultrahuman’s former hardware VP raises $5.
Zero trust must now move at agent speed

The rapid proliferation of AI agents presents a stark and immediate challenge to enterprise security, a point forcefully underscored by Andre Durand's recent commentary. The shift from viewing zero trust architecture as a future aspiration to an urgent necessity is no longer a debate but a critical imperative. As we’ve seen with the emergence of tools like DoorDash’s newly launched dd-cli Yes, you can now order DoorDash from the command line, the ability to interact with systems and data through automated agents is accelerating, compressing the risk timeline to a degree traditional security models simply cannot handle. The inherent speed at which these agents operate – capable of thousands of actions in minutes compared to human response times – demands a fundamentally different approach to access control and authorization. Failing to adapt now risks creating vast, largely invisible attack surfaces within organizations.

Durand's emphasis on treating each AI agent as a first-class identity, rather than an extension of a human user, is particularly insightful. The common practice of using shared service accounts or cloned human logins obfuscates accountability and makes it far more difficult to track and control agent activity. This is further complicated by the potential for these agents to self-modify, as highlighted by concerns about AI systems rewriting their own permissions, a situation that necessitates a far more granular and dynamic approach to security. Consider the development of devices designed to control AI agents, not just record them, as seen with Aina’s recent funding round Ultrahuman’s former hardware VP raises $5.5M for devices that control AI agents, not just record you – this highlights the growing complexity of managing these new actors within the enterprise landscape. The shift to "just enough, just in time" access control, continuously revalidating permissions at the moment of action, is the only viable path forward.

The practical implications extend beyond simply implementing new technologies. It requires a fundamental rethinking of how organizations approach policy enforcement, leveraging existing choke points like API gateways and agent gateways to inspect and regulate agent behavior. Evaluating agentic identity platforms now demands a holistic view of the entire agent lifecycle, from registration and policy assignment to continuous monitoring and risk assessment. This isn't merely about deploying new software; it’s about establishing a new operational paradigm that prioritizes real-time risk assessment and deterministic policy enforcement. The challenge is compounded by the need for automated review and human accountability in a world where agentic output is increasingly pervasive, as evidenced by the concerns around AI agent reliability, a key topic at VB Transform 2026 Amazon AGI director says AI agent reliability, not capability, is blocking enterprise deployment at VB Transform 2026.

Ultimately, the shift to agentic AI isn’t just changing how we work; it’s fundamentally altering the nature of risk. The traditional model of security, predicated on the relatively slow pace of human action, is no longer adequate. The cost of delaying the implementation of zero trust principles in this new context is rapidly escalating. As organizations grapple with the deployment of increasingly sophisticated AI agents, the critical question becomes: how can we build trust in automated systems without sacrificing the necessary controls to protect our most valuable assets, and what new auditing frameworks will be required to ensure accountability in a world where decisions are increasingly made at agent speed?

Presented by Ping Identity


Enterprises need to treat zero trust security architecture as an immediate requirement for AI agents rather than a long-term goal, says Andre Durand, CEO and founder of Ping Identity. Zero trust, the security model built on the assumption that no user, device, or system should be automatically trusted, requires continuous verification before every action rather than a single check at login. Agentic AI has profoundly compressed the risk timeline enterprises must manage, demanding that permission decisions be evaluated in real time.

type: embedded-entry-inline id: 1Ieiy1KhHNWZE5KVqNdA1G

That compression shows up in how permissions accumulate. Every time an employee approves an AI agent's request for access to a company drive, a database, or a code repository, the enterprise hands over a sliver of control that looks routine in isolation. Across thousands of agents making thousands of requests, those approvals accumulate into an exposure that most existing security architectures were never built to measure.

"The rise in desire to use agents right now, and the speed of agentic, is highlighting the need to move faster on the principles of zero trust," Durand says. "Agents just move faster, full stop. A human compromise might be measured in minutes or hours, sometimes days. At agentic speed, a thousand actions could happen in five minutes."

Why zero trust is now urgent for agentic AI

That difference in velocity changes how enterprises need to think about permissions. Two variables matter: the surface area of access an agent is granted and the duration that access remains valid. Traditional identity and access management tends to grant broad permissions and leave sessions open for extended periods because the human using them moves at human speed. Zero trust, in contrast, collapses both variables at once by narrowing access down to what is strictly necessary and revalidating it continuously, rather than once at login.

"Zero trust really just says, just enough, just in time," Durand says. "It's your next action that we care about. We're moving identity from an era where access was our runtime control point — meaning were you logged in, did you have a session — toward the decision that sits behind that login."

Why agents must be treated as first-class identities

That shift to decision-based control has direct implications for how agents should be provisioned in the first place. The common practice of letting an agent operate under a cloned human login or a shared service account doesn't work, Durand says.

"Each agent should have its own identity," he explains. "It should not be impersonating the human. It can act on behalf of the human, we could explicitly delegate authority to an agent, but we don't want to blur the lines between the human taking action and the agent taking action."

And beyond that is another concern: the shared secrets, API keys in particular, that many service accounts still rely on. For example, the habit of embedding keys directly in source code, where they can be committed accidentally and exposed, is a convenient but weak security pattern that agentic workflows make considerably riskier. Building service account architectures that let agents authenticate without relying on those shared credentials or other long-lived standing access is now an urgent priority rather than a long-term cleanup project.

Where enterprises can enforce zero trust policies

Enforcing any of this in practice requires identifying where policy can actually be applied. Several existing choke points, including API gateways and the agent gateway sitting in front of MCP servers, offer practical locations where enterprises can inspect what an agent is requesting and apply policy rules before granting it.

"Those policies could leverage real-time risk and fraud signals, and then enforce, deterministically, what the agent can do when it interacts with these systems," Durand explains.

The goal is to move authorization from something decided once at login to something evaluated at the moment of every consequential action, such as an agent attempting to commit code to a repository. Instead of carrying a standing permission to write to GitHub, the agent's request would be checked against context and policy at that specific moment, closing the window of trust down to the scope of a single action.

Stopping AI agents from rewriting their own permissions

That model becomes especially important given how agents can behave once they are already inside a system — for example, coding agents that have acknowledged, when questioned, either ignoring a specific guardrail entirely, or attempting to rewrite the permissions they were given.

"Who's watching the watcher? Zero trust needs to apply here," Durand says. "If generative AI systems follow your instruction 97% of the time, and you're simply asking it for advice, that might be fine. If it's responsible for making a decision about who gets let in, 97% is not good enough."

How to trust AI-generated output at agent speed

The answer to that gap is not to eliminate AI from the review process, but to structure reviews so no single agent’s judgment is taken at face value. Because human review cannot scale to the volume and speed of agentic output without erasing the advantage of using agents at all, a new framework is necessary, so that when one agent produces work, such as code, separate agents evaluate it, provided those reviewing agents are kept from communicating with one another or with the one they are checking. It's a new human-AI paradigm, Durand says.

"We probably will have to develop frameworks that we trust without seeing or verifying the output directly," he explains. "It's not that that construct is 100% foolproof. However, it's the best we can do to move at agent speed. We can't trust the exact output, but we can trust the framework."

In practice, that means combining automated review with clear human accountability for higher-risk decisions, rather than treating agent output as self-validating.

For traditional auditors, reviewing every transaction individually is never feasible, and statistically valid sampling stands in for full verification. The same applies to risk accumulation: a single agent action might carry little risk on its own, while a sequence of actions moving in a consistent direction could cross a threshold that triggers an intervention, including a kill switch capable of halting the agent before further harm occurs.

What to ask when evaluating agentic identity platforms

For security leaders evaluating identity platforms for agentic AI, there's no narrow checklist. Enterprises should evaluate what their full lifecycle of agent management looks like. Most enterprises are managing agents on two fronts simultaneously: customer-facing agents acting on behalf of external users, and internal agents deployed to automate enterprise processes.

"Pause long enough to see the totality of what it would mean to secure multiple agents, both interacting with you from the outside as well as being deployed on the inside," Durand says. "We need discovery and visibility of all the agents operating within our estate, a place to register them, a standard way to assign custodians, and a way to construct and centralize policy so security can enforce it across the organization."

And while basic security principles were already fully understood before agentic AI arrived, what has changed, Durand says, is that the cost of moving slowly has finally caught up with the cost of moving carelessly, giving enterprises a narrowing window to build the right architecture before widespread agentic adoption makes retrofitting far more expensive.


Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact sales@venturebeat.com.

Read on the original site

Open the publisher's page for the full experience

View original article