资讯

The three layers of agentic AI security: A defense-in-depth architecture for autonomous agents

VentureBeat·2026/8/28 17:52:50🔗 原文

📌 概要

<p><i>Presented by Nutanix </i></p><hr /><p>Autonomous systems that can reason, make their own decisions, and execute actions across an environment introduce a category of risk that application-level

<p><i>Presented by Nutanix </i></p><hr /><p>Autonomous systems that can reason, make their own decisions, and execute actions across an environment introduce a category of risk that application-level controls were never built to contain. Treating that risk as a single problem produces incomplete architectures, says Oscar Wahlberg, senior director of product management at Nutanix.</p><p>&quot;The guardrails to catch a malicious prompt won&#x27;t stop an agent from hallucinating and doing something it never should have done, like accidentally deleting databases or leaking sensitive data with a credential it was granted but then uses for something entirely different,&quot; Wahlberg says. &quot;That&#x27;s the central problem as enterprises move autonomous agents out of experimentation and into production.&quot;</p><p>Once an agentic system is granted execution privileges across the data center, the security posture has to scale into a defense-in-depth architecture spanning infrastructure, storage, compute, networking, and a governing control plane. Each layer addresses a distinct category of risk, rather than duplicating the same controls across the stack. No single security control or vendor can provide that protection on its own. Defense-in-depth depends on those layers working together.</p><p>By dividing the responsibilities across the stack and adhering to zero trust segmentation, organizations can create a secure framework that improves their overall posture. Understanding which risks belong in each layer is what turns the principle of defense-in-depth into a practical security framework, with three layers that each have a distinct responsibility.</p><h2>Infrastructure layer: Establishing trust where AI agents run</h2><p>The infrastructure layer’s foundational responsibility is establishing a root of trust that answers a simple question: who is operating in the environment? That trusted identity becomes the prerequisite for every security control above it. Before an organization can trust what an agent does, it first has to trust the integrity of the environment where the agent runs. When an agent requests permission to execute an operation, the system must be able to verify that the request came from the legitimate agent — not something impersonating it.</p><p>Delivering that kind of assurance depends on technologies that root trust in the hardware itself, including platform attestation, confidential computing, and secure boot, alongside controls that prevent unauthorized access both within a server and beyond it. For regulated industries such as financial services, this layer provides the ability to isolate AI production workloads so that neither the agent nor the environment can operate outside its assigned scope. That mitigates risks including model and runtime tampering, supply chain compromise, and unauthorized access to sensitive AI workloads.</p><h2>Network layer: Governing how AI agents communicate</h2><p>Once agents begin communicating with other agents, APIs, applications, and enterprise systems, they generate a level of concurrency and dynamic communication that traditional static network configurations were never designed to handle. An agent configured to call APIs, query data sources, and spin up additional agents without constraint creates a sprawling web of east-west traffic that becomes very difficult to reason about, and that complexity can easily mask lateral movement or data exfiltration when the right network security layers are not in place.</p><p>&quot;We should treat AI agents as a new class of network identity, and make sure that an agent can only talk to other agents or data sources where it&#x27;s explicitly allowed to do so,&quot; Wahlberg says. &quot;That means moving away from rigid static rules toward dynamic policy enforcement.&quot; </p><p>Nutanix&#x27;s solution is Agent Gateway, part of the Nutanix Agentic AI solution. It&#x27;s a unified, governed layer that is designed to provide cost control and governance capabilities to help manage autonomous agent users. Coupled with agents grounded in zero trust segmentation and using capabilities like Nutanix Flow for micro segmentation and integrating with networking vendors, including its integration into the Cisco Secure AI Factory, Agent Gateway helps enterprises govern interactions across agents, models, data sources, and enterprise applications.</p><p>The network layer governs lateral movement, data exfiltration, and gates the agent&#x27;s network interactions. A zero trust framework with access blocked by default and scalable interaction monitoring is important for agents since they can exhibit unreliable behavior. The Nutanix software integration with Cisco UCS servers and Cisco AI PODs delivers the turnkey physical infrastructure (compute, storage, and networking) that the AI factory runs on. </p><h2>Control plane layer: Governing what AI agents are permitted to do</h2><p>The control plane is the brains of the operation, providing a central point for managing agent permissions, tool access, resource consumption, and runtime visibility. What matters most is having a single place where policies can be enforced consistently rather than reinvented for every agent, Wahlberg says.</p><p>&quot;Agent Gateway acts as a universal endpoint for different models and tools, so an IT team can configure their agents to talk to this single control point,&quot; he explains. </p><p>The centralized AI gateway enables the admin to observe, audit, and control access to models as well as MCP tools protecting data and gating privileged access. This layer is designed to help mitigate risks such as privilege misuse, runaway agents, unauthorized tool usage, data leakage, and the excessive model consumption that can lead to increased token consumption when agents get stuck in runtime loops. And it depends on treating governance as a runtime control system rather than a compliance afterthought.</p><h2>Why one-size-fits-all security fails agentic AI environments</h2><p>The biggest architectural mistake enterprises make is assuming a single security model can be stretched across every layer of an AI stack. When an organization tries to solve for hardware-level trust with application-level software, or leans on static legacy network rules to manage dynamic agents, it builds an architecture that either blocks the agentic system from doing its job or leaves critical doors wide open. One-size-fits-all thinking tends to produce significant performance penalties and operational friction.</p><p>&quot;By failing to assign specific responsibilities to the appropriate layers, enterprises end up with blind spots in governance,&quot; Wahlberg says. &quot;They might secure the model output but miss that there&#x27;s data leakage between agents, or they might secure the network but lack the control plane visibility to understand that they&#x27;re wildly burning tokens because the agents are stuck in some kind of runtime loop.&quot; </p><p>Focusing exclusively on the model leaves the largest gaps of all, because a guardrail that catches a malicious prompt does nothing to stop a hallucinating agent from misusing a legitimate credential. Embedding security across the full stack helps ensure that even when a model level threat slips past the initial filters, the agent remains constrained by hardware rooted trust, network isolation, and access controls at the agent layer.</p><h2>How Intel, Cisco, and Nutanix build defense-in-depth together</h2><p>The three-way partnership from the three companies demonstrates how the layered architecture comes together in practice as a well-governed, enterprise-grade AI Cloud. Intel supplies the computer to run agentic workloads and secures the execution environment through hardware-rooted trust and confidential computing, while also driving costs down through their accelerators. Intel Xeon 6 processors with built-in AMX accelerate AI inference efficiently without relying exclusively on expensive GPUs. </p><p>Cisco wraps the environment in a secure fabric that governs communication between agents and enterprise tools, while Nutanix provides the software platform, minimizing architectural silos, and the central control plane that enforces permissions, delivers visibility and cost governance, and ties the architecture together into a defense-in-depth solution that lets enterprises scale agentic AI.</p><p>Of the three layers, enterprises currently underestimate the control plane the most, Wahlberg says. A true control plane extends far beyond initial deployment to simplify Day 2 operations, he explains, giving IT teams the continuous observability, and strict token governance required to keep autonomous agents secure and cost-effective in production.</p><p>&quot;Apart from model and tool selection, governing the agent deployments and their access to models and business tools in a tightly integrated full stack platform will be important for the success of AI projects,&quot; he says, pointing to a near future in which organizations move from a handful of AI use cases to thousands of agents working autonomously to drive the business. </p><p>Technology leaders should prioritize building a centralized governance layer today that can manage agent identities, tool permissions, and token budgets in real time, because that control point is what builds the operational muscle to scale safely. </p><p>&quot;You can&#x27;t build an AI system without getting into a lot of complex decisions,&quot; he explains. &quot;And you need a control plane that talks across multiple vendors and infrastructures to help you solve for those defense-in-depth strategies.&quot;</p><p><b><i>Learn more about the Nutanix Agentic AI solution </i></b><a href="http://www.nutanix.com/ai"><b><i>here</i></b></a><b><i>.</i></b></p><hr /><p><i>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 </i><a href="mailto:sales@venturebeat.com"><i><u>sales@venturebeat.com</u></i></a><i>.</i></p>