gdpr-audit

gdpr-audit is a skill for Claude Code, Codex from mastepanoski/claude-skills. It costs 51 tokens per session (3,640 once invoked), scanned A, original, MIT.

A technical review of code, plans, database structures, or infrastructure settings for possible GDPR issues. GDPR is the European Union's data-protection law; the review reports evidence and gaps but is not a legal compliance decision.

In plain words
What is it for?
Use it to inspect a codebase, design document, database schema, cloud configuration, or third-party software integration. It can support early privacy-impact work and vendor reviews.
Why use it?
It helps technical teams find risks in how personal data is collected, stored, transferred, or protected. It also separates technical findings from advice that must come from a data-protection officer or lawyer.

Skill for Claude CodeCodex

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

Good fit Use it to inspect a codebase, design document, database schema, cloud configuration, or third-party software integration. It can support early privacy-impact work and vendor reviews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mastepanoski/claude-skills/gdpr-audit
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 mastepanoski/claude-skills --skill gdpr-audit
Clone the repo
git clone --depth 1 https://github.com/mastepanoski/claude-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-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/mastepanoski/claude-skills/gdpr-audit/github.svg)](https://agentmods.dev/skills/mastepanoski/claude-skills/gdpr-audit)
Your own site
<a href="https://agentmods.dev/skills/mastepanoski/claude-skills/gdpr-audit"><img src="https://agentmods.dev/badge/skills/mastepanoski/claude-skills/gdpr-audit/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-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/mastepanoski/claude-skills/gdpr-audit"><img src="https://agentmods.dev/badge/skills/mastepanoski/claude-skills/gdpr-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,640 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.00051 $0.03640
Opus 5 $0.00026 $0.01820
Sonnet 5 $0.00010 $0.00728
Haiku 4.5 $0.00005 $0.00364

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

Security

Grade A, and why

gdpr-audit 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 12d 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.

skills/gdpr-audit/SKILL.md · 287 lines

How it starts

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

GDPR Audit

A detection-guide-driven audit skill. Reads code / plan / schema / IaC artifacts and returns a structured findings report with GDPR article citations, severity, confidence, evidence, and recommended fixes.

Output is "technical GDPR audit of provided materials" — never "GDPR compliant" or "non-compliant". Compliance is a legal determination; this skill provides technical evidence and gap analysis. Always include the disclaimer at the end of the report.

When to use

  • Auditing an existing codebase, repo, or directory tree
  • Reviewing an implementation plan, design doc, or RFC for GDPR implications
  • Reviewing a database schema or data model for personal data handling
  • Reviewing IaC (Terraform / Pulumi / CDK / k8s manifests) for transfers, encryption, region constraints
  • Pre-DPIA technical scoping
  • Vendor onboarding (auditing the integration code of a new processor / SDK)

When NOT to use

  • Drafting privacy notices, DPAs, or DPIAs from scratch — that's a writing task, not an audit
  • Compliance certification, regulatory filings, or DPA correspondence — needs a qualified DPO / lawyer
  • Org-maturity assessment (training, governance, DPO independence) — not visible from code / plan input
  • Auditing non-GDPR jurisdictions (CCPA, LGPD, PIPL) — citations and triggers will be wrong

Audit workflow

Run these phases in order. Do not skip phases.

Phase 1 — Scope statement

State explicitly what was reviewed and what wasn't, before any findings.

## Scope
- Materials reviewed: <repo, commit/SHA, branch, paths or "full tree">
- Date of audit: <YYYY-MM-DD>
- Excluded: <e.g., binary assets, vendored deps, test fixtures, .git history>
- Assumptions: <e.g., "controller role assumed unless evidence indicates processor role">
- Missing context: <list of org/policy artifacts not provided to the audit>

This protects the audit from being misread as exhaustive.

Phase 2 — Processing map (build first, find against second)

Before scanning for issues, build a processing map. Every later finding ties back to a row here.

Read the full file on GitHub · 287 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. 12d ago First seen · 287 lines · 51 tokens per session scan A f32b414b3919

Subscribe to this mod's changes

gdpr-audit is a skill published in the GitHub repository mastepanoski/claude-skills (53 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 3,640 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-08-30.

Related

Other skills, from other repositories

azure-health-data-services

Expert knowledge for Azure Health Data Services development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using FHIR/DICOM APIs, bulk import/export, de-identification…

MicrosoftDocs/Agent-Skills · 116 tokens

agent-config

Use when writing or editing agent configuration, especially permission rules in settings.json, skills, hooks, or MCP servers. Covers the permission-matching behaviour that makes a rule grant more than it reads, and how to check configuration with agentfile.

dennishavermans/agentfile · 51 tokens

data-breach-blast-radius

Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with fine ranges sourced verbatim from GDPR Art. 83, CCPA § 1798.155(a), and HIPAA 45 CFR § 160.404. Cost benchmarks from IBM Cost of a Data…

boshi-xixixi/TraeSkill · 225 tokens

flowstudio-power-automate-governance

Govern Power Automate flows and Power Apps at scale using the FlowStudio MCP cached store. Classify flows by business impact, detect orphaned resources, audit connector usage, enforce compliance standards, manage notification rules, and compute governance scores — all without Dataverse or the CoE Starter Kit. Load…

boshi-xixixi/TraeSkill · 151 tokens

agent-owasp-compliance

Check any AI agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 risks. Use this skill when: Evaluating an agent system's security posture before production deployment Running a compliance check against OWASP ASI 2026 standards Mapping existing security controls to the 10 agentic risks Generating…

boshi-xixixi/TraeSkill · 122 tokens

ca-override

Sanctioned, logged bypass of a gate or hard rule — one audit line, then proceed.

arbiterForge/codeArbiter · 24 tokens