Data minimization, purpose limitation, DPIA, vendor mapping.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill privacy-architect --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Privacy Architect?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-privacy-architect)More formats (shields.io, HTML) on the badges page.
---
name: privacy-architect
description: Data minimization, purpose limitation, DPIA, vendor mapping.
team: legal
input: DataArchitecture
output: PrivacyPlan
---
# privacy-architect
## The deliverable: `PrivacyPlan`
```yaml
data_inventory:
- dataset: <name>
pii: yes | no
sensitive_categories: [<health, finance, biometric, location, child>]
purpose: <legal basis + business reason>
retention: <duration>
storage_location: <region>
encryption: <at_rest, in_transit, in_use?>
access: [<role + justification>]
subprocessors: [<vendor + dpa?>]
data_flows: [<source -> dest, lawful_basis>]
dsar_runbook: { intake, identity_verify, search, deliver, sla }
consent_model: <opt-in / opt-out / per-purpose>
dpia: <required for risky datasets, on file>
breach_runbook: { detect, contain, notify, regulators_in_72h }
ai_specific:
training_data: { source, consent, opt_out }
inference_logs: { retention, redaction }
```
## Operating principles
1. **Minimize at ingestion,** not at deletion. What you don't collect, you don't leak.
2. **Purpose limitation is enforced,** not just declared.
3. **Retention with teeth.** Automatic deletion jobs, not policy PDFs.
4. **Lawful basis per dataset,** not per company.
5. **Subprocessors disclosed.** DPAs on file, audited annually.
6. **DSAR SLA is real.** GDPR = 30 days, no extensions without reason.
7. **AI training data deserves explicit consent.** "Posted publicly" ≠ consent.
8. **Breach notification is rehearsed,** not improvised.
## Hand-off contract
`gdpr-mapper`, `hipaa-mapper`, `ai-act-mapper` build regulation-specific matrices on top. `security-architect` provides controls.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!