{"id":53823,"date":"2026-05-28T12:35:13","date_gmt":"2026-05-28T12:35:13","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/53823\/"},"modified":"2026-05-28T12:35:13","modified_gmt":"2026-05-28T12:35:13","slug":"the-agentic-identity-crisis-why-your-security-isnt-ready-for-the-ai-revolution","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/53823\/","title":{"rendered":"The agentic identity crisis: Why your security isn&#8217;t ready for the AI revolution"},"content":{"rendered":"<p>The transition from traditional web applications to agentic ecosystems is more than a change in the UI; it is a fundamental shift in the internet\u2019s threat model. We are moving from a world where \u201cbad input creates bad data\u201d to one where \u201cbad input creates bad actions.\u201d As AI agents evolve from simple chatbots to autonomous conductors capable of calling APIs, reading sensitive files, and sending emails, our legacy security models are cracking under the pressure.<\/p>\n<p>If you are building or deploying AI agents today, you are likely sitting on an IAM problem in disguise, considering that <a href=\"https:\/\/entro.security\/blog\/takeaways-nhi-secrets-risk-report\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">agents are outnumbering humans 144:1<\/a>. In a recent global Enterprise Management Associates (EMA) survey on agentic, <a href=\"https:\/\/www.ory.com\/resources\/whitepapers\/agentic-ai-identity-security-readiness\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">95% of participants were in production or limited pilot programs<\/a> using AI agents. Here is how to navigate the shift from human-centric security to the Agent IAM era.<\/p>\n<p>1. What\u2019s the problem? (The identity vacuum)<\/p>\n<p>The core problem is that AI agents currently operate in an Identity Vacuum. In most production environments, agents are given ambient, inherited access. They run as service accounts with broad permissions or, worse, inherit the full permissions of the human user who triggered them.<\/p>\n<p>This creates three critical vulnerabilities:<\/p>\n<p>The Action-Based Threat Model: Unlike traditional apps, agents \u201cdo\u201d things. If an LLM is tricked via prompt injection, it doesn\u2019t just display a wrong answer; it executes a malicious tool call. <a href=\"https:\/\/www.osohq.com\/learn\/why-your-authorization-model-wont-survive-agentic-ai\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">80% report seeing apps act outside of intended boundaries<\/a>.<\/p>\n<p>The RAG Attack Surface: <a href=\"https:\/\/thenewstack.io\/advanced-retrieval-augmented-generation-rag-techniques\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Retrieval-Augmented Generation (RAG)<\/a> systems are vulnerable to indirect prompt injection. If an agent fetches a document containing malicious instructions, that document becomes the new \u201cmaster\u201d of the agent, overriding developer guardrails.<\/p>\n<p>Non-Human Identity (NHI) Explosion: We are seeing a massive surge in APIs, services, and autonomous agents that lack a centralized source of truth for identity. <a href=\"https:\/\/www.sailpoint.com\/identity-library\/ai-agents-attack-surface\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">39% report unauthorized access incidents<\/a> with agents, and most teams have no way to revoke an individual agent\u2019s access without breaking the entire service.<\/p>\n<p>Anthropic\u2019s Claude Mythos discovery recently highlighted <a href=\"https:\/\/www.ory.com\/blog\/anthropic-mythos-iam-identity-security-risk\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">the stakes<\/a>. The model identified thousands of zero-day vulnerabilities across major OSs and browsers, including bugs that had survived 20+ years of human review.<\/p>\n<p>This matters because AI is now a force multiplier for vulnerability discovery. While AI can find bugs at machine speed, humans still remediate them at a \u201chuman pace\u201d (meetings, backlogs, patch cycles).\u00a0<\/p>\n<p>\u201cWhile AI can find bugs at machine speed, humans still remediate them at a \u2018human pace.&#8217;\u201d<\/p>\n<p>If your IAM infrastructure is homegrown or unmanaged open source, you cannot patch fast enough to keep up with an AI-powered attacker. Identity is the most exposed layer because it is the control plane; if the agent\u2019s identity is compromised, the entire infrastructure is open for lateral movement. SailPoint research reports <a href=\"https:\/\/www.sailpoint.com\/identity-library\/ai-agents-attack-surface\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">33% have seen agents inappropriately handle restricted data<\/a>.<\/p>\n<p>3. How do I fix the problem? (The agentic IAM blueprint)<\/p>\n<p>Fixing agentic security requires moving the guardrails from the LLM prompt to the infrastructure. You cannot talk an agent into being secure; you must authorize it to be secure. Compounding the agentic problem, the majority of EMA survey participants <a href=\"https:\/\/www.ory.com\/resources\/whitepapers\/agentic-ai-identity-security-readiness\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">do not believe their IAM solutions are ready<\/a>:<\/p>\n<p>62% state not ready for agentic resiliency<\/p>\n<p>49% claim not ready for agentic compliance<\/p>\n<p>62% report not <a href=\"https:\/\/thenewstack.io\/enabling-autonomous-agents-with-environment-virtualization\/\" data-wpil-monitor-id=\"3881\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">ready for agentic scale<\/a><\/p>\n<p>59% disclose not ready for agentic security<\/p>\n<p>\u201cYou cannot talk an agent into being secure; you must authorize it to be secure.\u201d<\/p>\n<p>Treat agents as first-class identities<\/p>\n<p>Agents must be treated as first-class non-human Identities. This means:<\/p>\n<p>Authentication: Agents should authenticate against an Identity Provider using scoped credentials.<\/p>\n<p>Short-lived tokens: Use OAuth2 to issue tokens that are interaction-scoped. If an agent is compromised, the token expires quickly, limiting the window of exploitation.<\/p>\n<p>Relationship-based access control (ReBAC): Use a graph-based permission model to define exactly what an agent can touch.<\/p>\n<p>Align retrieval with authorization<\/p>\n<p>In RAG systems, the \u201cview\u201d permission must match the \u201cretrieval\u201d permission. Before an agent fetches a document to place in its context window, the system must check: Does this specific Agent ID have permission to view this Document ID? If not, the document is never retrieved, preventing the agent from ever seeing and being influenced by malicious payloads.<\/p>\n<p>Engineers as conductors<\/p>\n<p>Shift your engineering mindset. Stop trying to hard-code every agent action. Instead, act as a conductor, orchestrating agents through Policy as Code. Use tools to visualize these complex permission chains so you can see exactly how an agent\u2019s relationships resolve to ALLOW or DENY.<\/p>\n<p>4. \u201cGotcha\u201d problems &amp; how to avoid them<\/p>\n<p>Even with a solid plan, several <a href=\"https:\/\/thenewstack.io\/hidden-agentic-technical-debt\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">hidden costs<\/a> and technical traps often emerge:<\/p>\n<p>The inherited access trap:<\/p>\n<p>Problem: Developers often give agents Admin rights to simplify development.<\/p>\n<p>Fix: Implement Least Privilege Access from day one. If an agent only needs to read Marketing docs, don\u2019t give it access to the whole S3 bucket.<\/p>\n<p>The feedback loop delay:<\/p>\n<p>Problem: As you add security layers, agent latency increases, leading users to bypass security for speed.<\/p>\n<p>Fix: Use high-performance permission engines that can resolve complex queries in milliseconds, ensuring security doesn\u2019t buffer the user experience.<\/p>\n<p>The ghost agent problem:<\/p>\n<p>Problem: Agents are created for a task, the task ends, but the credentials remain active.<\/p>\n<p>Fix: Implement automated lifecycle management. Use Token Chain Revocation so that if a parent orchestrator agent is flagged, all child agent tokens are instantly invalidated.<\/p>\n<p>Visual blindness:<\/p>\n<p>Problem: Permission models for hundreds of agents become too complex to hold in a human brain.<\/p>\n<p>Fix: Use visualization tools to audit your models. If you can\u2019t see the graph, you can\u2019t secure the graph.<\/p>\n<p>Summary: Identity is where you start<\/p>\n<p>Security is a process, not a product. While LLM guardrails and prompt hardening are important, they are easily bypassed. The only hard boundary that stays firm in the face of an autonomous agent is the Authorization Boundary.<\/p>\n<p>Treat your agents as identities, scope their world with ReBAC, and ensure your IAM stack is professionally managed to keep up with the AI-driven pace of discovery. The future of the internet is agentic; make sure your security is too.<\/p>\n<p>\t<a class=\"row youtube-subscribe-block\" href=\"https:\/\/youtube.com\/thenewstack?sub_confirmation=1\" target=\"_blank\" rel=\"nofollow noopener\"><\/p>\n<p>\n\t\t\t\tYOUTUBE.COM\/THENEWSTACK\n\t\t\t<\/p>\n<p>\n\t\t\t\tTech moves fast, don&#8217;t miss an episode. Subscribe to our YouTube<br \/>\n\t\t\t\tchannel to stream all our podcasts, interviews, demos, and more.\n\t\t\t<\/p>\n<p>\t\t\t\tSUBSCRIBE<\/p>\n<p>\t<\/a><\/p>\n<p>    Group<br \/>\n    Created with Sketch.<\/p>\n<p>\t\t<a href=\"https:\/\/thenewstack.io\/author\/justin-dolly\/\" class=\"author-more-link\" rel=\"nofollow noopener\" target=\"_blank\"><\/p>\n<p>\t\t\t\t\t<img decoding=\"async\" class=\"post-author-avatar\" src=\"https:\/\/thenewstack.io\/wp-content\/uploads\/2026\/05\/1fab2efa-justin_headshot-600x600.avif\"\/><\/p>\n<p>\n\t\t\t\t\t\t\tJustin Dolly is Chief Customer and Security Officer at Ory, overseeing the company\u2019s long-term security strategy as well as customer success. He is a Certified Chief Information Security Officer (CCISO) with more than 20 years of experience in building and&#8230;\t\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\tRead more from Justin Dolly\t\t\t\t\t\t<\/p>\n<p>\t\t<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"The transition from traditional web applications to agentic ecosystems is more than a change in the UI; it&hellip;\n","protected":false},"author":2,"featured_media":53824,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[405,7537,18595,12100],"class_list":["post-53823","post","type-post","status-publish","format-standard","has-post-thumbnail","category-agentic-ai","tag-ai-agents","tag-artificial-intelligence-agents","tag-ory","tag-post-contributed"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/53823","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=53823"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/53823\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/53824"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=53823"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=53823"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=53823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}