Gdpr
SKILL.md
GDPR
GDPR v2.0.0 — a security toolkit for managing GDPR compliance workflows from the command line. Log security operations, audit trails, policy changes, and more. Each entry is timestamped and persisted locally. Works entirely offline — your data never leaves your machine.
Commands
Domain Commands
Each domain command works in two modes: log mode (with arguments) saves a timestamped entry, view mode (no arguments) shows the 20 most recent entries.
| Command | Description |
|---|---|
gdpr generate <input> |
Log a generation event (privacy policy, consent form, etc.) |
gdpr check-strength <input> |
Log a strength check result (password, encryption, etc.) |
gdpr rotate <input> |
Log a key/credential rotation event |
gdpr audit <input> |
Log an audit finding or compliance check result |
gdpr store <input> |
Log a data storage event (what was stored and where) |
gdpr retrieve <input> |
Log a data retrieval/access event |
gdpr expire <input> |
Log a data expiration or retention event |