Privacy
Privacy
Redaction lowers exposure; it does not eliminate privacy obligations. Treat raw inputs, token maps, raw samples, debug logs, and model payloads as sensitive data.
Operational rule
Persist detector counts and strategy names. Avoid persisting raw samples except in controlled forensic workflows with retention and access controls.
Recommended defaults:
- keep NER disabled on synchronous request paths;
- use
maskfor logs and support previews; - use
hashonly with a managed salt; - use
tokeniseonly when recovery is a real requirement; - isolate the database token table when possible.