What problem does it solve?
Handling GDPR Data Subject Access Requests manually is slow, error-prone, and risky: teams must verify identity, find every piece of personal data scattered across databases, logs, and files, apply lawful exemptions, and respond within the one-month Article 12 deadline. This Skill automates the full DSAR lifecycle so responses are complete, auditable, and on time.
Core Features & Use Cases
- DSAR Intake and Deadline Tracking: Register requests from any channel, verify identity proportionately, and manage the Article 12 clock including extensions.
- PII Discovery: Scan structured databases and unstructured files/logs using regex patterns and NER (spaCy, Presidio) to locate all personal data tied to a data subject.
- Article 15 Response Generation: Map PII to processing purposes, legal bases, and retention periods, apply exemption redactions, and generate compliant response packages with audit logs.
- Use Case: A DPO receives a subject access request by email; the pipeline verifies the requester, scans the app database, log stores, and document shares, redacts third-party data, and produces a PDF response package with a full audit trail before the deadline.
Quick Start
Ask the agent to register a new GDPR data subject access request for a given email address, scan all configured data sources for that person's PII, and generate the Article 15 response package.