Files
Rohit Ghumare c3f43d8b61 Expand toolkit to 135 agents, 120 plugins, 796 total files
- 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
2026-02-04 21:08:28 +00:00

665 B

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

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.