← Back to search

trelly

GitHub Actions Scanned 5d ago

trelly — fast Trello CLI with multi-profile auth, MCP server, and kanban TUI

npm
B
76.8 / 100

Versions

0.3.9latest
Jul 19, 2026
0.3.8
Jul 11, 2026
0.3.7
Jul 11, 2026
0.3.6
Jul 11, 2026
0.3.5
Jul 11, 2026
+ show 9 moreshow less
0.3.4
Jul 11, 2026
0.3.3
Jul 11, 2026
0.3.2
Jul 4, 2026
0.3.1
Jul 3, 2026
0.3.0
Jul 3, 2026
0.2.1
Jul 3, 2026
0.2.0
Jul 3, 2026
0.1.1
Jul 3, 2026
0.1.0
Jul 3, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 30

trello_profiles_list
annotations: none low

List saved Trello auth profiles and the active default.

trello_member_me
annotations: none low

Get the authenticated Trello member.

trello_webhook_delete
annotations: none low

Delete a webhook by id.

webhookId string
trello_api_get
annotations: none low

Read-only Trello REST escape hatch. Prefer a specific read tool when available.

path string query record
trello_api_mutate
annotations: none low

Write-capable Trello REST escape hatch. Prefer a specific mutation tool when available.

body json path string query record method enum
trello_resolve
annotations: none low

Resolve a Trello card, board, or list name/URL to canonical IDs. Ambiguous names return candidates instead of guessing.

limit number reference string resourceType enum
trello_list_create
annotations: none low

Create a list on a board.

name string boardId string position string
trello_list_cards
annotations: none low

List cards in a list. Response includes `display` (markdown-v1, linked titles + 💬📎✓⏰ badges) — when the user should SEE cards, paste `display` verbatim; do not reformat as a plain title list.

listId string
trello_boards_list
annotations: none low

List boards visible to the authenticated member.

trello_board_create
annotations: none low

Create a board.

name string description string defaultLists boolean organizationId string
trello_board_archive
annotations: none low

Close (archive) a board. Reversible in the Trello UI.

boardId string
trello_board_context
annotations: none low

Get a board plus selected lists, labels, and cards. When cards are included, response `display` contains the formatted card list for users.

boardId string include array listFilter string displayHeading string
trello_checklist_create
annotations: none low

Create a checklist on a card.

name string cardId string
trello_checklist_add_item
annotations: none low

Add an item to a checklist.

name string checked boolean checklistId string
trello_card_create
annotations: none low

Create a card on a list.

due string name string listId string position string description string
trello_card_update
annotations: none low

Update card content and scheduling fields. Use trello_card_move or trello_card_archive for state changes.

cardId string
trello_card_move
annotations: none low

Move a card to another list.

cardId string listId string position string
trello_card_comment_create
annotations: none low

Add a comment to a card.

text string cardId string
trello_card_comment_update
annotations: none low

Edit an existing comment on a card.

text string cardId string commentId string
trello_card_comment_delete
annotations: none low

Permanently delete a comment from a card. Irreversible.

cardId string commentId string
trello_card_archive
annotations: none low

Close (archive) a card. Reversible in the Trello UI.

cardId string
trello_card_delete
annotations: none low

Permanently delete a card. Irreversible — prefer trello_card_archive to close.

cardId string
trello_card_context
annotations: none low

Get a card plus selected board, list, comments, attachments, and checklists in one call.

cardId string commentsLimit number
trello_card_attachment_add
annotations: none low

Attach a URL to a card, optionally with a display name.

url string name string cardId string
trello_card_attachment_delete
annotations: none low

Permanently delete an attachment from a card. Irreversible.

cardId string attachmentId string
trello_label_create
annotations: none low

Create a board label.

name string color string boardId string
trello_card_add_label
annotations: none low

Add a label to a card.

cardId string labelId string
trello_webhooks_list
annotations: none low

List webhooks registered for the current token.

trello_webhook_create
annotations: none low

Create a webhook on a board or card model.

modelId string callbackUrl string description string
trello_search
annotations: none low

Search Trello for cards, boards, members, and actions.

query string cardFields string cardsLimit number modelTypes string boardFields string boardsLimit number

Permissions 3

network medium
Server uses network capabilities via: fetch(), http
shell high
Server uses shell capabilities via: child_process, spawn(), spawnSync()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 72

