trello
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill implements best practices for secret management by instructing users to store credentials in environment variables (
TRELLO_API_KEY,TRELLO_TOKEN) rather than hardcoding them. - [SAFE]: All network requests are directed to the official Trello REST API (
api.trello.com), which is a well-known and established service. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data by fetching card names, descriptions, and comments from Trello. This untrusted content is then presented to the agent, creating a potential surface for indirect prompt injection.
- Ingestion points: Multiple
curlcommands inSKILL.mdthat retrieve card and board data. - Boundary markers: None defined in the skill instructions to separate Trello data from agent instructions.
- Capability inventory: The skill uses
curlfor network operations andjqfor JSON processing. - Sanitization: No explicit filtering or sanitization of the retrieved Trello content is performed by the provided shell commands.
Audit Metadata