trello-api
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The documentation recommends the installation of the 'py-trello' package via pip. This is a legitimate and widely used library for Trello API interactions.
- [CREDENTIALS_UNSAFE] (SAFE): No sensitive credentials are hardcoded. The skill correctly instructs users to use placeholders and environment variables (e.g., os.environ) to handle API keys and tokens.
- [COMMAND_EXECUTION] (SAFE): The provided shell commands are restricted to standard package installation and cURL examples for testing API endpoints. There is no evidence of arbitrary or malicious command execution.
- [DATA_EXFILTRATION] (SAFE): All network operations are directed to the official Trello API domain (api.trello.com).
Audit Metadata