agentsclimarketplace

Ai dpia

Skill onfire7777/universal-ai-skills-library/skills/ai-dpia

Router-first AI skill system for Codex, Claude, Cursor, Hermes, Paperclip, OpenCode, and local AI stacks: search, preflight-route, and load 1,812 skills on demand without duplicating the corpus.

Install
npx -y skills add onfire7777/universal-ai-skills-library --skill ai-dpia

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

13.4 KB, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.