ToolTrust
C27/100
Smithery

clickup

mcpsmithery

@Smithery

Project management and productivity platform. Create and manage tasks, track projects, collaborate with teams, and organize work across spaces and folders.

By Smithery | 108 findings | Scanned 4/19/2026 | tooltrust-scanner/v0.3.8

15 High24 Medium18 Low51 Info

Risk Summary

Needs Approval

Dep Visibility plus Excessive Permissions raises enough risk that this tool should not be auto-trusted.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (108)

  • HighAS-002

    ⚠️Excessive Permissions ×15

    tool declares network permission

    clickup_searchclickup_get_workspace_hierarchyclickup_get_taskclickup_get_task_commentsclickup_get_threaded_commentsclickup_attach_task_fileclickup_get_chat_channel_messagesclickup_search_reminders

    tool declares exec permission

    clickup_create_taskclickup_update_taskclickup_start_time_trackingclickup_stop_time_trackingclickup_add_time_entryclickup_create_reminderclickup_update_reminder

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • MediumAS-002

    ⚠️Excessive Permissions ×24

    tool declares fs permission

    clickup_searchclickup_get_workspace_hierarchyclickup_create_taskclickup_filter_tasksclickup_update_taskclickup_delete_taskclickup_remove_task_from_listclickup_create_task_commentclickup_attach_task_fileclickup_create_listclickup_create_list_in_folderclickup_update_listclickup_create_folderclickup_get_folderclickup_update_folderclickup_remove_tag_from_taskclickup_remove_task_dependencyclickup_remove_task_linkclickup_create_reminderclickup_update_reminderclickup_get_custom_fieldsclickup_create_documentclickup_create_document_pageclickup_update_document_page

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×15

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    clickup_searchclickup_get_workspace_hierarchyclickup_create_taskclickup_get_taskclickup_update_taskclickup_get_task_commentsclickup_get_threaded_commentsclickup_attach_task_fileclickup_start_time_trackingclickup_stop_time_trackingclickup_add_time_entryclickup_get_chat_channel_messagesclickup_create_reminderclickup_search_remindersclickup_update_reminder

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • LowAS-002

    ⚠️Excessive Permissions ×3

    input schema exposes 15 properties (threshold: 10)

    clickup_create_task

    input schema exposes 16 properties (threshold: 10)

    clickup_filter_tasks

    input schema exposes 13 properties (threshold: 10)

    clickup_update_task

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×51

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    clickup_searchclickup_get_workspace_hierarchyclickup_create_taskclickup_get_taskclickup_filter_tasksclickup_update_taskclickup_delete_taskclickup_move_taskclickup_add_task_to_listclickup_remove_task_from_listclickup_get_task_commentsclickup_create_task_commentclickup_get_threaded_commentsclickup_attach_task_fileclickup_get_task_time_entriesclickup_start_time_trackingclickup_stop_time_trackingclickup_add_time_entryclickup_get_current_time_entryclickup_get_time_entriesclickup_get_task_time_in_statusclickup_get_bulk_tasks_time_in_statusclickup_create_listclickup_create_list_in_folderclickup_get_listclickup_update_listclickup_create_folderclickup_get_folderclickup_update_folderclickup_add_tag_to_taskclickup_remove_tag_from_taskclickup_add_task_dependencyclickup_remove_task_dependencyclickup_add_task_linkclickup_remove_task_linkclickup_get_workspace_membersclickup_find_member_by_nameclickup_resolve_assigneesclickup_get_chat_channelsclickup_send_chat_messageclickup_get_chat_channel_messagesclickup_get_chat_message_repliesclickup_create_reminderclickup_search_remindersclickup_update_reminderclickup_get_custom_fieldsclickup_create_documentclickup_list_document_pagesclickup_get_document_pagesclickup_create_document_pageclickup_update_document_page

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y clickup"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)