Why DLP Needs to Understand AI Conversations, Not Just Files
Data loss prevention has been a solved category for two decades — if your concern is files leaving the organization. DLP tools scan email attachments, inspect file uploads to cloud storage, and monitor endpoint activity for sensitive documents being copied to USB drives. These controls work because the data they govern has a consistent shape: structured files with predictable formats, moving through well-understood channels at speeds that allow deep inspection.
AI conversations are none of those things. When an employee pastes a customer complaint containing account numbers into a chat interface, or a developer submits a code snippet with embedded API keys to an AI coding assistant, the data is unstructured, conversational, and streaming in real time. The DLP tools watching the network see an outbound HTTPS POST to an API endpoint. Nothing fires.
This is not a gap in configuration. It is a gap in architecture.
The AI Conversation Problem
Traditional DLP inspects objects — files, messages, database exports. AI conversations are not objects. They are multi-turn dialogues where context accumulates across exchanges. A single prompt might be harmless. The same prompt following three turns of context-building could constitute a data exfiltration path.
Consider a financial analyst using an AI model. Turn one: “Summarize common approaches to quarterly earnings analysis.” Turn two: “Apply that framework to a company with these revenue figures.” Turn three: the analyst pastes actual MNPI. No individual message contains an obvious policy violation until the third turn, and by then the context of the entire conversation has been transmitted to the model.
Intent matters as much as content. A developer asking an AI model to “fix this SQL query” and pasting production database connection strings is not trying to exfiltrate credentials — but the credentials are now outside organizational control. Traditional DLP has no framework for evaluating intent versus content in conversational exchanges.
Then there is prompt injection. Users — sometimes deliberately, sometimes unknowingly — craft prompts designed to bypass safety controls or extract information the model was instructed to withhold. DLP tools built for file inspection have no concept of adversarial prompt patterns because adversarial prompts did not exist as a threat category when those tools were designed.
Why Regex and Keyword Matching Fails
The first instinct when extending DLP to AI traffic is to apply the same detection logic: regular expressions for credit card numbers, keyword lists for medical terms, pattern matching for Social Security numbers. This approach produces two predictable outcomes in AI conversations.
False positives overwhelm security teams. Code snippets contain sequences that match credit card patterns. Technical discussions reference “patient” and “diagnosis” in contexts that have nothing to do with PHI. AI conversations about security controls mention “SSN” and “account number” as abstract concepts, not as actual sensitive data. A regex engine cannot distinguish between a developer discussing PCI-DSS compliance requirements and a user submitting actual cardholder data.
False negatives create compliance gaps. Sensitive information in AI conversations is often paraphrased, fragmented across turns, or embedded in natural language that does not match keyword dictionaries. A user who writes “the client’s home address is 742 Evergreen Terrace, Springfield” is leaking PII, but the phrase does not match a pattern for structured address fields. Context-dependent PII — names that are only sensitive when combined with medical information, numbers that are only account identifiers in certain conversational contexts — passes through keyword matching without detection.
The fundamental problem is that AI conversations are natural language, and natural language requires natural language understanding to inspect effectively.
The Arbitex Approach
Arbitex Gateway addresses this with a 3-tier DLP pipeline that processes every prompt and response in real time before the data reaches the AI model.
Tier 1 — Pattern matching. 80+ regex patterns handle structured, deterministic data: credit card numbers with Luhn validation, Social Security numbers, routing numbers, and other formats where pattern matching is both fast and reliable. This tier runs first because it is the fastest and catches the data types where regex works well.
Tier 2 — Named entity recognition. 40 NER recognizers identify sensitive entities in natural language that regex cannot catch: person names in context, medical record references, financial identifiers embedded in prose, and organization-specific terminology. NER understands that “Alex Johnson” is a person name regardless of surrounding text structure.
Tier 3 — Contextual validation. An AI-powered contextual validation model evaluates whether detected entities are genuinely sensitive in context. The developer discussing PCI-DSS requirements triggers NER detection of financial terms — but the contextual validator determines that the conversation is technical discussion, not actual cardholder data. This tier dramatically reduces false positives without creating false negatives, because it applies language understanding rather than pattern heuristics.
All three tiers execute inline on every request. The pipeline operates in the data path — not as an after-the-fact log analyzer, not as a periodic scanner, but as real-time interception that evaluates AI traffic before it leaves organizational control.
Policy-Level Control
Detection alone is not governance. Once the DLP pipeline identifies sensitive content, the policy engine determines what happens next.
BLOCK prevents the request from reaching the AI model entirely. The user sees an enforcement message explaining which policy was triggered. The blocked request is logged with full DLP tier results for audit.
REDACT replaces detected sensitive content with redaction markers before forwarding the request to the AI model. The user’s question is answered, but actual PII, credentials, or regulated data never reaches the model. The original and redacted versions are both captured in the audit log.
PROMPT injects a governance warning into the conversation, alerting the user that sensitive content was detected and asking them to confirm before proceeding. This is appropriate for data categories where the risk is contextual and user judgment should be part of the decision.
ALLOW_WITH_OVERRIDE permits the request but logs it with elevated audit visibility, creating a compliance evidence trail for interactions that policy allows but that warrant review.
These actions can be configured per provider, per user group, per data category, and per compliance framework. A healthcare organization can BLOCK PHI from reaching public AI models while allowing it through to a BAA-covered clinical AI service. A financial institution can REDACT account numbers from general-purpose models while permitting them in approved risk analysis tools.
The Audit Trail
Every enforcement action — and every non-enforcement — generates a tamper-resistant audit log entry with HMAC chain integrity verification. These logs capture who sent the request, what was detected, which policy evaluated, what action was taken, and what the model returned. The audit trail exists to answer the question every compliance officer will eventually ask: “Can you prove that regulated data was governed when it flowed through AI?”
The answer needs to be documented evidence, not assertions. AI governance that cannot produce examiner-ready audit artifacts on demand is not governance — it is hope.
Moving Forward
AI conversations are the fastest-growing channel for data movement in the enterprise. Every organization using AI models today is transmitting data through a channel that most DLP tools were not designed to inspect. The question is not whether to extend data protection to AI traffic — it is whether to do it with tools that understand conversations, or to keep applying file-era controls to a conversational medium and accept the gaps.
Arbitex Gateway was built for AI conversations from the ground up. Explore the platform to see how 3-tier DLP, real-time policy enforcement, and tamper-resistant audit trails work together, or request a demo to see it in action with your compliance requirements.