Caveat verdict
trello
fxdm-test-skill
Accesses credentials AND makes external network calls
Standard Trello REST API client skill that reads/manages boards, lists, and cards using user-supplied API key and token passed transparently to Trello's own API endpoints — all network calls go to api.trello.com only.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
Findings (1)
Possible hardcoded credential
SKILL.md · prose · downgraded · API_KEY="your-api-key
Permissions & capabilities
Requires 2 environment variables. (2 sensitive: TRELLO_API_KEY, TRELLO_TOKEN). Requires 1 system binary.
network_outcredential_access Thanks — recorded.