compliance-privacy

Reviews personal data handling, retention, and third-party sharing for privacy risks.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/pnewsam/skills --skill compliance-privacy-pnewsam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: compliance-privacy
Source: https://github.com/pnewsam/skills/tree/main/archive/platform-compliance-evicted/compliance-privacy
Command: npx skills add https://github.com/pnewsam/skills --skill compliance-privacy-pnewsam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering teams often collect, log, or share personal data without a clear map of where it flows or how long it is kept, creating privacy and regulatory exposure. This Skill provides structured privacy engineering guidance to audit data collection, minimization, retention, deletion, and vendor sharing before problems ship. ## Core Features & Use Cases - PII Inventory and Flow Mapping: Guides scripted sweeps for PII fields, full-payload logging, and third-party data flows so privacy posture is auditable in the repo. - Lifecycle Checks: Covers retention defaults, deletion/export tests across storage, logs, caches, backups, and vendors. - Decision Rubric and Review Checklist: Structured questions on what data is collected, why, where it flows, who accesses it, and whether lower-data alternatives exist. - Use Case: Before launching a feature that adds analytics tracking, use this Skill to map what data each vendor receives, verify retention defaults are explicit, and confirm deletion workflows actually remove data everywhere. ## Quick Start Review this feature's personal data collection, logging, retention, and third-party sharing for privacy risks and suggest lower-data alternatives.

Frequently Asked Questions about compliance-privacy

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

FAQPage Schema
How do I review personal data handling in my codebase?▼

Run a PII inventory sweep to find personal data fields and full-payload logging, then map where each data type flows across storage, logs, caches, vendors, and exports. Verify retention defaults are explicit and that deletion workflows cover all copies including backups.

What counts as personal data beyond email and name?▼

Personal data includes direct identifiers, sensitive data, behavioral data, and derived data such as inferred profiles or device identifiers. Treating only email and name as personal data is a common mistake that leaves most privacy exposure unreviewed.

When should I use GDPR-specific guidance instead of general privacy review?▼

Use GDPR-specific guidance when work involves EU or UK users, lawful basis determination, data subject rights, breach notification, or DPIA requirements. General privacy engineering covers data minimization and lifecycle design, but legal interpretation belongs with privacy or legal owners.

Why is logging full payloads a privacy risk?▼

Full-payload logging copies personal data into observability stores that often lack retention limits, access controls, or deletion support. Redact or avoid personal data in logs, traces, and crash reports instead of treating these systems as safe by default.

What are the limitations of privacy engineering guidance?▼

This is engineering guidance, not legal advice. New-purpose data reuse, notice and consent updates, and jurisdiction-specific decisions require privacy or legal owners, and regime-specific obligations like GDPR or HIPAA need their dedicated reviews.