This handles the unglamorous but critical job of stripping PII from text before you ship logs to Datadog or hand production data to your staging environment. It catches emails, phone numbers, credit cards, and the usual suspects. Worth noting it redacts rather than encrypts, so anything it masks is gone for good. You'll want to watch for false positives on things like internal IDs that look like phone numbers, and it might be overly cautious with ambiguous cases. Best practice is running this locally so raw sensitive data never leaves your perimeter. Solid choice if you need quick GDPR compliance without building regex patterns yourself.
npx -y skills add jorgealves/agent_skills --skill pii-sanitizer --agent claude-codeInstalls into .claude/skills of the current project.
The pii-sanitizer is a data protection tool designed to identify and mask Personally Identifiable Information (PII) from datasets, logs, or communications to comply with privacy regulations like GDPR and CCPA.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot