trello-api
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous Python and shell code snippets as examples for interacting with the Trello API gateway. These examples are standard implementation patterns using standard libraries like
urllib.requestandrequests.- [DATA_EXFILTRATION]: All network operations are directed to the vendor's official domains (gateway.maton.ai,ctrl.maton.ai,connect.maton.ai). These requests are necessary for the skill's stated purpose of Trello integration and do not involve sensitive local files.- [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage their API keys via theMATON_API_KEYenvironment variable. It uses placeholders likeYOUR_API_KEYand{connection_id}in its documentation rather than hardcoding actual credentials.- [REMOTE_CODE_EXECUTION]: There are no patterns of downloading and executing remote scripts or unverified third-party dependencies. All logic is contained within the documentation and standard API calls.
Audit Metadata