PII Masking
What is PII Masking?
PII (Personally Identifiable Information) Masking is a critical feature in UPTIQ AI Workbench that ensures sensitive user data is protected during interactions with AI agents. It identifies and masks PII data in user queries before the data is passed to any LLM (Large Language Model) or other parts of the workflow. This feature allows developers to comply with data privacy regulations and build secure AI agents.
How does it work?
PII Recognition:
The PII Masking feature uses pre-built patterns to recognize common types of PII, such as:
Address: Detects physical addresses in the text.
Zip Code: Identifies zip codes.
Full Name: Recognizes full names.
Date and Time: Detects dates and times.
Email: Recognizes email addresses.
Phone Number: Identifies phone numbers.
SSN (Social Security Number): Detects social security numbers.
Custom Patterns:
Developers can create custom PII patterns by defining specific rules for recognition. This ensures flexibility to handle domain-specific sensitive information.
Masking PII:
Once PII data is identified, the feature masks it in real time to prevent exposure. Masked data is processed safely, ensuring that no sensitive information is passed to LLMs or other components of the workflow.
Integration with Workflows:
PII Masking is seamlessly integrated into the workflow execution. It ensures data protection without requiring additional manual intervention.
Key Features
Pre-Built Patterns: Quickly enable predefined PII recognition for commonly used data types.
Customizable: Define custom patterns for specific business or domain needs.
Low-Code Implementation: Activate PII Masking with minimal effort via a user-friendly interface.
Compliance: Helps adhere to data protection regulations like GDPR, CCPA, and HIPAA.
Where to use PII Masking?
How to use PII Masking?
Enable Pre-Built Patterns:
Toggle on the required PII patterns (e.g., Address, Email, SSN) from the PII Masking interface.
Create Custom Patterns:
Use the "Create Pattern" option to define new rules for identifying PII.
Integrate with Workflows:
Ensure workflows are configured to use PII Masking before passing data to any LLM or processing nodes.
Test and Validate:
Run test cases to confirm that all sensitive data is accurately identified and masked.
Key takeaways for developers
✅ Data Security: Prevents sensitive data from being mishandled or exposed.
✅ Privacy Compliance: Aligns with data protection regulations.
✅ Ease of Use: Simplifies PII protection with pre-built and customizable tools.
By leveraging PII Masking, developers can create secure and privacy-compliant AI workflows without compromising functionality or user experience.
Last updated