ai-data-privacy

Review AI/ML systems for data privacy and governance risks.

44|128|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/UnitOneAI/SecuritySkills --skill ai-data-privacy-unitoneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-data-privacy
Source: https://github.com/UnitOneAI/SecuritySkills/tree/main/skills/ai-security/ai-data-privacy
Command: npx skills add https://github.com/UnitOneAI/SecuritySkills --skill ai-data-privacy-unitoneai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams assess and reduce risks that AI/ML systems expose or mishandle personal data across training, inference, and retention, including governance gaps, PII leakage, and model memorization concerns.

Core Features & Use Cases

  • Training data privacy assessment: Identifies whether training/fine-tuning datasets contain PII and whether appropriate legal basis, redaction, access controls, and deletion/DSAR handling exist.
  • PII in prompts and completions review: Flags prompt/context PII exposure, unsafe RAG retrieval across authorization boundaries, output-side PII leakage risk, and third-party provider handling gaps.
  • Data retention and deletion lifecycle review: Verifies retention/TTL for conversation logs and vector stores, ensures deletion propagation, and checks backup/audit retention practices.
  • Model memorization risk assessment: Evaluates whether deployed models may reproduce memorized personal data and whether outputs are protected by scanning/filtering.
  • EU AI Act data governance checks: Assesses Article 10/11/13-style documentation and data governance practices for compliant deployments.
  • Consent management verification: Ensures consent (and withdrawal) for AI training data is specific, enforceable, and honored in pipelines and provider settings.

Quick Start

Ask your agent to run an AI/ML privacy and governance assessment on the target directory containing the system’s architecture, code, and configuration by providing the path as an argument.

Frequently Asked Questions about ai-data-privacy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess PII leakage risks in LLM prompts and completions?

To assess PII leakage in LLM prompts and completions, review prompt/context exposure, unsafe RAG retrieval across authorization boundaries, and output-side PII leakage risk. This privacy assessment flags third-party provider handling gaps to ensure personal data is not exposed during inference.

How do I check if my AI training data contains PII and meets GDPR compliance?

To check if AI training data contains PII and meets GDPR compliance, identify whether training or fine-tuning datasets contain personal information and verify appropriate legal basis, redaction, access controls, and deletion/DSAR handling exist within your data pipelines.

What is model memorization risk in AI and how is it evaluated?

Model memorization risk in AI is the potential for deployed models to reproduce memorized personal data. It is evaluated by assessing whether deployed models may reproduce sensitive information and verifying whether outputs are protected by appropriate scanning and filtering mechanisms.

How do I verify data retention and deletion lifecycles for AI conversation logs and vector stores?

To verify data retention and deletion lifecycles for AI conversation logs and vector stores, check retention and TTL configurations, ensure deletion propagation works correctly, and review backup and audit retention practices to prevent data retention failures.

Can I use this privacy assessment for RAG applications processing personal data?

Yes, you can use this privacy assessment for RAG applications processing personal data. It evaluates AI/ML systems that handle personal data through prompts, context assembly, and RAG, flagging unsafe retrieval across authorization boundaries and output-side PII leakage risks.

Does the assessment map AI privacy findings to NIST AI RMF and OWASP LLM02?

Yes, the assessment maps AI privacy findings to NIST AI RMF 1.0 and OWASP LLM02:2025. It produces structured findings for governance risks, training-data PII handling, inference-time exposure, retention lifecycle failures, and model memorization concerns requiring compliance evidence.