Detect PII validator detects (Personally Identifiable Information) in LLM inputs. Personally identifiable information is confidential and its leakage can result in monetary loss, reputation loss, and compliance penalties.
Data privacy regulations, including GDPR and HIPAA, define strict measures for handling of PII to ensure user privacy and protection. Wisecube Pythia uses a Detect PII validator in each API call to detect PII, which includes:
Credit cards information
Person name
Phone number
URL
Email addresses
IP address
UUID
US Social Security Number
Crypto wallet number
IBAN Code
When PII is detected in LLM input, the Detect PII validator will fail and anonymize the confidential information using a programmatic fix.