analyze_data_flow
Analyze code to map personal data flows—collection, storage, transmission, deletion—for GDPR Article 30 ROPA compliance.
Instructions
Analyze code for personal data flow patterns to support ROPA documentation.
Maps the data lifecycle:
Collection: Where PII enters the system
Storage: Where PII is persisted
Transmission: Where PII is sent externally
Deletion: Where PII is removed
Helps identify GDPR compliance touchpoints for Art. 30 ROPA.
Args: code: The application code content language: Programming language ('python', 'typescript', 'csharp', etc.) file_path: Optional file path for reporting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| language | Yes | ||
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |