p6-audit-dsgvo

p6-audit-dsgvo is a command for Claude Code from jonase47/ccpr. It costs 0 tokens per session (861 once invoked), scanned A, original, MIT.

A GDPR compliance check compares the implemented application with a written assessment of data-protection duties. GDPR is the European Union’s privacy law, covering topics such as people’s data rights and how long personal data may be kept.

In plain words
What is it for?
Use it to check data subject rights, data minimisation, deletion deadlines, and data processing agreements in the relevant code and data flows.
Why use it?
It helps reveal where the implementation does not meet the project’s documented privacy requirements. The review is limited to GDPR compliance findings.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to check data subject rights, data minimisation, deletion deadlines, and data processing agreements in the relevant code and data flows.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jonase47/ccpr/p6-audit-dsgvo
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.

Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

Made for: Claude Code.

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 p6-audit-dsgvo

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/p6-audit-dsgvo.svg)](https://agentmods.dev/commands/jonase47/ccpr/p6-audit-dsgvo)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/p6-audit-dsgvo"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/p6-audit-dsgvo.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 861 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.00000 $0.00861
Opus 5 $0.00000 $0.00430
Sonnet 5 $0.00000 $0.00172
Haiku 4.5 $0.00000 $0.00086

Measured today against content hash 9fa4618e137b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

p6-audit-dsgvo 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 today.

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.

commands/p6-audit-dsgvo.md · 91 lines

How it starts

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

/p6-audit-dsgvo – DSGVO (GDPR) Compliance Check

Compares the implementation against the DSGVO initial assessment: data subject rights, data minimisation, deletion deadlines, data processing agreements.

Argument: $ARGUMENTS = [data category/area]

If provided: Focus on the specified area. If not provided: Check full DSGVO compliance.

Prerequisites

  • DSGVO_INITIAL_ASSESSMENT.md present
  • Implementation complete

Agent

  • Type: security-master
  • Model: sonnet

Context (Orchestrator prepares)

Orchestrator reads in advance and delivers inline:

  • From DSGVO_INITIAL_ASSESSMENT.md: Data protection obligations, data categories
  • From src/: Code that processes personal data (relevant sections only)
  • From ARCHITECTURE.md: Data flow diagram (relevant section only)

Prompt Template

Goal: DSGVO compliance check against DSGVO_INITIAL_ASSESSMENT.md

DSGVO Requirements: [inline from DSGVO_INITIAL_ASSESSMENT.md]

Data-processing Code: [inline from src/]

Output Format: Checklist:

# DSGVO Requirement Implemented? Finding

Overall assessment: COMPLIANT / FINDINGS / NON-COMPLIANT

Constraints:

  • DSGVO check ONLY – no technical security
  • For projects without personal data: brief confirmation is sufficient
  • Focus on actual data processing, not theoretical

Orchestrator Checkpoint

  • All points from DSGVO_INITIAL_ASSESSMENT.md checked?
  • Findings correctly classified from a legal perspective?

Write Detail File

Write the result to docs/quality/audit_dsgvo.md (overwrite). Frontmatter:

---
phase: P6
subskill: audit-dsgvo
status: active
last_updated: <DD.MM.YYYY>
---

Body sections: ## Scope, ## Findings (DSGVO compliance checklist), ## Severity Summary.

Update Sub-Index

Update docs/quality/AUDIT.md:

  • Set **Last Updated:** <DD.MM.YYYY>.
  • In its Detail Files table: ensure a row for [audit_dsgvo.md](audit_dsgvo.md) with status complete.
  • Lift any unmitigated Art. 6 / Art. 9 / Art. 13 finding into Open Risks.

Read the full file on GitHub · 91 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. today Changed 9fa4618e137b
  2. 4d ago First seen · 91 lines · 0 tokens per session scan A ad6af54159d5

Subscribe to this mod's changes

p6-audit-dsgvo is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 861 tokens. 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.