MerchantryTidbits

security / library

Microsoft Presidio

Capability: Microsoft Presidio

Use it when

  • detect and redact personal data before sending text to an LLM
  • apply configurable PII anonymization to logs, documents, and support records

What it solves

Not the fit when

  • automated entity detection can miss context-specific sensitive data

Install

pip install presidio-analyzer presidio-anonymizer

Invoke

Analyze text for configured PII entities, review detections, then anonymize only the approved spans before model submission.

Alternatives

No reviewed alternatives recorded yet.