Your prompts leak PII. This catches it before it leaves the browser.
A Chrome extension that intercepts sends to ChatGPT, Claude, Gemini, and Perplexity, runs on-device detection for names, SSNs, card numbers, emails, and phones — and shows a side-by-side redaction review. No server, no telemetry.

A local ONNX token-classification model (Rampart, from National Design Studio) runs entirely inside the extension — layered with deterministic heuristics for SSNs, card numbers, emails, and phone numbers — to find PII with no network call and no server round trip.
Content scripts hook the composer on ChatGPT, Claude, Gemini, Perplexity, and Mistral — textareas, contenteditable, and Lexical/ProseMirror-style rich-text editors alike.
A local ONNX token-classification model plus deterministic heuristics (Luhn checks, SSN and phone patterns) find PII with no network call and no telemetry.
A side-by-side diff shows original vs. redacted. The safe version auto-sends after 5 idle seconds; "Send original" is an explicit opt-out, never silent. Fail-closed if redaction can't be confirmed.