AI Leak Guard · Free · Open source

Stop AI tools from seeing
your sensitive data.

A free Chrome extension that masks API keys, passwords, SSNs, and credit cards locally in your browser — before they ever reach ChatGPT, Claude, Gemini, Perplexity, or Copilot.

Install free for Chrome
100% local No data collection MIT licensed Free forever
chatgpt.com
You paste · sensitive data masked
Debug this code — the API call to [OPENAI_API_KEY] is failing for customer SSN [US_SSN] and card [CREDIT_CARD]...
🛡
3 items masked
OpenAI Key · SSN · Card
Privacy promise

Your text never leaves your browser.

No backend. No database. No analytics. No telemetry. No account. We never see what you type, what's detected, or what the AI returns. Everything happens locally, on your device.

No servers No analytics No account needed Open source · audit it yourself
Why this exists

People paste sensitive data into AI tools every day.

Most don't realize where it goes, who can read it, or whether it becomes training data. Here's what happens at every company, every day.

The developer

Pastes a stack trace into ChatGPT. Doesn't notice it contains an AWS access key. The key is now in OpenAI's logs.

The clinic receptionist

Asks ChatGPT to summarize a patient note. The patient's SSN and full name go to a third party with no HIPAA agreement.

The HR manager

Drops an employee complaint into Claude for help drafting a response. Salary, names, and grievances are now in someone else's system.

The accountant

Pastes a tax return for ChatGPT to "explain in plain English." Bank account numbers and tax IDs leave the firm.

How it works

Three steps. All in your browser.

01

You paste

You paste content into ChatGPT, Claude, Gemini, Perplexity, or Copilot like you always do.

02

We scan locally

AI Leak Guard scans your paste in your browser. If it finds sensitive data, it replaces those parts with safe placeholders like [SSN] or [AWS_KEY].

03

AI gets the safe version

The AI tool receives the masked version. Your sensitive data never leaves your device.

See it in action

What you type vs. what AI receives.

You type
Debug this auth flow. The API key sk-proj-aB7d9KqLm2nP4xR8tY3wV6zE is throwing 401 errors when processing customer 412-67-8924 with card 4532 1488 0343 6467.
ChatGPT receives
Debug this auth flow. The API key [OPENAI_API_KEY] is throwing 401 errors when processing customer [US_SSN] with card [CREDIT_CARD].
What it catches

11 categories at V1. High-confidence only.

We start with sensitive data where missing the detection is costly and false positives are rare. More categories will arrive as opt-in detection packs.

Detected today
  • AWS access keys (AKIA…)
  • GitHub tokens (PAT, OAuth, server)
  • OpenAI API keys (sk-…)
  • Anthropic API keys (sk-ant-…)
  • Stripe keys (live and test)
  • Google API keys (AIza…)
  • JWTs (JSON Web Tokens)
  • Private key blocks (RSA, EC, OpenSSH, PGP)
  • US Social Security Numbers (with SSA validation)
  • Credit card numbers (with Luhn validation)
  • Generic high-entropy secrets
Not yet
  • Names
  • Email addresses
  • Phone numbers
  • Generic addresses

These create too many false positives at this version. We may add opt-in detection packs for these in future releases.

Where it works

Five AI tools. More on the way.

ChatGPT
Supported
Claude
Supported
Gemini
Supported
Perplexity
Supported
Copilot
Supported
Built by Zabcore

An independent studio building privacy-first tools.

Not VC-funded. Not data brokers. Not building toward acquisition. Just small, focused tools that respect your data — built the way we'd want them built if they ran on our own systems.

View the source on GitHub
MIT
License
< 200KB
Extension size
< 5ms
Per-paste scan
0
Servers needed
Honest answers

Frequently asked questions.

Yes. AI Leak Guard is free for individuals and will stay free. We may eventually offer a paid team version with dashboards and policies, but the individual extension stays free.

No. No backend, no analytics, no telemetry. The extension makes one daily outbound request to download updated detection patterns — it's one-way, no data goes the other direction. You can verify this in our open-source code.

Names and emails are common in normal conversation. Detecting them would create constant false positives that interrupt your workflow. We're starting with high-confidence categories (API keys, financial data, credentials) where the cost of NOT detecting is high and false positives are rare.

Click the Undo button on the toast notification when something is masked. The original text is restored. You can also disable the extension entirely from the popup if you want.

No. Detection runs on each paste, completes in under 5 milliseconds for typical content, and uses no network resources except the daily rules update. The extension is under 200KB total.

Chrome and Chromium-based browsers (Edge, Brave, Arc) currently work. Firefox and Safari support is planned but not yet available.

Install in 30 seconds

Free, local-only, open source. That's it.

No account. No email. No tracking. Click install and the extension is on. You can disable it any time from the popup.

Install free for Chrome

github.com/zabcore/ai-leak-guard · MIT licensed