analyze_cross_border_transfers
Analyze application code for cross-border data transfers under GDPR. Detect calls to non-EU services and receive guidance on SCCs and DPAs.
Instructions
Analyze code for potential cross-border data transfers under GDPR Chapter V.
Detects:
Third-party API calls to non-EU services (OpenAI, Stripe, Twilio, etc.)
SDK imports for US-based services
Webhook/integration patterns that may involve data export
Provides guidance on SCCs, DPAs, and Transfer Impact Assessments.
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 |