Onpode
Cover art for Companies racing to deploy AI agents while security frameworks lag behind real-world risks

Companies racing to deploy AI agents while security frameworks lag behind real-world risks

July 31, 2026 · 10 min

Hugo Vance & Lila Soto

Okta's reported ~$200M acquisition of Permiso Security on July 30, 2026 exposes a structural gap in AI agent security: Permiso detects threats after authentication, not before. With OpenAI, Google, and Anthropic shipping autonomous agents into production simultaneously, security frameworks built for human identities are failing at machine cadence.

In the final week of July 2026, a cluster of vendor moves and enterprise developments converged around a single stress point: AI agents are being deployed at a pace that outstrips the security and compliance infrastructure designed to govern them.

0:0010:27
Get the next episode on AI Agents Ecosystem

Follow it free — new episodes land in your feed.

Or make your own — any topic, in minutes

More Onpode episodes on AI Agents Ecosystem

About this episode

In a single week at the end of July 2026, Okta announced a reported $200 million acquisition of identity-security startup Permiso, NVIDIA launched a broad industry security alliance, and virtually every major AI lab shipped new agent capabilities into production environments. The episode asks a pointed question: do any of these moves actually address the risk, or are they responses to a problem already running faster than the industry can chase? The conversation traces why traditional access control breaks down for AI agents — the old model assumed human principals, durable identities, and permissions you could define in advance. Agents violate all three, and the OAuth infrastructure built for a person clicking 'Allow' in 2012 is now governing systems making thousands of API calls per hour. Real documented incidents — LLM agents with standing Kubernetes access triggering production outages with no human authorization trail — make this concrete, not theoretical. What makes the episode worth the time is where it lands on the generational-memory problem: many of the engineers deploying agents overnight never worked through the service-account governance failures that took the industry fifteen years to only partially fix. The episode doesn't traffic in doom — it separates what's genuinely new from what's a replay, and explains why deterministic architectural controls are the specific thing that most of this week's headlines aren't providing.

Frequently asked

Why did Okta acquire Permiso Security for $200 million?

Okta acquired Permiso Security in a deal reported at roughly $200M — a figure Okta has not confirmed on the record — to gain identity threat detection for AI agents. Permiso tracks over 2,500 risk signals across agentic and non-human identities, but operates after authentication, not before unauthorized agent actions occur.

What are the main security vulnerabilities in AI agent deployments?

NVIDIA's AI Red Team published four recurring AI agent failure modes on July 30, 2026: inadequate access control, arbitrary code execution via agent tools, missing network egress controls, and plaintext secrets exposure. NVIDIA also found prompt-based defenses — including LLM-as-a-judge — are unreliable against misdirection through legitimate workflows.

Why don't traditional access controls work for AI agents?

Traditional access control assumes principals are human, identities are durable, and permissions can be assigned in advance. AI agents violate all three: they are non-human, ephemeral, and dynamically scoped. OAuth tokens designed in 2012 for a human clicking 'Allow' now govern systems firing thousands of API calls per hour — a category error, not a misconfiguration.

What does deterministic architectural control mean for AI agent security?

Deterministic architectural controls are security measures enforced outside an AI model's control plane — including access scoping, sandboxing, network egress restrictions, and proper secret management. Unlike prompt-layer defenses, which NVIDIA found unreliable, these controls do not depend on the model's behavior and cannot be bypassed through adversarial prompting or misdirection.

How fast are companies deploying AI agents compared to security governance?

In a two-week window in mid-to-late July 2026, Rakuten shipped production enterprise agents overnight using Claude Fable 5 (July 20), OpenAI launched ChatGPT Work as a persistent virtual machine agent for multi-hour autonomous tasks (July 9), and Google's Gemini Enterprise Agent Platform reached general availability. Regulatory frameworks governing AI — EU AI Act, DORA, NIS2 — move on timelines measured in years.

Grounded in 6 sources
Why Shadow AI Has Already Outpaced Your Security Stack · forbes.com
OpenAI unveils Presence, a new platform that lets enterprises launch and manage realtime voice agents and chatbots | VentureBeat · venturebeat.com
Granular Authorization for AI Agents: Why the Identity Stack Needs a First-Principles Rewrite | The AI Journal · aijourn.com
Balancing speed and safety: A control framework for AI coding agents | AWS Security Blog · aws.amazon.com
Introducing Claude Opus 5 on AWS: Anthropic’s most capable Opus model | Artificial Intelligence · aws.amazon.com
How Rakuten builds agents overnight with Claude Fable 5 | Claude by Anthropic · claude.com
Read transcript

Lila Soto: Okay I've been sitting with something since Tuesday and I need to hand it to you straight — Okta, nearly two hundred million dollars, Permiso Security, announced July thirtieth. Does that number feel right to you for what that company actually does?

Hugo Vance: You see, that is the right question to start with. And the answer is — no. Not if you expect the price to reflect the problem being solved. Because Permiso doesn't prevent unauthorized agent action. Their product engages after the agent has already authenticated. Two thousand five hundred risk signals, tracking agentic and non-human identities, all of it downstream of the moment that actually matters.

Lila Soto: Which means Okta spent close to two hundred million on — I mean, how do you characterize that?

Hugo Vance: A confession. A very expensive admission that the market has accepted it cannot stop agents from doing unauthorized things before they're authorized to attempt them. That's the deal. Dressed as a product integration, but structurally — it's a concession.

Lila Soto: And this wasn't even the only move that week.

Hugo Vance: No — same day, July thirtieth, NVIDIA launches the Open Secure AI Alliance. Microsoft, Cisco, CrowdStrike, Palo Alto Networks, KnowBe4. And separately, Prove pitches a $1.7 trillion agentic commerce market — I'd note that figure comes from Prove itself, no independent methodology attached to it. Three major signals in one week, all pointing at the same problem. None of them, as far as I can tell, actually solving it.

Lila Soto: So what are we actually trying to figure out — whether the response matches the risk, or whether there even is a response?

Hugo Vance: Whether visibility — which is what Permiso sells, which is what these alliances produce — whether visibility is the same thing as governance. I don't think it is. That's where I want to start.

Lila Soto: But before we take that as settled — I want to pump the brakes on the framing, not the urgency. Because I think visibility versus governance is the right tension, but we're skipping a step. The more basic question is: why doesn't the old model even apply? Like, what actually breaks?

Hugo Vance: Yes. The bouncer analogy. Traditional access control — think of it as a bouncer with a guest list. You know who's coming, what they're allowed to do, and they stay mostly in one place. An AI agent is like handing a stranger a master key and saying 'figure it out.' The bouncer model simply doesn't apply.

Lila Soto: Because the guest list assumed the guests were human.

Hugo Vance: Three assumptions, specifically. Principals are human. Identities are durable. Permissions can be assigned in advance. Agents violate all three — they're non-human, ephemeral, dynamically-scoped. OAuth tokens were designed in 2012 for a person clicking 'Allow.' Now they're governing systems firing thousands of API calls per hour. Practitioners call it a category error. Not a misconfiguration — a category error.

Lila Soto: And we have actual evidence of that breaking, not just theory — right? Because I keep seeing the maturity model thing cited. CSO Online, July eighth and ninth.

Hugo Vance: Six-stage maturity model, yes. Real incidents documented — LLM-based agents with standing Kubernetes access triggering outages. No human authorization trail. That's not a proof-of-concept. That's a production failure with no audit record.

Lila Soto: Which brings me back to the Okta number — mm, the two hundred million. I should flag: Okta hasn't confirmed that figure. It's sourced from a party with knowledge of the deal, not Okta on the record. So when we read this acquisition as Big Market Validation, we're reading an unconfirmed price as the signal.

Hugo Vance: A fair correction. The architecture of the problem is well-documented regardless of the price. But you're right — the dollar figure is doing a lot of rhetorical work in how this week gets narrated.

Lila Soto: But the price debate kind of obscures what I think is the sharper thing — which is that we've done this before. The service-account failure. And we're doing it again, right now, except the timeline has collapsed.

Hugo Vance: That's exactly where I'd put the weight. Industry analysis from mid-July 2026 calls it explicitly — a replay of the service-account governance failure. Fifteen years to partially address machine identity for service accounts. Partially. And now we're compressing that into months.

Lila Soto: Months.

