Data Minimization

Keep real personal and confidential data out of code, tests, fixtures, logs, error messages, examples, and prompts; use synthetic data, and mask identifiers when a real record is unavoidable. Use when writing tests, fixtures, seed data, logging, debugging output, or documentation, or when moving data between systems; do not use to remove lawful data processing that the product itself performs.

26zl f55dc63 2 files · 1.9 KB Updated

File contents

26zl/universal-agent-skills/tree/main/skills/data-minimization commit f55dc6379d

Frequently asked questions

npx skillmds@latest add 26zl/data-minimization