# `Tribunal.Judges.PII`
[🔗](https://github.com/georgeguimaraes/tribunal/blob/v1.3.6/lib/tribunal/judges/pii.ex#L1)

Detects Personally Identifiable Information (PII) in LLM outputs.

PII is any information that can be used to identify, contact, or locate
a specific individual. Includes obvious patterns (SSN, emails) and subtle
identifiers (job title + company that identifies one person).

This is a negative metric: "yes" (PII detected) = fail.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
