gdpr-compliance
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): The analyzed skill consists entirely of resource documentation and code snippets for GDPR compliance. No executable instructions designed to override agent behavior or perform unauthorized actions were found.
- [COMMAND_EXECUTION] (INFO): Several code patterns (e.g., DataAccessGuard and retention cleanup) utilize string interpolation for database table and column names. While the examples use internal dictionaries to populate these values, developers adopting these patterns should ensure that untrusted external data is never used to construct these identifiers to prevent SQL injection.
- [DATA_EXFILTRATION] (INFO): The resource includes code for sending data to API endpoints, such as recording consent states or notifying users of breaches. These operations are restricted to legitimate, purpose-specific endpoints and do not exhibit signs of data exfiltration.
Audit Metadata