From data-privacy
Implements data anonymization and pseudonymization for PII protection, building a pipeline that identifies sensitive fields, applies masking or generalization, and verifies results with referential integrity.
How this command is triggered — by the user, by Claude, or both
Slash command
/data-privacy:anonymizeThe summary Claude sees in its command listing — used to decide when to auto-load this command
Implement data anonymization and pseudonymization for PII protection. ## Steps 1. Identify data that needs anonymization: 2. Choose the anonymization technique: 3. Implement anonymization: 4. Build the anonymization pipeline: 5. Verify anonymization: 6. Automate the pipeline for recurring use. ## Format ## Rules - Never use production data in development without anonymization. - Pseudonymized data must not be reversible without the key. - Maintain referential integrity across related tables.
Implement data anonymization and pseudonymization for PII protection.
Anonymization: <dataset or table>
Technique: <masking|pseudonymization|generalization>
Fields Processed:
- <field>: <technique applied> (<example>)
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin data-privacy/anonymizeImplements data anonymization and pseudonymization for PII protection, building a pipeline that identifies sensitive fields, applies masking or generalization, and verifies results with referential integrity.
/dpiaGuides GDPR Data Protection Impact Assessment (DPIA) execution for a processing activity name, optionally at screening, assessment, or review stage.
/classify-dataConduct data classification and define protection requirements for each classification level.
/data-modelCreates a comprehensive data model for a project, including entity relationships, GDPR compliance, and data governance. Reads requirements and other artifacts to guide database design and API specifications.
/check-piiScans text or file for PII (emails, SSNs, credit cards, phones, API keys, tokens), reports detected types, and shows redacted version with labels like [EMAIL], [SSN].
/au-piaGenerates a Privacy Impact Assessment (PIA) for Australian Government entities under the Privacy Act 1988, assessing compliance with all 13 Australian Privacy Principles (APPs).