Trello

ReviewAudited by ClawScan on May 7, 2026.

Overview

This is a coherent Trello integration, but it uses Maton OAuth/API credentials and can change Trello data, so users should confirm the account and each write action.

Before installing, make sure you trust Maton to proxy Trello API requests, use the correct Trello connection ID if you have multiple accounts, keep your MATON_API_KEY private, and require clear confirmation before any Trello create, update, or delete operation.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If approved, the agent could create, update, or delete Trello resources in the connected account.

Why it was flagged

The skill can perform Trello write operations that affect project-management data, but the artifact explicitly instructs the agent to get user approval first.

Skill content
Manage boards, lists, cards, checklists, labels, and members... All write operations require explicit user approval. Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
Recommendation

Approve only specific Trello changes after checking the board, list, card, member, or label being modified.

What this means

The agent can act within the privileges of the connected Trello account.

Why it was flagged

The skill requires a Maton API key and a Trello OAuth connection, giving the integration delegated access to the connected Trello account.

Skill content
Access the Trello API with managed OAuth authentication... export MATON_API_KEY="YOUR_API_KEY"
Recommendation

Use the intended Trello account, keep MATON_API_KEY secret, and revoke the Maton/Trello connection when it is no longer needed.

What this means

Trello request data and returned board/card information may pass through Maton's API service.

Why it was flagged

Trello API requests and responses flow through the Maton gateway, which is an external data boundary and credential-handling service.

Skill content
Base URL: https://api.maton.ai/trello/{native-api-path}... Maton proxies requests to `api.trello.com` and automatically injects your OAuth token.
Recommendation

Install only if you trust Maton as an OAuth/API proxy, and avoid sending unnecessary sensitive Trello data through the integration.

What this means

Using the CLI requires trusting the external Maton CLI package and its distribution channel.

Why it was flagged

The setup documentation points to external CLI installation sources that are not included in the provided artifact and therefore were not statically reviewed here.

Skill content
npm install -g @maton-ai/cli
brew install maton-ai/cli/maton
Recommendation

Verify the package source before installing, prefer official Maton documentation, and keep the CLI updated.