gdpr-dsgvo-expert-neekware

gdpr-dsgvo-expert-neekware is a skill for Claude Code, Codex from ThomasMoreAI/legal-skills-open. It costs 62 tokens per session (1,934 once invoked), scanned A, original, Apache-2.0.

A set of tools for checking codebases for potential GDPR issues, creating Data Protection Impact Assessments, and tracking data-subject rights requests.

In plain words
What is it for?
Use it to scan projects for exposed personal or sensitive data, identify risky practices, generate DPIA documents, and track rights requests.
Why use it?
It helps development and privacy teams find risky handling of personal data and organise the documentation and requests that follow.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/gdpr_compliance_checker.py /path/to/project.

Good fit Use it to scan projects for exposed personal or sensitive data, identify risky practices, generate DPIA documents, and track rights requests.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ThomasMoreAI/legal-skills-open
agentmods
npx agentmods add skills/thomasmoreai/legal-skills-open/gdpr-dsgvo-expert-neekware

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-dsgvo-expert-neekware

README.md
[![agentmods](https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/gdpr-dsgvo-expert-neekware/github.svg)](https://agentmods.dev/skills/thomasmoreai/legal-skills-open/gdpr-dsgvo-expert-neekware)
Your own site
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/gdpr-dsgvo-expert-neekware"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/gdpr-dsgvo-expert-neekware/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-dsgvo-expert-neekware

Your own site · 80×15
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/gdpr-dsgvo-expert-neekware"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/gdpr-dsgvo-expert-neekware.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,934 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.00062 $0.01934
Opus 5 $0.00031 $0.00967
Sonnet 5 $0.00012 $0.00387
Haiku 4.5 $0.00006 $0.00193

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

Security

Grade A, and why

gdpr-dsgvo-expert-neekware 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 9d 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.

cross-jurisdiction/data-protection/skills/gdpr-dsgvo-expert-neekware/SKILL.md · 289 lines

How it starts

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

GDPR/DSGVO Expert

Tools and guidance for EU General Data Protection Regulation (GDPR) and German Bundesdatenschutzgesetz (BDSG) compliance.


Table of Contents


Tools

GDPR Compliance Checker

Scans codebases for potential GDPR compliance issues including personal data patterns and risky code practices.

# Scan a project directory
python scripts/gdpr_compliance_checker.py /path/to/project

# JSON output for CI/CD integration
python scripts/gdpr_compliance_checker.py . --json --output report.json

Detects:

  • Personal data patterns (email, phone, IP addresses)
  • Special category data (health, biometric, religion)
  • Financial data (credit cards, IBAN)
  • Risky code patterns:
    • Logging personal data
    • Missing consent mechanisms
    • Indefinite data retention
    • Unencrypted sensitive data
    • Disabled deletion functionality

Output:

  • Compliance score (0-100)
  • Risk categorization (critical, high, medium)
  • Prioritized recommendations with GDPR article references

DPIA Generator

Generates Data Protection Impact Assessment documentation following Art. 35 requirements.

# Get input template
python scripts/dpia_generator.py --template > input.json

# Generate DPIA report
python scripts/dpia_generator.py --input input.json --output dpia_report.md

Features:

  • Automatic DPIA threshold assessment
  • Risk identification based on processing characteristics
  • Legal basis requirements documentation
  • Mitigation recommendations
  • Markdown report generation

DPIA Triggers Assessed:

  • Systematic monitoring (Art. 35(3)(c))
  • Large-scale special category data (Art. 35(3)(b))
  • Automated decision-making (Art. 35(3)(a))
  • WP29 high-risk criteria

Data Subject Rights Tracker

Read the full file on GitHub · 289 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. 9d ago First seen · 289 lines · 62 tokens per session scan A eb3cfce9c463

Subscribe to this mod's changes

gdpr-dsgvo-expert-neekware is a skill published in the GitHub repository ThomasMoreAI/legal-skills-open (72 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 1,934 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.