trello
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: Interacts with the official Trello API (api.trello.com) to manage user resources. This targets a well-known service and follows documented API practices.
- [COMMAND_EXECUTION]: Employs curl for API requests and jq for processing the resulting JSON data.
- [EXTERNAL_DOWNLOADS]: Identifies a dependency on the jq command-line utility for processing API responses as specified in the metadata.
- [PROMPT_INJECTION]: The skill acts as an ingestion point for external data from Trello (card titles, descriptions, comments). 1. Ingestion points: Data is retrieved via curl commands in SKILL.md. 2. Boundary markers: No delimiters are used to separate fetched data from instructions. 3. Capability inventory: The skill has network access via curl and processing capabilities via jq. 4. Sanitization: No specific sanitization or filtering of the fetched content is performed.
Audit Metadata