Skip to main content

clickup-core-workflow-b

Enables management of ClickUp workspaces, spaces, folders, lists, and views programmatically via API for efficient project organization.

Install this skill

or
65/100

Security score

The clickup-core-workflow-b skill was audited on May 18, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 44

Template literal with variable interpolation in command context

SourceSKILL.md
44return clickupRequest(`/team/${teamId}/space`, {
medium line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75return clickupRequest(`/space/${spaceId}/folder`, {
medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97return clickupRequest(`/folder/${folderId}/list`, {
medium line 111

Template literal with variable interpolation in command context

SourceSKILL.md
111return clickupRequest(`/space/${spaceId}/list`, {
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133return clickupRequest(`/list/${listId}/view`, {
medium line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169await createList(folder.id, `${folder.name} Tasks`);
medium line 174

Template literal with variable interpolation in command context

SourceSKILL.md
174const lists = await clickupRequest(`/folder/${devFolder.id}/list`);
Scanned on May 18, 2026
View Security Dashboard
Installation guide →