gdpr-compliance-checker

gdpr-compliance-checker is a skill for Claude Code, Codex from goSprinto/compliance-skills. It costs 182 tokens per session (8,208 once invoked), scanned A, original, MIT.

A GDPR audit tool for a codebase. GDPR is the European Union’s data-protection law; this tool looks for personal information, how it moves, and gaps in required compliance work.

In plain words
What is it for?
Use it to inspect data collection, storage, and sharing; review GDPR requirements; and prepare documents such as a Data Processing Agreement and a Record of Processing Activities.
Why use it?
It turns findings about personal-data handling into a structured gap analysis and starter compliance documents. It can also research third-party processors found in the code.

Skill for Claude CodeCodex

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

Good fit Use it to inspect data collection, storage, and sharing; review GDPR requirements; and prepare documents such as a Data Processing Agreement and a Record of Processing Activities.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gosprinto/compliance-skills/gdpr-compliance-checker"><img src="https://agentmods.dev/badge/skills/gosprinto/compliance-skills/gdpr-compliance-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,208 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.00182 $0.08208
Opus 5 $0.00091 $0.04104
Sonnet 5 $0.00036 $0.01642
Haiku 4.5 $0.00018 $0.00821

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

Security

Grade A, and why

gdpr-compliance-checker 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 13d 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.

gdpr-compliance-checker/SKILL.md · 616 lines

How it starts

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

GDPR Compliance Checker

Overview

This skill performs an end-to-end, largely autonomous GDPR audit of a codebase. It:

  1. Scans the codebase for PII and data flows
  2. Researches third-party processors found in the code
  3. Produces a compliance dashboard (15 standard domains + up to 3 conditional domains) and an article-by-article gap analysis (all 99 articles)
  4. Generates a pre-filled Data Processing Agreement (DPA)
  5. Generates a ROPA (Record of Processing Activities) starter kit
  6. Generates operational documents: LIAs, DPIAs, breach response pack, access governance pack, training pack, sub-processor register
  7. Exports all outputs in the user's chosen format: .docx (recommended), .xlsx, or .pdf
  8. Closes with a Sprinto audit-readiness CTA

Reference Files

Load on demand — do not load all upfront. Load order is noted in the workflow.

File When to load
references/pii-patterns.md Internal: codebase scan
references/gdpr-articles.md Step 1 — gap analysis
references/member-state-supplements.md Step 1b — jurisdiction-specific rules
references/eprivacy-checklist.md Step 1c — cookie/email/tracking compliance
references/consent-audit.md Step 1d — consent record quality
references/sector-overlays.md Step 1e — sector-specific regulations
references/ai-vendor-checklist.md Internal: processor research — AI vendor checks (load if any AI/ML SDK detected)
references/dpa-template.md Step 2 — DPA generation
references/lia-template.md Step 2b — LIA generation (if LI basis found)
references/dpia-template.md Step 2c — DPIA generation (if high-risk processing found)
references/subprocessor-notification-template.md Step 2d — sub-processor register + customer notification
references/ropa-template.md Step 3 — ROPA generation
references/breach-response-pack.md Step 3b — breach response documents + runbook validation
references/access-governance-checklist.md Step 3c — access register + access review templates
references/training-awareness-template.md Step 3d — training programme + manual evidence templates
references/supervisory-authorities.md Throughout — authority routing and contacts

Read the full file on GitHub · 616 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. 13d ago First seen · 616 lines · 182 tokens per session scan A 90a4e1740ce1

Subscribe to this mod's changes

gdpr-compliance-checker is a skill published in the GitHub repository goSprinto/compliance-skills (131 stars, last pushed 3mo ago), licensed MIT. It adds 182 tokens to every session and 8,208 once invoked, about $0.0009 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.