trello
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts exclusively with official Trello API endpoints (api.trello.com). No malicious network activity or unauthorized data access was detected.
- [COMMAND_EXECUTION]: Uses Bash and curl to perform API operations. These are standard tools for this type of integration and are used within the scope of managing Trello data.
- [CREDENTIALS_UNSAFE]: The skill correctly manages authentication by instructing users to use environment variables for API keys and tokens. It explicitly includes a rule to never log or store these credentials in workspace files.
- [EXTERNAL_DOWNLOADS]: Mentions installing 'jq' via Homebrew if not present. Both Homebrew and jq are well-known, trusted utilities commonly used for JSON processing in shell environments.
Audit Metadata