Anyone enforcing client-side PII redaction before using an AI tool?

Posted by BoOgieymann47@reddit | sysadmin | View on Reddit | 23 comments

We’ve been evaluating internal usage of AI tools across teams (support, HR, ops).

Big issue:

Users are pasting sensitive data into browser-based tools:

- Names + addresses

- Internal tickets

- Occasionally financial info

We can block domains, audit traffic, etc.—but that doesn’t solve the “paste into textbox” problem.

I’ve been experimenting with a browser-layer approach:

- Detect UK-specific PII (postcode, NI, sort code + account number)

- Highlight inline using the Highlight API

- Allow one-click redaction before submission

- Everything runs locally (no outbound calls)

Question:

Has anyone implemented something similar at scale?

Or are you handling this purely via policy + training?

Feels like DLP doesn’t fully cover modern AI usage patterns.