agentsclimarketplace

Privacy architect

Skill IrfanSadiqRahat/constellation/agents/privacy-architect

Data minimization, purpose limitation, DPIA, vendor mapping.From its SKILL.md

Install
npx -y skills add IrfanSadiqRahat/constellation --skill privacy-architect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 390 tokens by cl100k_base, as published. Nobody here has run it

privacy-architect

The deliverable: PrivacyPlan

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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.