mykka.aiSTAGING
← All postsTechnical

AI DLP vs Network DLP: Why Traditional Data Loss Prevention Misses AI Prompts

Megan O'Brien

Organizations that already have data loss prevention (DLP) deployed often assume they are protected against AI data leakage. They are not. The architectural gap between traditional network DLP and the way employees interact with AI tools is significant — and widely misunderstood.

This guide explains why network DLP misses AI prompts, how browser-native AI DLP works differently, and how to evaluate which approach fits your environment.

How Traditional Network DLP Works

Network DLP operates at the perimeter between your corporate network and the internet. All outbound traffic passes through a gateway or proxy, where it is inspected for sensitive content before being forwarded to its destination.

For this inspection to work on HTTPS traffic — which is all modern web traffic, including AI tools — network DLP must perform TLS inspection: decrypting the traffic at the proxy, reading it, then re-encrypting it before forwarding. Without TLS inspection, the gateway sees only encrypted bytes — it cannot read the content of the request.

Network DLP was designed for an earlier threat model: employees emailing customer lists to personal accounts, uploading documents to unauthorized cloud services, copying files to USB drives. For these use cases, it works well. The data flows through predictable channels with inspectable payloads.

Why Network DLP Fails for AI Prompts

AI tool usage breaks the assumptions network DLP was built on in four ways.

1. TLS 1.3 with Forward Secrecy

Modern TLS 1.3 uses ephemeral key exchange, meaning each session uses a unique cryptographic key that is never stored. A proxy performing TLS inspection must break the end-to-end encryption by acting as a man-in-the-middle — presenting its own certificate to the client and a separate session to the server.

This is technically possible but creates two problems: it requires deploying a custom CA certificate to every managed device (a significant IT operation), and it breaks applications that use certificate pinning or other certificate verification mechanisms. Some AI tools and supporting services verify certificate chains in ways that detect and reject proxy interception.

2. Remote Workers and Unmanaged Devices

Network DLP only sees traffic that routes through the corporate proxy. Remote workers on home networks, employees on personal laptops, and contractors on unmanaged devices bypass the corporate proxy entirely. In a hybrid work environment — which describes most enterprise organizations today — network DLP coverage is partial by design.

A ChatGPT prompt submitted from a developer's home office on their work laptop routes over residential internet directly to OpenAI. Your network DLP never sees it.

3. The Data Is in the Request Body

AI prompt content is submitted in the HTTP request body — a JSON payload sent to the AI provider's API endpoint. Even with TLS inspection in place, the gateway must parse this specific request format, identify the prompt field within the JSON structure, and evaluate its content against policy rules. Network DLP tools built for email and file uploads often lack the application-layer parsing logic needed to extract prompt content from AI API calls.

4. Consumer-Facing Interfaces vs APIs

API-level DLP tools — which route AI API calls through a middleware layer — work for organizations that have built internal AI applications using vendor APIs. They do not apply to employees using chat.openai.com, claude.ai, or gemini.google.com directly. Browser-based consumer interfaces submit prompts over standard HTTPS from the user's browser. There is no API call your middleware can intercept.

How Browser-Native AI DLP Works

Browser-native AI DLP operates inside the web browser, at the point where the user submits a prompt — before any data leaves the device.

A browser extension sits in the execution path between the user's input and the AI tool's send button. When the user types or pastes content and clicks submit, the extension intercepts the action, reads the full prompt text, evaluates it against your policy, and either allows, warns, or blocks the submission.

Because this interception happens before the HTTP request is constructed and sent, the extension has access to the complete, unencrypted prompt content. There is no encryption to break. There is no proxy required.

The policy engine runs locally in the browser extension. Detection logic — pattern matching, entropy analysis, keyword checking — executes on the user's device. The full prompt text never leaves the browser before the policy decision is made.

What Is Transmitted

After the policy decision is made, the extension sends a minimal event record to the backend: which rule triggered, which AI site, which user, what action was taken. For rules configured to capture matched content, a brief excerpt of the matched text may be included for audit purposes. The full prompt text is not transmitted.

Side-by-Side Comparison

DimensionNetwork DLPBrowser-Native AI DLP
Where it operatesNetwork perimeter (proxy/gateway)Inside the browser, at the prompt
Requires TLS inspectionYes — cannot read HTTPS without itNo — reads prompt before encryption
Coverage on remote workersPartial — only corporate networkFull — runs on the device
DeploymentNetwork infrastructure changeBrowser extension install
Coverage for consumer AI interfacesLimited without per-app parsingYes — works on any AI site
Coverage for API-based AI toolsPossible via middlewareNo — browser-only
False negative risk for AI promptsHigh — many bypass scenariosLow — intercepts at input

When Network DLP Adds Value

Network DLP is not obsolete. For use cases it was designed for — unauthorized file uploads, email data exfiltration, USB transfers — it remains effective. Organizations with mature network DLP programs should keep them running.

For AI prompt security specifically, network DLP provides a useful secondary layer when TLS inspection is fully deployed and covers remote workers via VPN or ZTNA. It catches egress patterns — volume of traffic to AI endpoints, frequency of large payload submissions — that can signal policy violations even without content inspection.

The key point is that network DLP alone is not sufficient for AI prompt security, and in most organizations it catches very little of the actual AI data leakage occurring today.

Choosing the Right Approach

If your organization has full TLS inspection deployed and all employees route through the corporate proxy: Network DLP may catch some AI prompt content, but application-layer parsing for AI-specific request formats may still be a gap. Browser-native DLP adds precision and coverage for remote workers.

If your organization has partial TLS inspection or significant remote work: Browser-native AI DLP is the primary control. Network DLP remains useful for other use cases but is not reliable for AI prompts.

If you are building internal AI applications on top of vendor APIs: API-level DLP middleware is appropriate for that surface. Browser-native DLP covers the consumer-interface risk that API middleware cannot reach.

For most enterprise organizations, the answer is browser-native AI DLP as the primary control for AI prompt security, with existing network DLP continuing to serve its original use cases.


Pretzel is a browser-native AI DLP solution that operates at the point of prompt submission — no TLS inspection, no proxy, no network changes. See how it works or read the complete AI DLP guide.

Try Pretzel free — protect your team today

Start Free — No Credit Card