low
Tool 'trello_list_create' has no annotations annotation_checker · 100%
low
Tool 'trello_api_get' has no annotations annotation_checker · 100%
low
Tool 'trello_api_mutate' has no annotations annotation_checker · 100%
low
Tool 'trello_profiles_list' has no annotations annotation_checker · 100%
low
Tool 'trello_member_me' has no annotations annotation_checker · 100%
low
Tool 'trello_resolve' has no annotations annotation_checker · 100%
low
Tool 'trello_list_cards' has no annotations annotation_checker · 100%
low
Tool 'trello_boards_list' has no annotations annotation_checker · 100%
low
Tool 'trello_board_create' has no annotations annotation_checker · 100%
low
Tool 'trello_board_archive' has no annotations annotation_checker · 100%
low
Tool 'trello_board_context' has no annotations annotation_checker · 100%
low
Tool 'trello_checklist_create' has no annotations annotation_checker · 100%
low
Tool 'trello_checklist_add_item' has no annotations annotation_checker · 100%
low
Tool 'trello_card_create' has no annotations annotation_checker · 100%
low
Tool 'trello_card_update' has no annotations annotation_checker · 100%
low
Tool 'trello_card_move' has no annotations annotation_checker · 100%
low
Tool 'trello_card_comment_create' has no annotations annotation_checker · 100%
low
Tool 'trello_card_comment_update' has no annotations annotation_checker · 100%
low
Tool 'trello_card_comment_delete' has no annotations annotation_checker · 100%
low
Tool 'trello_card_archive' has no annotations annotation_checker · 100%
low
Tool 'trello_card_delete' has no annotations annotation_checker · 100%
low
Tool 'trello_card_context' has no annotations annotation_checker · 100%
low
Tool 'trello_card_attachment_add' has no annotations annotation_checker · 100%
low
Tool 'trello_card_attachment_delete' has no annotations annotation_checker · 100%
low
Tool 'trello_label_create' has no annotations annotation_checker · 100%
low
Tool 'trello_card_add_label' has no annotations annotation_checker · 100%
low
Tool 'trello_webhooks_list' has no annotations annotation_checker · 100%
low
Tool 'trello_webhook_create' has no annotations annotation_checker · 100%
low
Tool 'trello_webhook_delete' has no annotations annotation_checker · 100%
low
Tool 'trello_search' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: trello_api_get manifest_parser · 85%
info
Tool: trello_api_mutate manifest_parser · 85%
info
Tool: trello_profiles_list manifest_parser · 85%
info
Tool: trello_member_me manifest_parser · 85%
info
Tool: trello_resolve manifest_parser · 85%
info
Tool: trello_list_create manifest_parser · 85%
info
Tool: trello_list_cards manifest_parser · 85%
info
Tool: trello_boards_list manifest_parser · 85%
info
Tool: trello_board_create manifest_parser · 85%
info
Tool: trello_board_archive manifest_parser · 85%
info
Tool: trello_board_context manifest_parser · 85%
info
Tool: trello_checklist_create manifest_parser · 85%
info
Tool: trello_checklist_add_item manifest_parser · 85%
info
Tool: trello_card_create manifest_parser · 85%
info
Tool: trello_card_update manifest_parser · 85%
info
Tool: trello_card_move manifest_parser · 85%
info
Tool: trello_card_comment_create manifest_parser · 85%
info
Tool: trello_card_comment_update manifest_parser · 85%
info
Tool: trello_card_comment_delete manifest_parser · 85%
info
Tool: trello_card_archive manifest_parser · 85%
info
Tool: trello_card_delete manifest_parser · 85%
info
Tool: trello_card_context manifest_parser · 85%
info
Tool: trello_card_attachment_add manifest_parser · 85%
info
Tool: trello_card_attachment_delete manifest_parser · 85%
info
Tool: trello_label_create manifest_parser · 85%
info
Tool: trello_card_add_label manifest_parser · 85%
info
Tool: trello_webhooks_list manifest_parser · 85%
info
Tool: trello_webhook_create manifest_parser · 85%
info
Tool: trello_webhook_delete manifest_parser · 85%
info
Tool: trello_search manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (10) manifest_parser · 80%
high
Deprecated implicit grant flow in brandonkramer-trelly-bf1c066/src/auth/profiles.ts oauth_scope_analyzer · 85%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 10 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%