Ai Dpia logo

Ai Dpia

Community
mukul975
ai-dpia

Conducts Data Protection Impact Assessments for AI and ML systems per EDPB Guidelines 04/2025 on AI processing. Covers training data lawfulness evaluation, model risk assessment, automated decision triggers, and AI-specific DPIA methodology. Keywords: AI DPIA, machine learning impact assessment, EDPB AI guidelines, model risk, training data.

Overview

Publishermukul975
RepositoryPrivacy-Data-Protection-Skills
Skill nameai-dpia
Stars
279
Forks
59
Bundled files
4
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 4 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by mukul975 on GitHub. Read the source before you install it.

Installation

Install the Ai Dpia AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mukul975/Privacy-Data-Protection-Skills.git /tmp/Privacy-Data-Protection-Skills
mkdir -p .claude/skills
cp -r /tmp/Privacy-Data-Protection-Skills/plugins/ai-privacy-governance-skills/skills/ai-dpia .claude/skills/ai-dpia
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ai Dpia in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ai Dpia on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ai Dpia is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Data Protection Impact Assessment for AI/ML Systems

Overview

AI and ML systems present unique privacy challenges that traditional DPIA methodologies fail to adequately address. The EDPB Guidelines 04/2025 on processing personal data through AI systems establish a specialized framework that supplements the general DPIA requirements of GDPR Article 35 and WP248rev.01. AI-specific DPIAs must evaluate the entire ML pipeline — from training data collection through model deployment and inference — assessing risks that emerge from statistical learning, emergent model behaviours, and the opacity of algorithmic decision-making. This skill implements the EDPB's AI-specific DPIA methodology integrated with the EU AI Act risk classification framework.

AI-Specific DPIA Triggers

Mandatory DPIA Triggers for AI Systems

All AI processing that meets any of the following criteria requires a DPIA before deployment:

TriggerLegal BasisDescription
AI-based profiling with legal effectsArt. 35(3)(a) GDPRML models that produce decisions with legal or similarly significant effects on natural persons (credit scoring, hiring, insurance pricing)
Training on special category dataArt. 35(3)(b) GDPRModels trained on health, biometric, genetic, racial, political, religious, sexual orientation, or trade union data at scale
AI-powered surveillanceArt. 35(3)(c) GDPRComputer vision, facial recognition, behavioural analytics, or anomaly detection in public spaces
High-risk AI systemsArt. 6 EU AI ActSystems listed in Annex III of the AI Act (biometric identification, critical infrastructure, employment, law enforcement, migration, justice)
Foundation models processing personal dataEDPB Guidelines 04/2025LLMs and foundation models trained on datasets containing personal data, regardless of downstream use
Automated inference of sensitive attributesEDPB Guidelines 04/2025Models that infer Art. 9 special category data from non-sensitive inputs (inferring health status from purchasing patterns)

EDPB WP248 Criteria Applied to AI

AI systems frequently trigger multiple WP248 criteria simultaneously:

  • Evaluation/scoring: Inherent to classification and regression models
  • Automated decision-making: Core function of deployed AI systems
  • Innovative technology: Novel model architectures, training techniques
  • Large-scale processing: Training datasets containing millions of records
  • Matching/combining datasets: Multi-source training data aggregation
  • Vulnerable data subjects: When AI is applied to children, employees, patients

When an AI system meets two or more criteria, a DPIA is presumptively required.

AI DPIA Methodology — EDPB Framework

Phase 1: AI System Description (Art. 35(7)(a) Extended)

The systematic description must cover the complete AI lifecycle:

1.1 Training Phase Documentation
  • Training data sources: Origin, collection method, consent status, lawful basis for each dataset
  • Data categories: All personal data categories present in training data, including data that may be inadvertently included (background individuals in images, metadata in text corpora)
  • Data volume: Number of records, data subjects affected, geographic scope
  • Data preprocessing: Cleaning, augmentation, labelling processes and any human review
  • Feature engineering: Which personal data attributes are used as features, how derived features are computed
  • Training infrastructure: Where training occurs (cloud provider, jurisdiction), data residency during training
