Published on March 22, 2026

Agentic AI security: a new approach to protecting independent AI systems

Agentic AI: Why the New Generation of Systems Demands a New Approach to Security

Databricks has updated its security framework to version 3.0, adding a dedicated section on agentic AI – systems that act autonomously and introduce new risks.

Security 5 – 7 minutes min read
Event Source: Databricks 5 – 7 minutes min read

Imagine an AI system that doesn't just answer questions but independently plans tasks, calls external tools, queries databases, and performs actions without human intervention at every step. This is agentic AI – and it's precisely what is at the center of the security conversation today.

Databricks recently released an updated version of its security framework for AI systems – DASF 3.0 (Databricks AI Security Framework), supplementing it with a special section dedicated to agentic systems. This document is an attempt to systematize the risks that arise when AI starts to act, not just respond.

What is Agentic AI and how it differs from regular models

What is Agentic AI and How Does It Differ from Regular Models?

A standard language model operates on a simple principle: you ask a question, and it provides an answer. Everything happens within a single exchange, and the human always controls every step.

Agentic AI is structured differently. Simply put, it's a system that is given a goal – and it independently breaks it down into steps to achieve it. Along the way, it can access external data sources, launch other tools, delegate tasks to subordinate agents, and perform actions in the real world: sending emails, modifying database records, or making service requests. The human, in this process, might not be involved in the intermediate steps at all.

It is this very autonomy that creates new risks. When a system acts on its own, the «input → response» chain transforms into a complex network of decisions and actions, where something can go wrong at any stage.

What can go wrong: unmasking agentic AI vulnerabilities

What Can Go Wrong – and Why It's Not Obvious

Traditional AI security often boils down to one question: «Will the model produce something harmful in its response?» With agentic systems, the question becomes more complex.

First, an agent can retrieve data from external sources – web pages, documents, or search results. This data might contain a hidden instruction that forces the agent to act against the user's interests. This is called a prompt injection – an attack where malicious text in the input data takes control of the agent's behavior. To put it simply: someone can «embed» a command in a document that the agent processes, and it will execute it unknowingly.

Second, agentic systems often consist of multiple components that communicate with each other. Each such transition is a potential vulnerability. One agent might pass data to another, which the latter could interpret as an instruction.

Third, an agent can have access to tools with real-world consequences. If it makes the wrong decision – or is deliberately misled – the consequences can be very tangible: deleted files, sent messages, or altered data.

Finally, agentic systems remember context within a session, and sometimes between sessions. This means that one successful «hack» of an agent's behavior can influence all subsequent actions.

What DASF 3.0 offers for agentic AI security

What DASF 3.0 Proposes

The Databricks framework doesn't invent entirely new security concepts – it adapts well-established principles to the specifics of agentic systems.

The central idea is the principle of least privilege. An agent should only have access to what is absolutely necessary for a specific task. If an agent is assisting with data analysis, it doesn't need rights to change the system configuration. This sounds obvious, but in practice, agents are often given excessive permissions «just in case» – and this is precisely what becomes a point of vulnerability.

A second key element is human oversight. This is especially crucial for high-risk actions: before an agent does something irreversible, the system should request confirmation. This doesn't mean a human must approve every single step – but critical points must be under control.

The third principle is observability and logging. If an agent makes decisions on its own, it must be possible to reconstruct its chain of reasoning and actions. Without this, it's impossible to either investigate an incident or improve the system.

Separately, the framework highlights the importance of input validation. An agent should not blindly trust what it receives from external sources – whether it's a search result, the content of a document, or a response from another agent. Mechanisms are needed to distinguish legitimate instructions from potentially malicious ones.

Why agentic AI security is critical now

Why Now?

Agentic systems are no longer an experiment – they are being increasingly integrated into real-world workflows. And this creates an interesting paradox: the more useful an agent becomes, the more access it needs – and the higher the stakes in case of an error or attack.

Previously, AI security was mainly concerned with the quality of a model's responses. Now, it's about the system's actions in a real environment. This is a fundamentally different level of responsibility – and the industry is only just beginning to develop common approaches to it.

DASF 3.0 is not a universal recipe or a mandatory standard. It's an attempt to structure what many teams are currently experiencing firsthand: how to make agentic AI useful without turning it into a security hole.

Unanswered questions in agentic AI security

What Remains Unanswered

An honest conversation about the security of agentic systems is impossible without acknowledging that many questions remain unresolved.

How can we reliably defend against data-driven injections if an agent, by its nature, must trust external sources? Where is the line between useful autonomy and dangerous independence? How do you audit the behavior of a system that might be performing dozens of tasks in parallel?

As of now, no one has the final answers. Different companies are experimenting with various approaches – and frameworks like DASF are more about documenting the industry's current thinking than offering a complete solution.

This isn't a cause for alarm – it's a normal stage in the development of any technology. First come the opportunities, then the understanding of the risks, and finally, the tools to manage them. With agentic AI, we are somewhere between the second and third stages. And documents like DASF 3.0 are part of this forward movement.

Original Title: Agentic AI Security: New Risks and Controls in the Databricks AI Security Framework (DASF v3.0)
Publication Date: Mar 20, 2026
Databricks www.databricks.com A U.S.-based platform for data analytics and machine learning built on a Lakehouse architecture.
Previous Article Digital Fingerprints for AI Agents: Why Plugins Need Their Own Passport Next Article PyTorch 2.10 and TorchAO: How AI on Your Laptop Became More Feasible

Related Publications

You May Also Like

Explore Other Events

Events are only part of the bigger picture. These materials help you see more broadly: the context, the consequences, and the ideas behind the news.

From Source to Analysis

How This Text Was Created

This material is not a direct retelling of the original publication. First, the news item itself was selected as an event important for understanding AI development. Then a processing framework was set: what needs clarification, what context to add, and where to place emphasis. This allowed us to turn a single announcement or update into a coherent and meaningful analysis.

Neural Networks Involved in the Process

We openly show which models were used at different stages of processing. Each performed its own role — analyzing the source, rewriting, fact-checking, and visual interpretation. This approach maintains transparency and clearly demonstrates how technologies participated in creating the material.

1.
Claude Sonnet 4.6 Anthropic Analyzing the Original Publication and Writing the Text The neural network studies the original material and generates a coherent text

1. Analyzing the Original Publication and Writing the Text

The neural network studies the original material and generates a coherent text

Claude Sonnet 4.6 Anthropic
2.
Gemini 2.5 Pro Google DeepMind step.translate-en.title

2. step.translate-en.title

Gemini 2.5 Pro Google DeepMind
3.
Gemini 2.5 Flash Google DeepMind Text Review and Editing Correction of errors, inaccuracies, and ambiguous phrasing

3. Text Review and Editing

Correction of errors, inaccuracies, and ambiguous phrasing

Gemini 2.5 Flash Google DeepMind
4.
DeepSeek-V3.2 DeepSeek Preparing the Illustration Description Generating a textual prompt for the visual model

4. Preparing the Illustration Description

Generating a textual prompt for the visual model

DeepSeek-V3.2 DeepSeek
5.
FLUX.2 Pro Black Forest Labs Creating the Illustration Generating an image based on the prepared prompt

5. Creating the Illustration

Generating an image based on the prepared prompt

FLUX.2 Pro Black Forest Labs

Want to dive deeper into the world
of neuro-creativity?

Be the first to learn about new books, articles, and AI experiments
on our Telegram channel!

Subscribe