How sensitive data is sealed before it reaches a model, on the device and in the connector.
Updated June 2026
Redaction is what happens in the gap between an employee pressing enter and a prompt reaching the model. Proxara reads the prompt in context, seals sensitive values into reversible tokens, sends the sealed version onward, and restores the real values in the reply. The employee works normally, and the model sees tokens in place of the values that were caught.
[Person_1], [ID_2], [Org_1], [Vocab_1]. Tokens come from the firm's identity registry, so the same client resolves to the same token in every conversation, on every surface, which keeps the model's answers coherent and the firm's records joinable. The identity vault guide covers where the mapping lives.The entity families detected are client PII, account and government identifiers, proprietary deal information, and firm-vocabulary violations.
Attachments go through the same sealing before upload. In-place redaction ships for DOCX, XLSX, and PPTX (including headers, footers, notes, and text split across formatting runs), PDF (text removed at the operator level, with escalation to rasterise-and-box when text removal leaves residue), images (detected text covered with opaque boxes, metadata dropped), and the plain-text formats (TXT, CSV, JSON, XML). Every file's record carries a hash of the original bytes and a hash of what was actually sent, so the firm can prove which version left the device.
The honest posture: redaction is best effort, and the system records its own coverage rather than promising perfection. Every redaction event records what was detected, what was sealed, and, for files, a per-file status with the reason when coverage was partial (a scanned image-only PDF, an unsupported format). Anything the system could not fully seal is forwarded with a quiet, inspectable note on the record rather than blocked, because blocking an employee mid-task is a worse failure than a documented gap. A firm that prefers strict blocking for oversized or unredactable content can turn fail-open off.
Routine redaction is invisible. The only employee-facing surface is a confirmation prompt on genuinely high-risk sends, for example a bulk paste dense with government identifiers, and it is written to inform rather than scold. Below that threshold, sealing happens silently and the prompt flows on.