Databricks is rolling out significant updates to its AI Security Framework (DASF v3.0), specifically targeting the emerging security challenges posed by agentic AI. The expanded framework introduces 35 new technical security risks and six mitigation controls designed to help organizations deploy autonomous AI agents with greater confidence.
This evolution acknowledges that AI agents are moving beyond passive information retrieval to actively querying databases, calling external APIs, executing code, and coordinating with other agents. This shift from "saying things" to "doing things" introduces a new threat landscape.
Introducing Agentic AI to DASF
Agentic AI is now the 13th system component within the Databricks AI Security Framework. The update specifically addresses the unique vulnerabilities associated with agent memory, intricate planning processes, and the integration of external tools. This includes crucial security considerations for the Model Context Protocol (MCP), an emerging standard for connecting agents to enterprise systems.
The core of agentic AI involves a loop: a request is broken down, a tool is selected and executed, and the output is analyzed to determine the next step. This real-time decision-making about data access and tool invocation creates novel risks, particularly around 'Discovery and Traversal,' where an agent might access data paths or tool interfaces unintended for the user.
The "Lethal Trifecta" of Agentic Risk
Databricks highlights the heightened risk profile when three conditions converge: access to sensitive data, processing untrustworthy inputs, and the ability to change system state or communicate externally. This combination can transform an agent into a "confused deputy" via indirect prompt injection, executing authorized actions with malicious intent.