gdpr-ccpa-data-privacy

gdpr-ccpa-data-privacy is a skill for Claude Code, Codex from hamzabellouch/agent-skills. It costs 70 tokens per session (1,844 once invoked), scanned A, original, MIT.

Guidance for engineering systems that follow GDPR and CCPA/CPRA, privacy laws covering personal data and people’s rights over it. It covers consent, personal-data protection, access requests, and deletion workflows.

In plain words
What is it for?
Use it to build consent tracking, personal-data masking, data export and deletion flows, processing logs, and audit trails.
Why use it?
It helps prevent privacy work from becoming a collection of one-off scripts that miss data, consent records, or deletion requirements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build consent tracking, personal-data masking, data export and deletion flows, processing logs, and audit trails.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hamzabellouch/agent-skills/gdpr-ccpa-data-privacy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hamzabellouch/agent-skills --skill gdpr-ccpa-data-privacy
Clone the repo
git clone --depth 1 https://github.com/hamzabellouch/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gdpr-ccpa-data-privacy

README.md
[![agentmods](https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/gdpr-ccpa-data-privacy/github.svg)](https://agentmods.dev/skills/hamzabellouch/agent-skills/gdpr-ccpa-data-privacy)
Your own site
<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/gdpr-ccpa-data-privacy"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/gdpr-ccpa-data-privacy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gdpr-ccpa-data-privacy

Your own site · 80×15
<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/gdpr-ccpa-data-privacy"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/gdpr-ccpa-data-privacy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,844 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.01844
Opus 5 $0.00035 $0.00922
Sonnet 5 $0.00014 $0.00369
Haiku 4.5 $0.00007 $0.00184

Measured 7d ago against content hash 4dcbe673165d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

gdpr-ccpa-data-privacy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Compliance Governance and Legal Tech/gdpr-ccpa-data-privacy/SKILL.md · 184 lines

How it starts

The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GDPR, CCPA & Data Privacy Engineering Guidelines

This skill provides data architecture, encryption standards, PII pseudonymization patterns, consent state tracking, and automated Data Subject Access Request (DSAR) / Right-to-be-Forgotten deletion pipelines for privacy compliance under GDPR and CCPA/CPRA.


1. Data Privacy Architecture Framework

                          +-------------------------------+
                          |    User / Consent Front-End   |
                          |  (Cookie Banner / CMP Widget) |
                          +---------------+---------------+
                                          |
                                   Consent Telemetry
                                          v
+------------------+      +-------------------------------+
|  DSAR Request    | ---> | Privacy API & Orchestration   |
| (Export/Erasure) |      | (Tokenization & Workflow)     |
+------------------+      +---------------+---------------+
                                          |
                   +----------------------+----------------------+
                   |                      |                      |
          +--------v-------+     +--------v-------+     +--------v-------+
          | DB Crypt Key   |     | SQL/NoSQL DB   |     | Log Scrubbing  |
          | Manager (KMS)  |     |  Pseudonymized |     | Analytics Off  |
          +----------------+     +----------------+     +----------------+
  1. Lawful Basis & Consent Tracking: Every data collection event must record explicit user consent timestamp, consent version, and specific purpose scope.
  2. Right to Access (DSAR): Users can export all personal data stored across databases in structured machine-readable format (JSON/CSV).
  3. Right to Erasure (Right to be Forgotten): Cascading deletion or cryptographic erasure of personal identifiable information (PII) within 30 statutory days.
  4. Data Minimization & Pseudonymization: PII (emails, phone numbers, IP addresses) stored using salt-hashed tokens or envelope encryption.

Read the full file on GitHub · 184 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 184 lines · 70 tokens per session scan A 4dcbe673165d

Subscribe to this mod's changes

gdpr-ccpa-data-privacy is a skill published in the GitHub repository hamzabellouch/agent-skills (4 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 1,844 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

aviation-inspector

Use when a task needs the judgment of an Aviation Inspector — determining whether an air carrier's fleet is in compliance with an Airworthiness Directive across a maintenance-records sample, deciding where the FAA's compliance-and-enforcement ladder places a finding (compliance action vs. Letter of Correction vs.…

wonsukchoi/domain-experts · 113 tokens

avionics-technician

Use when a task needs the judgment of an avionics technician — chasing an intermittent nav/comm or autopilot fault that "checks good" on the ground, deciding whether an avionics upgrade needs an STC or qualifies for field approval, verifying bonding resistance and wire-bundle separation on an install, cross-checking a…

wonsukchoi/domain-experts · 96 tokens

bailiff

Use when a task needs the judgment of a bailiff or court officer — deciding whether an in-custody defendant appears in visible or concealed restraints, running courtroom entry screening and staffing it for expected volume, handling a disruptive defendant or spectator under the judge's authority, moving a jury note…

wonsukchoi/domain-experts · 82 tokens

blaster

Use when a task needs the judgment of a licensed blaster-in-charge — designing a bench or trench blast pattern, checking a shot against vibration/flyrock regulatory limits, sequencing detonator delays, handling a misfire, or reviewing explosives magazine storage and transport compliance.

wonsukchoi/domain-experts · 56 tokens

boilermaker

Use when a task needs the judgment of a Boilermaker — qualifying or selecting a welding procedure for a pressure-boundary repair, deciding whether a defect is a code "repair" or an "alteration" under the National Board Inspection Code, sizing a tube-to-drum rolled joint expansion, reading radiographic or ultrasonic…

wonsukchoi/domain-experts · 91 tokens

cargo-inspector

Use when a task needs the judgment of a Cargo Inspector — reconciling a vessel draft survey against a shore tally within IMO tolerance, calculating outturn quantity from tank ullage and temperature readings under API MPMS, verifying dangerous-goods segregation against the IMDG Code, checking a load's height and width…

wonsukchoi/domain-experts · 91 tokens