Data Anonymizer
Safely removes personally identifiable information from datasets while preserving statistical utility, powered by dkyazzentwatwa.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add data-anonymizer npx -- -y @trustedskills/data-anonymizer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"data-anonymizer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/data-anonymizer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to process and sanitize datasets by removing or masking personally identifiable information (PII) and sensitive fields. It ensures that raw data can be safely shared, analyzed, or stored without compromising individual privacy or violating compliance standards.
When to use it
- Preparing customer databases for public analysis or third-party auditing.
- Sanitizing logs containing user emails, names, or IP addresses before sharing with support teams.
- Creating training datasets for machine learning models that must adhere to GDPR or HIPAA regulations.
- Aggregating internal metrics while stripping out specific employee identifiers.
Key capabilities
- Identifies and redacts common PII patterns such as names, addresses, and phone numbers.
- Masks sensitive columns within structured data formats like CSVs and JSON.
- Applies configurable rules to determine the level of obfuscation (e.g., replacement with hashes or generic tokens).
Example prompts
- "Analyze this sales log and anonymize all customer names and email addresses before generating a summary report."
- "Process this dataset of user feedback, ensuring no personally identifiable information is included in the final output."
- "Create a sanitized version of this patient record file suitable for sharing with external research partners."
Tips & gotchas
Ensure you define clear rules for what constitutes sensitive data, as automated detection may miss context-specific identifiers. Always verify the anonymized output against your specific compliance requirements before deploying it in production environments.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.