Skip to main content
All answers

Staff are pasting company data into ChatGPT. What can I do?

The leak is not a hack, it is the working day. Four sourced numbers, the five usual places, and the control that sits in front of them.

The leak is the ordinary working day

When staff paste company data into public AI tools, that data can train the provider's models and resurface in other users' answers. No attacker is required.

Four pieces of evidence, all third-party and sourced:

  • At the New South Wales Reconstruction Authority, a spreadsheet with names, addresses, dates of birth and sensitive details was uploaded to ChatGPT in March 2025. The authority counts 2,031 people affected (nsw.gov.au).
  • Cyberhaven Labs measures that 39.7 % of inputs to AI tools contain sensitive data (cyberhaven.com).
  • IBM puts an AI-enabled breach at 6 million US dollars on average (ibm.com).
  • The European Commission is enforcing the AI Act (digital-strategy.ec.europa.eu).

Five places where it happens

  1. PII in employee prompts. Names, addresses, IDs, often pasted unthinkingly.
  2. Trade secrets in "draft me something". Roadmaps, pricing, M&A drafts as context for a public model.
  3. Patient IDs to external APIs. Clinical workflows with no masking before egress.
  4. Source code uploads. Developers debug with an assistant; the IP leaves the building.
  5. Contract clauses to summarizers. NDAs and master agreements become training data for someone else's model.

What actually helps

A block moves the leak. What works is a control layer in front of the model: it classifies every prompt in real time, replaces sensitive entities with stable tokens, decides per data class between allow, mask, block and process locally, and logs the decision.

What this does not do. It inspects what goes into the AI, not what a human does with the answer afterwards. And the channel is AI use, not email, USB or a photographed screen.

Last reviewed: 2026-09-09

In brief

Is blocking ChatGPT enough?
No. Blocked tools keep being used through personal devices and browser profiles, only without a log. Blocking moves the leak, it does not close it.
Do I have to ban AI for this?
No. A control layer in front of the model inspects every prompt and decides per data class whether it is allowed, masked, blocked or processed locally.