breach_notification
Assess breach severity and determine GDPR notification requirements, including 72-hour rule, for personal data breaches. Generate required notification content for authorities and data subjects.
Instructions
Assess breach severity and notification requirements under GDPR Articles 33-34 (72-hour rule). Determines whether supervisory authority and data subject notification is required, and generates the notification content.
Args:
breach_description: Description of the personal data breach
data_categories_affected: Types of personal data affected
number_of_records: Approximate number of records/individuals affected
breach_type: Type of breach: "confidentiality" (unauthorized access), "integrity" (unauthorized alteration), "availability" (unauthorized loss of access)
detection_timestamp: When the breach was detected (ISO format, or "now")
ai_system_involved: Whether an AI system was involved in the breach
caller: Caller identifier for rate limiting
tier: Access tier (free/pro)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breach_description | Yes | ||
| data_categories_affected | Yes | ||
| number_of_records | No | ||
| breach_type | No | confidentiality | |
| detection_timestamp | No | ||
| ai_system_involved | No | ||
| caller | No | anonymous | |
| tier | No | free | |
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |