Ai Vendor Privacy Due logo

Ai Vendor Privacy Due

Community
mukul975
ai-vendor-privacy-due

Determines controller-processor relationships for AI services and conducts privacy due diligence. Covers SaaS AI (processor), embedded AI (joint controller), API-based AI (assessment framework), and vendor risk assessment. Keywords: AI vendor, controller-processor, due diligence, SaaS AI, joint controller, Art. 28.

Overview

Publishermukul975
RepositoryPrivacy-Data-Protection-Skills
Skill nameai-vendor-privacy-due
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 Vendor Privacy Due 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-vendor-privacy-due .claude/skills/ai-vendor-privacy-due
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ai Vendor Privacy Due 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 Vendor Privacy Due 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 Vendor Privacy Due 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.

AI Vendor Privacy Due Diligence

Overview

AI services create complex controller-processor relationships that differ significantly from traditional data processing arrangements. Whether an AI vendor is a processor, joint controller, or independent controller depends on the degree of autonomy the vendor has over personal data processing — particularly regarding model training on customer data, data retention for model improvement, and the vendor's independent purposes for the data. This skill provides the framework for determining controller-processor roles in AI service relationships, conducting privacy due diligence on AI vendors, and establishing appropriate contractual protections.

Controller-Processor Determination for AI

Decision Framework

AI Service ModelTypical RoleKey FactorsGDPR Article
SaaS AI — Customer data processed per instructionsVendor = ProcessorVendor processes data solely on controller's instructions; no independent useArt. 28 DPA required
SaaS AI — Customer data used for model trainingVendor = Joint Controller or Independent ControllerVendor uses customer data for own model improvement beyond contracted serviceArt. 26 JCA or separate controller notice
Embedded AI — Pre-trained model in customer infrastructureCustomer = Controller; Vendor = may be processor for supportModel runs in customer environment; vendor may access data for support/updatesArt. 28 if vendor accesses data
API-based AI — Customer sends data for inferenceVendor = Processor (if no data retention) or Joint Controller (if training on inputs)Depends on whether vendor retains, uses, or trains on input dataAssessment required
AI Platform — Customer builds models on vendor platformVendor = Processor for infrastructure; Controller for platform dataVendor provides compute; customer controls data and modelArt. 28 DPA + audit rights
AI Marketplace — Pre-built models with customer dataDepends on data flowIf customer data enters vendor model → joint controller assessmentCase-by-case

Key Determination Questions

  1. Who determines the purpose of processing? — The entity deciding why personal data is processed
  2. Who determines the means of processing? — The entity deciding how data is processed (but "non-essential means" may be delegated to processor)
  3. Does the vendor use data for its own purposes? — Model training, benchmarking, product improvement using customer data
  4. Does the vendor retain data beyond service delivery? — Data kept after inference, stored for training, retained in logs
  5. Does the vendor make independent decisions about the data? — Choosing to train models, sharing with sub-processors not instructed by customer

Common AI Vendor Patterns

Pattern 1: Pure Inference API (Vendor = Processor)
  • Customer sends data; receives inference result
  • Vendor does not retain input data beyond processing
  • Vendor does not train on customer data
  • Vendor acts solely on customer's instructions
  • Contractual: Art. 28 DPA with clear scope
Pattern 2: AI with Model Improvement (Vendor = Joint Controller)
  • Customer sends data; receives inference result
  • Vendor retains data to improve its models
  • Vendor determines that model training is a purpose
  • Both parties benefit from the model improvement
  • Contractual: Art. 26 Joint Controller Agreement
Pattern 3: AI with Anonymised Analytics (Assessment Required)
  • Customer sends data; receives inference result
  • Vendor claims to anonymise data and use aggregated analytics
  • If anonymisation is effective: no personal data processing for analytics
  • If anonymisation is not effective (re-identification possible): vendor is controller for analytics
  • Assessment: Verify anonymisation effectiveness per WP216
Pattern 4: Embedded AI with Telemetry (Vendor = Processor + may be Controller)
  • AI model runs in customer environment
  • Vendor collects telemetry data including model performance
  • If telemetry contains personal data: vendor may be controller for telemetry processing
  • Contractual: Art. 28 DPA for model support + separate arrangement for telemetry

Due Diligence Assessment Framework

Phase 1: Vendor AI Processing Inventory