1.2 Model Architecture Documentation
  • Model type: Neural network architecture (transformer, CNN, RNN), ensemble methods, decision trees
  • Model parameters: Number of parameters, model size, complexity indicators
  • Explainability characteristics: Inherent interpretability level (white-box, grey-box, black-box)
  • Memorization risk: Assessed propensity for the model to memorize training data (higher for large models with small datasets)
1.3 Deployment Phase Documentation
  • Inference inputs: What personal data is processed at inference time
  • Output types: Classifications, scores, recommendations, generated content
  • Decision pipeline: How model outputs feed into decisions affecting data subjects
  • Human oversight: Level and effectiveness of human review in the decision chain
  • Monitoring: Drift detection, performance monitoring, feedback loops

Phase 2: AI-Specific Necessity and Proportionality

2.1 Purpose Limitation for AI
  • Is the AI system necessary for the stated purpose, or could simpler processing achieve it?
  • Has the controller evaluated non-AI alternatives and documented why AI is required?
  • Are the training data processing purposes compatible with the original collection purposes (Art. 6(4) assessment)?
  • For repurposed data: has a compatibility assessment been conducted per EDPB Guidelines 04/2025?
2.2 Data Minimisation for AI
  • Has the minimum dataset required for acceptable model performance been determined through ablation studies?
  • Can synthetic data, federated learning, or differential privacy reduce the personal data requirement?
  • Are there personal data elements in the training data that do not contribute to model performance?
  • Has the controller assessed whether anonymised or pseudonymised data could achieve adequate performance?
2.3 Training Data Lawfulness Assessment

For each training dataset, document:

Assessment ElementRequirement
Original collection purposeWas personal data collected for a purpose compatible with AI training?
Lawful basisArt. 6(1) basis for the training processing — legitimate interest requires balancing test
Consent validityIf consent is the basis, was AI training specified as a purpose? Was consent freely given?
Special category conditionsIf Art. 9 data is present, which Art. 9(2) exception applies?
Web-scraped dataEDPB position: web scraping for AI training generally cannot rely on legitimate interest without additional safeguards
Third-party datasetsHas the controller verified the upstream lawful basis chain?

Phase 3: AI-Specific Risk Assessment

3.1 Privacy Risk Categories for AI
Risk CategoryDescriptionLikelihood Factors
Training data extractionAdversary extracts verbatim training data from the modelModel size, training data repetition, overfitting degree
Membership inferenceAdversary determines if specific data was in the training setModel confidence distribution, overfitting, shadow model availability
Model inversionAdversary reconstructs input features from model outputsOutput granularity, model type, auxiliary information available
Attribute inferenceModel reveals sensitive attributes not provided as inputCorrelations in training data, feature interactions
Emergent bias amplificationModel amplifies biases present in training data, producing discriminatory outcomesTraining data representativeness, debiasing measures applied
Concept drift discriminationModel performance degrades unequally across demographic groups over timeMonitoring coverage, retraining frequency
Re-identification through AI outputModel outputs enable linking back to specific data subjectsOutput specificity, population uniqueness, auxiliary data
Automated decision errorsIncorrect AI decisions causing material harm to data subjectsModel accuracy, error distribution across groups
3.2 AI Risk Scoring Matrix

Combine likelihood and severity using the EDPB-recommended matrix:

                    Negligible    Limited    Significant    Maximum
Almost Certain      Medium        High       Very High      Very High
Likely              Medium        High       High           Very High
Possible            Low           Medium     High           High
Remote              Low           Low        Medium         High
3.3 AI Act Risk Level Integration

Cross-reference GDPR risk assessment with AI Act classification:

  • Unacceptable risk (Art. 5 AI Act): Processing must not proceed — social scoring, real-time biometric identification in public spaces (with limited exceptions)
  • High risk (Art. 6 + Annex III): Enhanced DPIA obligations, conformity assessment required
  • Limited risk (Art. 50): Transparency obligations — inform users they are interacting with AI
  • Minimal risk: Standard DPIA process applies

Phase 4: AI-Specific Mitigation Measures

