dpia_generator
Generate a Data Protection Impact Assessment (DPIA) with necessity assessment, risk evaluation, and mitigation measures to comply with GDPR Article 35 before starting high-risk AI processing.
Instructions
Generate a Data Protection Impact Assessment per GDPR Article 35. Produces a structured DPIA with necessity assessment, risk evaluation, and mitigation measures. Required before high-risk AI processing begins.
Args:
system_name: Name of the AI system or processing operation
system_description: Detailed description of the system and its processing
processing_purposes: Specific purposes of the processing
data_categories: Types of personal data processed
data_subjects: Categories of data subjects
data_volume: Approximate volume (e.g., "10,000 records", "1M users")
retention_period: How long data is retained (e.g., "2 years", "model lifetime")
third_party_sharing: Whether data is shared with third parties
international_transfers: Whether data is transferred outside the EEA
caller: Caller identifier for rate limiting
tier: Access tier (free/pro)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_name | Yes | ||
| system_description | Yes | ||
| processing_purposes | Yes | ||
| data_categories | Yes | ||
| data_subjects | Yes | ||
| data_volume | No | unknown | |
| retention_period | No | unknown | |
| third_party_sharing | No | ||
| international_transfers | No | ||
| caller | No | anonymous | |
| tier | No | free | |
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |