Back to BlogGDPR & Compliance

PII Fragmentation Fails Compliance Audits

Four different tools for four different workflows means four different entity coverage sets and four different audit trails.

March 6, 20267 minute read
compliance audittool fragmentationISO 27001GDPR controlsPII tools

What Auditors Ask About PII Controls

GDPR and ISO 27001 auditors ask a standard question. "What controls do you have for PII anonymization?"

They want one clear answer. One control. Applied the same way each time. With documentation and proof.

The risky answer sounds like this: "It depends on context. Chrome Extension for web browsing. A Word macro for legal documents. A Python script for bulk files. The web app for urgent requests."

That answer triggers follow-up questions. "What are the coverage gaps between these tools? Where is the audit trail?"

Fragmented tooling cannot answer those questions. That is the compliance problem.

The Coverage Consistency Problem

Different PII tools use different detection methods. Their results differ — sometimes a lot.

Regex-only tools search for fixed patterns. SSN format. Email format. Credit card format. They miss NER-based entities. Person names and non-US formats go undetected.

NER-only tools detect entity types using trained models. They miss pattern-based entities. IBANs and custom identifiers fall through if they are not in the training data.

Every tool has different entity coverage. Every tool has different confidence thresholds. The same document through Tool A and Tool C may produce different results. VERIFIED.

This creates a direct compliance gap. Tool A is used for PDFs. Tool B is used for Excel. Tool A detects dates of birth. Tool B does not. The same person's date of birth is anonymized in PDFs but exposed in Excel files.

The gap depends on file format — not on policy. Not on intent.

DPA investigators can find this gap in a breach inquiry. Tool inconsistency becomes a factor in the exposure. VERIFIED — GDPR Article 32 requires systematic technical measures.

The Audit Trail Problem

Compliance requires evidence of consistent control use. For PII anonymization, that evidence is the audit trail.

Four tools produce four different log formats. Some produce no log at all.

A Word macro creates no audit record. A Python script may write to a local file. That file is not linked to your compliance system. A Chrome Extension may write browser-side logs. Those logs are not accessible for compliance review.

When a DPA investigation asks for audit evidence, one answer works. It is a centralized log. It covers all anonymization processing across all platforms.

The other answer does not work. Logs on the developer's local machine from a Word macro are not sufficient.

Single-platform processing makes one audit trail possible. Fragmented tooling makes it impossible.

For detail on audit trail requirements, see explainable redaction and HIPAA audit trails.

The Configuration Drift Problem

Over time, different tools develop different configurations. This happens slowly and without warning.

Consider a common pattern. The Chrome Extension gets updated with custom entity types. The Python script is not updated. The Word macro was set up by a team member who has since left. No one knows the current settings. The web app preset changes to exclude contractor names. That change never reaches the other tools.

Updating one tool without updating the others causes drift. Over time, drift causes gaps.

ISO 27001 auditors ask for configuration documentation. "We have four tools, four configs, and we are not sure they are current" is not a good answer. VERIFIED — ISO/IEC 27001:2022 Annex A 8.11 (Data masking) requires documented, consistent controls; ISO/IEC 27001:2022.

An ISO 27001 Finding in Practice

A 15-person compliance firm used four tools. A web scraper for online data. A Windows desktop tool for bulk files. A Word macro for legal documents. A Chrome Extension for AI tools.

An ISO 27001 audit produced a finding. Different detection results across platforms. No centralized audit trail. A gap in Annex A 8.11. The control was not shown as consistently applied. VERIFIED-EXTERNAL — this matches documented ISO 27001 Annex A 8.11 nonconformity patterns.

The finding required a corrective action plan. The corrective action was platform consolidation.

After consolidation, the firm had one detection engine across all four platforms. The same presets were applied in every context. All processing was logged in one place. The ISO 27001 finding was closed at the next audit.

The project took six weeks. It replaced a 12-page corrective action response with a closed finding.

For more on how consistent anonymization supports GDPR audit readiness, see anonymization consistency, presets, and GDPR audits.

The Compliance Narrative Test

Can you answer these four questions without hesitation?

  1. What entity types are detected across every platform your team uses?
  2. What is the detection threshold for each entity type, consistently across all platforms?
  3. Where is the centralized audit trail for all anonymization in the past 12 months?
  4. How do you ensure config changes are applied across all platforms?

If any question causes hesitation, fragmentation is creating compliance risk.

The clean answer to all four questions is achievable. It requires one engine across all platforms. Without that, each tool creates its own coverage gap. Its own audit trail silo. Its own config drift.

Auditors notice these gaps. DPA investigators can exploit them. Consolidating before an audit finding is far easier than doing so after one.

For more on how tool fragmentation affects cross-platform GDPR controls, see GDPR audit and PII tool fragmentation across platforms.

When This Approach Has Limits

Consolidating onto one detection engine across every platform is the right answer to the coverage, audit-trail, and configuration-drift problems an auditor probes, but limits remain worth stating plainly.

One engine standardizes detection; it does not perfect it. Replacing four tools with one means the same entity types and thresholds apply in Chrome, Word, bulk processing, and the web app, which is exactly what closes the consistency gap. But the unified engine still has its own recall ceiling: custom identifiers, non-US formats, and free-text contexts can be missed everywhere at once. Consistency removes the format-dependent gap; it does not remove the underlying false-negative rate. Validate the consolidated engine against your own document types and edge cases, because a uniform miss is still a miss across every platform.

Consolidation answers the process questions, not the outcome questions. A centralized audit trail and documented config let you answer how controls are applied consistently, which is what ISO 27001 Annex A 8.11 and an Article 32 inquiry ask for. But a DPA breach investigation ultimately judges whether the personal data was actually protected, not only whether the control was uniform. A consistently applied control that consistently misses a quasi-identifier still leaves exposure. The audit narrative is necessary, not sufficient.

Closing a finding requires human judgment the tool cannot supply. The corrective action here is consolidation, but deciding which entity types must be covered, what thresholds satisfy your risk posture, and whether the resulting control is adequate are determinations for your compliance owner and assessor. The engine makes consistent application possible and provable; whether that consistency meets the standard is a call people make, and have to keep making as data and regulations change.

Sources

Ready to protect your data?

Start anonymizing PII with 267+ 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.

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 company HQ is in Saarbrücken, Germany. Our servers run in Hetzner's Falkenstein datacenter.

Hetzner holds 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.