They assume visibility is enough. In agentic environments, sensitive data can move, transform, and leave the workflow before a human sees the alert. Discovery is useful for investigation, but high-risk paths need preventive controls such as blocking, redaction, or quarantine at the point of transfer.
Why This Matters for Security Teams
Discovery-only DLP gives teams a record of exposure, but it does not reliably stop exfiltration, prompt-time leakage, or secondary use inside an agentic workflow. That matters because agents can call tools, chain outputs into other systems, and move data faster than a human reviewer can intervene. The result is a control gap between detection and containment, especially where the workflow includes external APIs, shared sandboxes, or autonomous handoffs.
For that reason, current guidance around AI governance increasingly treats data protection as a runtime control problem, not only a post-event investigation problem. The NIST AI Risk Management Framework is useful here because it frames AI risk as something to be managed across the full lifecycle, including deployment and monitoring. The same logic appears in the OWASP Agentic AI Top 10, where unsafe tool use and data leakage are treated as operational threats, not theoretical ones.
Teams also tend to miss the identity angle. In agentic workflows, the question is not only what data was seen, but which agent, workflow, or service identity was allowed to move it. In practice, many security teams encounter leakage only after the agent has already copied, transformed, or forwarded sensitive content, rather than through intentional prevention at the point of transfer.
How It Works in Practice
Effective protection in agentic workflows starts with mapping where sensitive data enters, transforms, and exits the system. Discovery-only DLP can still help classify repositories and reveal recurring exposure patterns, but it must be paired with preventive controls at runtime. That usually means policy enforcement at the application layer, inline inspection for tool calls, redaction before output, and quarantine when a transfer crosses trust boundaries.
Security teams should treat agent actions as policy-relevant events. If an AI agent can retrieve files, summarize records, create tickets, or send messages, each of those actions should be evaluated for data sensitivity and destination trust. The practical control set often includes:
- Blocking or approval gates for high-risk transfers, rather than alert-only monitoring.
- Field-level redaction for PII, secrets, and regulated content before the agent can reuse it.
- Scoped tool permissions so the agent can only access the minimum data needed for the task.
- Logging that preserves enough context for investigation without exposing more sensitive content.
- Continuous testing against prompt injection, output leakage, and tool abuse scenarios.
This is where threat modelling becomes operational. MITRE ATLAS adversarial AI threat matrix helps teams think about prompt injection, data exfiltration, and manipulation paths, while the CSA MAESTRO agentic AI threat modeling framework is useful for aligning controls to agent behaviour and trust boundaries. Where workflows touch security operations, the lessons from the Anthropic AI-orchestrated cyber espionage campaign report reinforce a simple point: autonomous systems can be operationally useful and still create fast, hard-to-see leakage paths.
These controls tend to break down when the workflow spans loosely governed SaaS tools, unmanaged connectors, or cross-tenant data sharing because the enforcement point no longer sits where the sensitive transfer actually happens.
Common Variations and Edge Cases
Tighter inline control often increases operational overhead, requiring organisations to balance prevention against usability, latency, and false positives. That tradeoff is especially visible when agents work across multiple business units or when teams want broad reuse of prompts, tools, and outputs.
Best practice is evolving for several edge cases. Discovery-only DLP may still be acceptable for low-risk, retrospective reporting where no agent can act on the data in real time. It is also sometimes used as a starting point during pilot phases, but current guidance suggests that it should not be the only safeguard once agents can send data outside the originating system.
Another common gap is assuming one policy can cover all agent types. A retrieval-only assistant, a workflow agent that writes to systems of record, and a coding agent with secrets access have very different risk profiles. Teams should also be careful with encrypted channels, because network transport protection does not stop an authorized agent from sending sensitive content to an untrusted destination. In those cases, the control objective is not merely visibility, but deciding whether the action should be allowed at all.
For governance alignment, this is where security and AI risk programs should meet. The NIST AI Risk Management Framework supports that broader lifecycle view, while the OWASP Top 10 for Agentic Applications 2026 reinforces the need to test how agents behave when prompts, tools, and data permissions intersect.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST AI 600-1 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agentic app risks include data leakage through tool use and output handling. | |
| NIST AI RMF | AI RMF frames lifecycle risk management for data exposure in AI systems. | |
| MITRE ATLAS | AML.T0054 | ATLAS covers adversarial paths like exfiltration and prompt manipulation. |
| NIST CSF 2.0 | PR.DS-1 | Data protection controls must prevent sensitive data exposure during processing. |
| NIST AI 600-1 | GenAI guidance supports monitoring and guarding model outputs and usage. |
Map agent leakage scenarios to adversarial techniques and test detection plus containment.
Related resources from NHI Mgmt Group
- What do teams get wrong when they rely on human-in-the-loop controls for AI?
- What do teams get wrong when they rely on application code for permission checks?
- What do teams get wrong when they rely only on runtime detection for AI agents?
- What do teams get wrong when they rely on encrypted tunnelling for access security?