Technical Measures
MeasureRisk AddressedImplementation
Differential privacyTraining data extraction, membership inferenceApply DP-SGD during training with calibrated epsilon (ε ≤ 8 for moderate protection, ε ≤ 1 for strong)
Federated learningData centralisation riskDistribute training across data holders without centralising personal data
Model output perturbationModel inversion, attribute inferenceAdd calibrated noise to model outputs, round confidence scores
Training data deduplicationMemorization riskRemove duplicate and near-duplicate records before training
Membership inference testingMembership inferenceRun MI attacks against the model pre-deployment; retrain if leakage exceeds threshold
Fairness constraintsBias amplificationApply demographic parity, equalised odds, or calibration constraints during training
Input/output filteringPII leakage in generative modelsDeploy PII detection on model inputs and outputs with automated redaction
Model pruning and distillationMemorization, extractionCompress the model to reduce capacity for memorizing individual records
Organisational Measures
  • Establish an AI Ethics Review Board with privacy representation
  • Implement model cards documenting privacy properties for each deployed model
  • Conduct regular model audits (minimum annually) testing for privacy leakage
  • Maintain training data provenance documentation and deletion capability
  • Define retraining triggers and ensure DPIA review accompanies each retraining cycle
  • Implement incident response procedures specific to AI privacy incidents

Phase 5: Human Oversight Assessment

Per AI Act Art. 14 and GDPR Art. 22, assess the human oversight mechanism:

Oversight ElementAssessment Question
Meaningful reviewCan the human reviewer effectively evaluate the AI recommendation and override it?
Time and resourcesIs sufficient time allocated for meaningful review, or is the human a rubber stamp?
CompetenceDoes the reviewer have the expertise to identify AI errors?
AuthorityDoes the reviewer have the authority and means to override the AI?
Feedback mechanismAre overrides recorded and fed back into model improvement?
Automation biasAre measures in place to mitigate the tendency to defer to the AI?

Prior Consultation Triggers for AI

Art. 36 prior consultation with the supervisory authority is required when:

  1. The AI system produces high residual risk after all mitigation measures
  2. The AI system processes special category data at scale with novel techniques
  3. The supervisory authority's Art. 35(4) list specifically includes the AI use case
  4. The AI system is deployed for real-time biometric identification under AI Act Art. 5 exceptions

Enforcement Precedents

  • Clearview AI (Multiple DPAs, 2021-2024): Fines totalling over EUR 90 million across Italy (EUR 20M), France (EUR 20M), UK (GBP 7.5M), Greece (EUR 20M) for facial recognition AI deployed without DPIA, lawful basis, or transparency
  • CNIL v. Clearview AI (SAN-2022-019): Specific finding that no DPIA was conducted for biometric AI processing
  • Italian DPA v. Replika (2023): Ordered cessation of AI chatbot processing due to inadequate age verification and failure to conduct DPIA for AI processing affecting minors
  • Spanish DPA v. CaixaBank (PS/00421/2020): EUR 6 million fine for automated credit scoring without adequate DPIA addressing algorithmic decision-making risks
  • Dutch DPA v. Tax Authority (2020): Finding that algorithmic fraud detection system (SyRI) lacked proportionality and adequate DPIA for AI-driven profiling

Integration Points

  • ai-training-lawfulness: Detailed lawful basis analysis for training data feeds into Phase 2
  • ai-automated-decisions: Art. 22 assessment integrates with Phase 5 human oversight
  • ai-model-privacy-audit: Technical privacy testing results feed into Phase 3 risk assessment
  • ai-act-high-risk-docs: AI Act conformity assessment aligns with Phase 3.3 risk classification
  • ai-bias-special-category: Bias assessment results feed into risk scoring for discrimination harms

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Ai Dpia AI skill do?

Conducts Data Protection Impact Assessments for AI and ML systems per EDPB Guidelines 04/2025 on AI processing. Covers training data lawfulness evaluation, model risk assessment, automated decision triggers, and AI-specific DPIA methodology. Keywords: AI DPIA, machine learning impact assessment, EDPB AI guidelines, model risk, training data.

Why use Ai Dpia on TypingMind?

Because you install it once and use it with any model. Ai Dpia is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ai Dpia in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mukul975/Privacy-Data-Protection-Skills/tree/main/plugins/ai-privacy-governance-skills/skills/ai-dpia. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Ai Dpia?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ai Dpia?

As many as you like. As long as a model supports skills, you can use Ai Dpia with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ai Dpia AI skill free?

Yes. It is published on GitHub by mukul975 under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