For each AI vendor, document:

ElementDocumentation Required
AI capabilitiesWhat AI functions does the vendor provide?
Personal data inputsWhat personal data is sent to the vendor?
Personal data outputsWhat personal data does the vendor return?
Data retentionDoes the vendor retain input data? For how long?
Model trainingDoes the vendor train on customer data?
Sub-processorsDoes the vendor use sub-processors for AI processing? Where?
Data locationWhere is AI processing performed? What jurisdictions?
Security measuresWhat security controls protect data during AI processing?
Human reviewDoes vendor personnel access customer data?

Phase 2: Privacy Risk Assessment

Risk FactorAssessmentRisk Level
Data sensitivitySpecial category data sent to AI vendor?
Data volumeVolume of personal data processed by vendor
Vendor data useVendor uses customer data for own purposes?
International transfersData processed outside EU/EEA?
Sub-processor chainNumber and location of sub-processors
Security postureCertifications (ISO 27001, SOC 2)?
Incident historyPrior data breaches or enforcement actions?
AI-specific risksModel memorization, output leakage, bias?

Phase 3: Contractual Assessment

Contractual ElementRequired?Status
Art. 28 DPA or Art. 26 JCAYes
Processing scope and purpose limitationYes
Prohibition on data use beyond instructions (if processor)Yes
Model training opt-outYes (if vendor trains on data)
Sub-processor notification and approvalYes
International transfer safeguardsIf applicable
Data deletion on terminationYes
Audit rightsYes
Breach notification obligationsYes
AI-specific: model privacy testingRecommended
AI-specific: bias assessment obligationsRecommended for high-risk
AI-specific: output accuracy warrantiesRecommended

AI-Specific Contractual Clauses

Model Training Restrictions

The Processor shall not use Customer Data to train, improve, fine-tune, or
otherwise develop any machine learning model, algorithm, or AI system,
whether for the Customer's benefit or for any other purpose, without prior
written consent from the Customer. Any consent granted shall specify the
scope of permitted training, the data categories involved, and the privacy
safeguards to be applied.

AI Output Accuracy

The Provider acknowledges that AI system outputs about identifiable data
subjects must comply with the accuracy principle under Art. 5(1)(d) GDPR.
The Provider shall implement measures to minimise inaccurate outputs about
data subjects and shall promptly correct inaccurate outputs upon
notification.

Model Privacy and Bias Obligations

The Provider shall conduct periodic privacy audits of AI models processing
Customer Data, including membership inference testing and training data
extraction testing, and shall make results available to the Customer upon
request. The Provider shall monitor AI systems for discriminatory outcomes
and shall implement bias mitigation measures as required.

Enforcement Relevance

  • EDPB Guidelines 07/2020 on Controller-Processor: Determination depends on factual circumstances, not contractual labels. A vendor labelled "processor" that uses data for its own purposes is factually a controller.
  • Garante v. OpenAI (2023): OpenAI's role as controller for ChatGPT training data confirmed — processing personal data for model training is an independent controller purpose.
  • CJEU C-40/17 (Fashion ID): Joint controller status can arise when a party has influence over the purpose and means of processing, even without access to the data.
  • DPC v. Meta (WhatsApp, 2023): EUR 5.5M fine — processor-controller determination must reflect actual data use, not just contractual terms.

Integration Points

  • ai-dpia: Vendor AI processing must be included in DPIA scope
  • ai-training-lawfulness: Vendor training on customer data requires lawful basis assessment
  • ai-transparency-reqs: Data subjects must be informed about AI vendor processing
  • ai-deployment-checklist: Vendor due diligence is a pre-deployment checklist item

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 Vendor Privacy Due AI skill do?

Determines controller-processor relationships for AI services and conducts privacy due diligence. Covers SaaS AI (processor), embedded AI (joint controller), API-based AI (assessment framework), and vendor risk assessment. Keywords: AI vendor, controller-processor, due diligence, SaaS AI, joint controller, Art. 28.

Why use Ai Vendor Privacy Due on TypingMind?

Because you install it once and use it with any model. Ai Vendor Privacy Due 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 Vendor Privacy Due 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-vendor-privacy-due. 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 Vendor Privacy Due?

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 Vendor Privacy Due?

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

Is the Ai Vendor Privacy Due 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 👇