- Add 60 new agents across all 10 categories (75 -> 135) - Add 95 new plugins with command files (25 -> 120) - Update all agents to use model: opus - Update README with complete plugin/agent tables - Update marketplace.json with all 120 plugins
665 B
665 B
Implement data anonymization and pseudonymization for PII protection.
Steps
- Identify data that needs anonymization:
- Choose the anonymization technique:
- Implement anonymization:
- Build the anonymization pipeline:
- Verify anonymization:
- Automate the pipeline for recurring use.
Format
Anonymization: <dataset or table>
Technique: <masking|pseudonymization|generalization>
Fields Processed:
- <field>: <technique applied> (<example>)
Rules
- Never use production data in development without anonymization.
- Pseudonymized data must not be reversible without the key.
- Maintain referential integrity across related tables.