Resource · data flow

What data does AI Leak Guard send to Zabcore?

Short answer

From the extension: nothing. It makes no outbound network requests. The website collects only the contact information someone voluntarily submits on a form, and the two systems share no identifier.

What the extension does, all locally

Does, all on the device

  • Inspect supported text as you paste it
  • Extract supported documents (PDF, Word, Excel, PowerPoint, text) before upload
  • Read the outgoing message at the moment you send it on ChatGPT, Claude, and Gemini
  • Classify potential patient identifiers
  • Warn you with categories and counts, and keep your draft while you decide
  • Fail-open on send: if the check fails, the message still sends
  • Maintain a metadata-only activity history in browser storage
  • Export that history to CSV or JSON, saved locally

Does not send to Zabcore

  • Prompts
  • The message you are about to send
  • Clipboard contents
  • Document contents
  • Filenames
  • Detected values
  • Names, MRNs, dates of birth, insurance IDs, or any other identifier

Two systems, one identifier apart

Zabcore operates two independent systems:

There is no shared identifier between the two systems. The extension does not know who submitted a form on the website, and the website does not know who is running the extension.

The exact data flow

Data flow: on-device only, no path to Zabcore Employee interacts with AI Leak Guard on the device, which extracts, detects, warns, and keeps a local activity record before sending to the AI tool. A separate path shows Zabcore receives no patient content, marked with a crossed line. Employee AI Leak Guard (on device) | extract | detect | warn | local activity record no network, no telemetry ChatGPT / Claude / Gemini Perplexity SEPARATE PATH AI Leak Guard no path Zabcore servers receive no patient content

Detection and document extraction run entirely on the device. Zabcore never receives patient content.

How you can verify this

The extension is open source under MIT. Anyone can audit the code, or open the DevTools Network tab while using the extension on any supported site and confirm that no requests are made by it.

The current privacy policy also states this in the same words. If a claim on this page contradicts the privacy policy, the privacy policy is the authoritative source and we consider the difference a bug worth reporting.

Bottom line

The extension does not phone home. The website only knows what you tell it. Nothing patient touches Zabcore infrastructure.