Urgent.News

What's breaking now, across thousands of outlets.

AI

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

Presented by Nutanix 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. "The guardrails to catch a malicious…

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

Nutanix's Oscar Wahlberg highlights the need for a defense-in-depth architecture when deploying autonomous agents that can reason and act autonomously. Treating security as a single problem fails to address the unique risks posed by these agents. The solution involves dividing security responsibilities across three layers.

First, the infrastructure layer focuses on establishing trust in the environment where AI agents run. Technologies such as platform attestation, confidential computing, and secure boot verify the authenticity of agents. Isolating AI production workloads within assigned scopes helps prevent risks like model tampering and unauthorized access to sensitive data.

Next, the network layer governs communication among AI agents, APIs, applications, and enterprise systems. As agents interact with various components, they create dynamic, complex communication patterns that traditional static network configurations cannot handle. By treating AI agents as a new network identity and enforcing dynamic policies, organizations can prevent lateral movement, data exfiltration, and unauthorized access.

Finally, the control plane layer serves as the centralized decision-making hub for managing agent permissions, tool access, resource consumption, and runtime visibility. A unified control plane helps enforce consistent policies across all agents, mitigating risks like privilege misuse, runaway agents, and excessive model consumption. Nutanix's Agent Gateway acts as a single endpoint for managing agents, providing governance capabilities and integrating with networking vendors to ensure secure interactions.

In summary, a defense-in-depth architecture for autonomous agents requires a layered approach that addresses distinct categories of risk. By establishing trust at the infrastructure layer, governing network communications, and centralizing control at the control plane layer, organizations can create a robust security framework to protect their AI environments.

Written by urgent.news from VentureBeat's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at venturebeat.com →

More in AI

Mesmo com GraphRAG, o agent se perde sem contrato de memória

Pessoal, o agent puxou um trecho bonito. Similaridade alta. Confiança alta. Estava no stub errado. Não foi “RAG fraco”. Foi porta errada. Índice caro, lixo na entrada.

  • Agent struggles without memory contract despite GraphRAG technology
  • High cost of index and garbage input identified as problems
  • Contract consists of single source, unique canonic pages, and scopes

Using Scikit-Learn Pipelines: A Cleaner Way to Build Machine Learning Models

If you've spent some time building machine learning models with Python, you've probably had a notebook that looked something like this: X_train = scaler . fit_transform ( X_train ) X_test = scaler .

  • Pipelines connect multiple ML steps into a single workflow
  • Prevent data leakage by applying preprocessing only to training data
  • Keep preprocessing and modeling together for cleaner, maintainable code

More from Friday 28 August →