ai-privacy-assessment

ai-privacy-assessment is a skill for Claude Code, Codex from ThomasMoreAI/legal-skills-open. It costs 109 tokens per session (3,695 once invoked), scanned A, original, Apache-2.0.

A privacy and regulatory assessment for AI systems that use personal data. It combines a GDPR data protection impact assessment with checks against the EU AI Act, the European Union’s rules for artificial intelligence.

In plain words
What is it for?
Use it to review the lawful use of training data, automated decision-making, bias and fairness concerns, and AI risk-management requirements.
Why use it?
It helps reveal whether training data, automated decisions, or model behaviour create privacy, fairness, or regulatory risks. It provides a structured way to assess those risks before deployment.

Skill for Claude CodeCodex

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

Good fit Use it to review the lawful use of training data, automated decision-making, bias and fairness concerns, and AI risk-management requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thomasmoreai/legal-skills-open/ai-privacy-assessment
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 ThomasMoreAI/legal-skills-open --skill ai-privacy-assessment
Clone the repo
git clone --depth 1 https://github.com/ThomasMoreAI/legal-skills-open

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 ai-privacy-assessment

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/ai-privacy-assessment"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/ai-privacy-assessment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,695 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 215
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • low Excessive Agency · line 52
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
How audits are shown
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.00109 $0.03695
Opus 5 $0.00055 $0.01847
Sonnet 5 $0.00022 $0.00739
Haiku 4.5 $0.00011 $0.00369

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

Security

Grade A, and why

ai-privacy-assessment 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

cross-jurisdiction/data-protection/skills/ai-privacy-assessment/SKILL.md · 228 lines

How it starts

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

Conducting AI System Privacy Assessment

Overview

AI systems that process personal data require a combined privacy and conformity assessment addressing both GDPR obligations and the EU AI Act (Regulation 2024/1689). This skill integrates the GDPR Art. 35 DPIA framework with AI-specific risk assessment, encompassing training data lawfulness, Art. 22 automated decision-making implications, algorithmic fairness, and the NIST AI Risk Management Framework MAP function. The assessment methodology draws from the EDPB-EDPS Joint Opinion 5/2021 on the AI Act proposal and subsequent EDPB Guidelines 06/2025 on AI and data protection.

GDPR Provisions Applicable to AI

Provision Application to AI Systems
Art. 5(1)(a) — Lawfulness, fairness, transparency AI processing must have a lawful basis; the logic of AI decisions must be explainable to data subjects
Art. 5(1)(b) — Purpose limitation Training data collected for one purpose cannot be used to train AI models for an incompatible purpose without further lawful basis
Art. 5(1)(c) — Data minimisation AI models should not require more personal data than necessary; synthetic data and anonymisation should be considered
Art. 5(1)(d) — Accuracy AI outputs affecting individuals must be accurate; model drift must be monitored
Art. 6(1) — Lawful basis Each stage of AI processing (data collection, model training, inference, output use) requires a lawful basis
Art. 9 — Special categories Training on health, biometric, genetic, racial, political, religious, sexual orientation, or trade union data requires an Art. 9(2) exemption
Art. 13-14 — Transparency Privacy notices must disclose the existence of automated decision-making, meaningful information about the logic involved, and the significance and envisaged consequences
Art. 22 — Automated decision-making Data subjects have the right not to be subject to decisions based solely on automated processing that produce legal effects or similarly significantly affect them, with exceptions under Art. 22(2)
Art. 25 — Data protection by design AI systems must embed privacy protections from the design phase: privacy-preserving ML techniques, differential privacy, federated learning
Art. 35 — DPIA AI systems meeting EDPB WP248rev.01 criteria (evaluation/scoring, automated decision-making, innovative technology) require a DPIA

Read the full file on GitHub · 228 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 · 228 lines · 109 tokens per session scan A b2b1e8d9d0fe

Subscribe to this mod's changes

ai-privacy-assessment is a skill published in the GitHub repository ThomasMoreAI/legal-skills-open (72 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 109 tokens to every session and 3,695 once invoked, about $0.0005 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

legalgraph

Turn legal documents, policies, contracts, compliance rules, and regulatory text into a queryable knowledge graph. Extracts clauses, obligations, prohibitions, permissions, cross-references, and detects conflicts. Answers questions like 'What does policy X say about Y?', 'Find all obligations for role Z', 'Are these…

gauravmanandhar/legal-graphify-skill · 70 tokens

pia-generator

Generate structured privacy impact assessments so Claude can organize project privacy risks, controls, and decision points into a review-ready report.

maxwellokumu/okaudit-claude-skills · 27 tokens

audit-scope-checklist

Generate a scoped IT audit program with controls mapped to roles and compliance frameworks. Use this skill for audit planning, control checklist generation, and auditprogram.json creation.

maxwellokumu/okaudit-claude-skills · 38 tokens

compliance-checker

Compare system configuration evidence against common control frameworks and produce a concise compliance assessment with gaps and remediation priorities.

maxwellokumu/okaudit-claude-skills · 25 tokens

compliance-controls-playbook

Guide Claude through a structured compliance audit workflow covering framework selection, evidence planning, control testing, exception handling, and reporting.

maxwellokumu/okaudit-claude-skills · 30 tokens

evidence-tracker

Manage audit evidence requests, collection progress, and status reporting so Claude can keep audits organized and identify overdue or blocked evidence items.

maxwellokumu/okaudit-claude-skills · 30 tokens