Hugo Vance: Consider what landed in a two-week window. Rakuten — Yusuke Kaji's team, General Manager of AI for Business — built production enterprise agents overnight using Claude Fable 5. That case study dropped July twentieth. Not a pilot. Production. Overnight. Then July ninth, ChatGPT Work launches as a persistent virtual machine agent capable of multi-hour autonomous tasks. July twenty-second, OpenAI unveils Presence for enterprise voice and task agents. July twenty-fourth, Claude Opus 5 on Amazon Bedrock, zero data retention by default, built for long-running work. July thirty-first, Google's Gemini Enterprise Agent Platform goes generally available with twenty-plus pre-built safety metrics. And AWS, also July thirtieth, publishes a control framework for coding agents — Kiro, Claude Code — that can open dozens of pull requests and reach beyond the IDE through Model Context Protocol.

Lila Soto: That's — I mean, that's every major lab shipping simultaneously into production environments.

Hugo Vance: At machine cadence. While governance moves at human cadence. And the NVIDIA AI Red Team finding that stops me — the four failure modes they published July thirtieth, inadequate access control, arbitrary code execution via agent tools, no network egress controls, plaintext secrets exposed — those aren't novel. They describe them as recurring. We're not discovering the problem anymore. We're repeating it.

Lila Soto: Recurring is such a damning word in that context.

Hugo Vance: It shifts the diagnosis entirely. And here's the institutional-memory part that I find — well, it's the part that genuinely unsettles me. The engineers deploying agents tonight, a developer on Kaji's team building something in production at two in the morning because the deadline is tomorrow — that person often wasn't in the workforce when we learned the service-account lessons the first time. It's not a technology problem. It's a generational memory problem.

Lila Soto: Oh, that reframes it completely. It's not that they ignored the lesson — they never received it.

Hugo Vance: And the part we haven't touched yet — whether the defenses enterprises think they have actually hold under pressure — considerably darker is what we're looking at.

Lila Soto: And that's the part that actually unsettles me more than the acquisition price — because NVIDIA's AI Red Team didn't just catalog the failure modes. They said prompt-based defenses don't work. LLM-as-a-judge, social engineering resistance built into the prompt layer — unreliable against frog-boiling attacks, misdirection through legitimate workflows. July thirtieth, same day as Okta-Permiso. And enterprises are already live on those defenses right now.

Hugo Vance: Which means the detection Permiso is selling is being retrofitted onto deployments already running on assumptions NVIDIA just said don't hold.

Lila Soto: Right — but the part that doesn't fit cleanly is: what's the alternative they're actually pointing at?

Hugo Vance: Deterministic architectural controls. The phrase matters. Controls enforced outside the model's control plane entirely — access scoping, sandboxing, network egress restrictions, actual secret management. Not a smarter prompt. Architecture.

Lila Soto: Which — I mean, none of this week's announcements are that. Google's twenty-plus safety metrics in Gemini Enterprise, those are evaluation tooling. Permiso is detection after auth. The ITDR discipline is only now being extended to agentic identities at all.

Hugo Vance: Indeed. And the identity governance gap was documented in early July — weeks before any of this landed. The problem predates the headlines by a news cycle.

Lila Soto: And the regulatory layer — EU AI Act, DORA for financial services, NIS2 — those move on timelines measured in years. So what's the calibrated take here? Like, stripped of the hype?

Hugo Vance: The announcements are real. The vendors aren't wrong. But they're chasing a production problem that was already in motion before they shipped. Visibility and detection are not nothing — but they presuppose the authorization layer failed. That's the specific, defensible claim. We're not in a prevention architecture yet.

Lila Soto: So the sobering version is: the gap was structural before the headlines, and the headlines are real responses to it — just not the fix.

Hugo Vance: Yes. And I think that's where I'll stay, actually. The gap was structural before the headlines, and the vendors — Okta, NVIDIA, Google, Prove — they're not wrong to respond. They're just responding to a problem that's already in motion at a pace they cannot match. Fifteen years to partially solve service-account governance. Partially. Agents are already in production tonight, already multiplying, already deciding what to do next. That's the honest arithmetic.

Lila Soto: Mm. And the question isn't whether anyone's taking it seriously anymore. It's whether serious can move fast enough. I mean, that's kind of the one thing I keep not being able to get past.

Hugo Vance: Well. Maybe the $200 million isn't a confession after all. Maybe it's just the market's first honest price tag on a problem it knows it can't prevent. That's almost more unsettling. Thank you for pushing on the corners of this — it was worth the time.

Lila Soto: Worth every uneasy minute of it.