The PII Redaction Enforcer is a specialized skill designed to prevent the accidental exposure of Personally Identifiable Information (PII) in application logs, error messages, and debug outputs. It provides developers with standardized implementation patterns for masking emails, phone numbers, credit cards, and government IDs while maintaining the debuggability of the system. By integrating these patterns, teams can more easily adhere to strict compliance frameworks such as GDPR, CCPA, HIPAA, and PCI-DSS, ensuring that sensitive user data remains protected even within internal monitoring tools.
주요 기능
01Unit testing patterns to verify redaction effectiveness
02Structured logging processors for automated PII masking in JSON logs
03Compliance-specific implementation guides for GDPR and PCI-DSS
04Standardized redaction helpers for common PII types like emails and phone numbers
05Context-aware logic to separate secure processing from redacted logging
060 GitHub stars