analyze_application_code
Identify GDPR compliance issues in application code, including missing consent checks, PII logging, insecure data handling, and missing encryption.
Instructions
Analyze application code for GDPR compliance issues such as missing consent checks, PII logging, insecure data handling, and missing encryption.
Args: code: The application code content language: 'python', 'csharp', 'java', 'typescript', or 'javascript' 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 |