All posts
AI Data Security

DLP for AI tools: why traditional data loss prevention misses AI chat

ShieldWays Team6 min read

Most organizations that have invested in data loss prevention assume they are covered for AI tools. The reasoning sounds fine: DLP inspects data leaving the company, AI prompts are data leaving the company, therefore DLP catches AI prompts. In practice, a paste into ChatGPT sails past all three layers of a traditional DLP stack. Understanding why requires looking at what each layer was actually built to see.

How traditional DLP sees the world

The classic DLP architecture has three enforcement points. Email gateways scan outbound messages and attachments for patterns — card numbers, SSNs, classification labels. Endpoint agents watch file operations: copies to USB, uploads of tagged documents, prints of sensitive files. Network DLP inspects traffic at the egress point, matching content signatures against data in motion.

All three share a mental model: sensitive data lives in files and messages, and it moves in discrete, inspectable units. That model was accurate for twenty years. AI chat breaks every assumption in it.

Five reasons AI chat slips through

  • There is no file. A prompt is keystrokes and clipboard text entering a web form. Endpoint DLP watching for file operations sees nothing, because no file was ever created, attached, or uploaded.
  • The traffic looks legitimate. Prompts travel as HTTPS POST requests to reputable SaaS domains — the same shape as any web app. Nothing about the connection signals exfiltration.
  • TLS gets in the way. Network DLP can only read the payload by intercepting TLS, which many organizations do not deploy on these domains — and certificate pinning and streaming APIs break interception where they try. In the browser extension era, a lot of prompt traffic never crosses a corporate network at all.
  • Sensitivity is contextual. Pattern rules catch a full card number, but "the customer in ticket 4482 — the one with the failed transplant" contains no regex-matchable token. Prompts are conversational; classic content signatures were tuned for structured records.
  • Binary actions break workflows. Traditional DLP mostly allows or blocks. Block a paste into an AI tool and the user retypes it, paraphrases it, or moves to an unmanaged device. Without a redact-and-continue option, enforcement creates evasion instead of compliance.

The timing problem

Even where a legacy control does fire, it fires late. Network inspection sees the prompt after the user has hit send — the decision has been made, and the only options left are dropping the connection (breaking the app) or logging the incident for after-the-fact cleanup. A useful AI control has to act before submission, while the text is still editable and the user can be shown exactly what was flagged and why.

What AI-aware DLP has to do differently

Closing the gap is not a matter of adding AI domains to an existing policy. The enforcement point and the action model both have to change:

  • Inspect at the point of composition. The browser is the only place the full prompt exists in plaintext, pre-submission, with user context attached.
  • Detect on-device. Routing prompt text to a cloud service for scanning recreates the exact exposure you are trying to prevent. Detection must run locally.
  • Understand categories, not just patterns. PII, secrets and API keys, PHI, and financial data carry different risk and different regulatory weight; policy should be settable per category.
  • Offer graduated actions. Warn for education, redact to preserve the workflow, block for the non-negotiables. Most incidents are accidents; a warning at the moment of the paste fixes behavior in a way no training slide ever has.
  • Audit without content. Security needs to know that a secret was blocked on a given site at a given time — it does not need a copy of the secret. Logging the sensitive content would turn the DLP system itself into a breach target.

Where ShieldWays sits

ShieldWays implements exactly this layer: a browser extension that detects PII, secrets, PHI, and financial data on-device, before prompts reach ChatGPT, Claude, Gemini, Copilot, or Perplexity, with warn, redact, and block actions configurable per category — and a content-free audit log so security teams get visibility without accumulating a database of everyone’s sensitive text.

It is a complement to your existing stack, not a replacement. Email gateways and endpoint agents still do their jobs. What changes is that the channel employees now use hundreds of times a day stops being a blind spot.

Evaluating a solution: a short checklist

  1. Does detection run on-device, or does prompt content get shipped to a vendor cloud for analysis?
  2. Does it act before the prompt is submitted, or log after the fact?
  3. Can it redact and let the rest of the prompt through, or only allow and block?
  4. Are PII, secrets, PHI, and financial data separately configurable?
  5. Does the audit trail exclude sensitive content by design?
  6. Does it cover all the major AI chat tools your teams actually use, not just one?

Related posts