allow, detect, redact, or block, depending on what Anthale finds for that request.
What counts as leakage
Leakage is not limited to classic PII. It also includes secrets, internal instructions, confidential business information, and organization-specific identifiers that should stay inside a trusted boundary.Common sensitive entity families
Treat exact format validation, model behavior, and detector coverage as platform behavior rather than as a documentation promise. Use policy tests and real enforcement responses as the source of truth for production tuning.
Where it matters
This guardrail matters before a model call, before retrieved or tool-generated context is appended on theinput path, and before model output is shown to a user or passed into another system. If retrieved context is untrusted, check it on the input path before prompt assembly.