By · Last updated 2026-04-19

Back to BlogAI Security

Is Your AI Privacy Tool Stealing Your Data?

67% of AI Chrome extensions collect user data. The December 2025 incidents saw 900K users compromised by extensions posing as privacy tools.

April 19, 20268 minute read
privacy extension verificationlocal processing trustextension data collection auditAI privacy tool evaluationChrome extension security checklist

The Privacy Tool That Steals Data

In December 2025, Chrome tools marketed as AI privacy protectors were caught spying. They captured full chat histories. They sent that content to attacker-controlled servers.

That is the core paradox: the privacy tool became the threat.

Caviard.ai found that 67% of AI Chrome add-ons collect user data. Some disclose this. Others do not. But disclosure is not the real issue. The real issue is whether the tool's design makes data theft structurally impossible — or only policy-forbidden.

DLA Piper's 2025 GDPR report found a 34% rise in average fine amounts in 2024 versus 2023. That trend raises the stakes for any data protection officer approving browser tools for staff.

What Real Local Processing Looks Like

A genuine local-processing tool runs its detection model inside the browser. The model is bundled with the install or downloaded once. After that, no content ever goes to the publisher's servers.

The only outbound traffic is the anonymized prompt to the AI service and routine browser requests like update checks. Content never crosses the publisher's network.

This design can be tested and verified. Publisher promises cannot be trusted on their own. The December 2025 incidents proved that point.

How to Check Any Privacy Tool

Do not ask if the publisher promises privacy. Ask if the design makes data theft impossible.

Network test: Install the tool in a watched network. Paste fake personal identifiers into a test AI account. Watch all outbound connections for 30 seconds. If any traffic goes to a domain that is not the AI platform or the tool's update server, your content is being routed elsewhere.

Code review: Chrome add-ons are JavaScript bundles. They can be decompiled. A real local-processing tool has no network calls in its detection code. No fetch, no XMLHttpRequest, no WebSocket in the detection module is a good sign. Their presence is a deal-breaker.

Permission check: Chrome Manifest V3 requires explicit permissions. A local-processing tool does not need permissions to send content outside the browser. Clipboard access plus broad network permissions — with no clear reason — is a red flag.

Publisher check: Verified publisher status on the Chrome Web Store requires domain proof and identity documents. New publishers with new domains selling AI privacy tools need extra scrutiny. The December 2025 attackers used short-lived identities to avoid detection.

900,000 Users Affected

Astrix Security's analysis of December 2025 found 900,000 users hit by add-ons that posed as privacy tools. Those users chose these tools to protect their AI sessions. The tools did the opposite.

One compromised staff session can expose customer records, legal files, and internal plans. The security and compliance overview explains how that risk chain works.

Choosing a Tool You Can Verify

The anonym.legal Chrome Extension runs PII detection fully inside the browser. Nothing is sent to anonym.legal servers at any point.

Malicious add-onsanonym.legal
ProcessingRemote serversBrowser only
Access scopeFull session captureOnly when active
User-verifiableNoYes — test the network

How it works:

  1. You paste text with personal identifiers
  2. Detection runs locally in your browser
  3. Names and IDs become tokens — "Jane Smith" becomes [PERSON_1]
  4. The cleaned text goes to the AI
  5. The AI reply is restored for you locally

The compliance center covers the full entity list and enterprise audit details.

Sources

Ready to protect your data?

Start anonymizing PII with 285+ entity types across 48 languages.

About this page

We update this page when our platform or the law changes.

Read our founder note for how we work.

Each change shows up in the timestamp at the top.

Related reading

We follow these rules

  • GDPR (EU 2016/679).
  • ISO/IEC 27001:2022.
  • NIS2 (EU 2022/2555).
  • HIPAA safe harbor under 45 CFR § 164.514(b)(2).

Our promise

We do not sell your data.

We do not train models on your text.

We store your files in Germany.

You can delete your account at any time.

You own your work.

Where we run

Our servers live in Falkenstein, Germany.

We use Hetzner. They hold ISO 27001 certification.

All data stays in the EU.

Backups run every day.

Need help?

Email support@anonym.legal.

We reply within one business day.

How we test

We run a full check suite on every release.

Each surface gets its own sweep script and report.

Human reviewers spot-check the output each week.

We track recall and precision on a labelled set.

Bad runs block the deploy.

What we never do

  • We never sell your information to third parties.
  • We never train models on what you upload.
  • We never keep your work after you delete it.
  • We never share keys with any outside firm.
  • We never run ads inside the product.

Plans in plain words

We sell credits, not seats.

One credit covers one short job.

Long jobs use a few credits each.

You can top up at any time.

Unused credits roll over each month.

Read the plans page for current rates.

Who built this

A small team of engineers and lawyers built this.

We ship from Europe and work in the open.

Our founder note spells out why we started.

Where to start

How the parts fit

A browser add-on cleans text inside Chrome.

A Word plug-in handles drafts in Office.

A small desktop tool works on whole folders.

An agent protocol link feeds large models safely.

All four share one core engine and one rule set.

Words from our team

We started this work after a lunch about cookies.

One friend kept getting odd ads on her phone.

We asked why a court file leaked through a draft.

We sketched the first build on a napkin that week.

By month three we had a tiny demo for a friend.

She used it on her first case the next day.

Common questions we hear

Can the tool read scanned PDFs? Yes, with OCR.

Does it work on long files? Yes, in small chunks.

Can I roll my own rule set? Yes, save it as a preset.

Does it run offline? The desktop build runs offline.

Do you keep my files? No, the cloud build wipes after each run.

Will it learn from my work? No, we never train on inputs.

A short tour of the workflow

Upload a file or paste a snippet of prose.

Pick the entities you want gone from the draft.

Choose a method: replace, mask, hash, encrypt, or redact.

Press run and watch the side panel show each hit.

Skim the result and tweak any rule that misfired.

Save the cleaned file or send it to a teammate.