analyze_dsr_capabilities
Analyzes application code to detect patterns supporting GDPR Data Subject Rights, including access, rectification, erasure, and data portability.
Instructions
Analyze code for Data Subject Rights (DSR) implementation capabilities.
Detects patterns indicating support for GDPR rights:
Art. 15: Right of access
Art. 16: Right to rectification
Art. 17: Right to erasure
Art. 18: Right to restriction
Art. 20: Right to data portability
Art. 21: Right to object
Art. 22: Automated decision-making safeguards
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 |