Skip to main content

clickup-hello-world

Facilitates initial ClickUp API calls to manage workspaces and tasks, ideal for integration and testing setups.

Install this skill

or
39/100

Security score

The clickup-hello-world skill was audited on May 24, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70```bash
medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78```bash
medium line 91

Template literal with variable interpolation in command context

SourceSKILL.md
91```bash
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107const task = await clickupRequest(`/list/${listId}/task`, {
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120console.log(`Task created: ${task.name} (${task.id})`);
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121console.log(`URL: ${task.url}`);
medium line 51

Curl to non-GitHub URL

SourceSKILL.md
51curl -s https://api.clickup.com/api/v2/team \
medium line 72

Curl to non-GitHub URL

SourceSKILL.md
72curl -s "https://api.clickup.com/api/v2/team/${TEAM_ID}/space?archived=false" \
medium line 81

Curl to non-GitHub URL

SourceSKILL.md
81curl -s "https://api.clickup.com/api/v2/space/${SPACE_ID}/list" \
medium line 85

Curl to non-GitHub URL

SourceSKILL.md
85curl -s "https://api.clickup.com/api/v2/space/${SPACE_ID}/folder" \
medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl -s -X POST "https://api.clickup.com/api/v2/list/${LIST_ID}/task" \
low line 51

External URL reference

SourceSKILL.md
51curl -s https://api.clickup.com/api/v2/team \
low line 72

External URL reference

SourceSKILL.md
72curl -s "https://api.clickup.com/api/v2/team/${TEAM_ID}/space?archived=false" \
low line 81

External URL reference

SourceSKILL.md
81curl -s "https://api.clickup.com/api/v2/space/${SPACE_ID}/list" \
low line 85

External URL reference

SourceSKILL.md
85curl -s "https://api.clickup.com/api/v2/space/${SPACE_ID}/folder" \
low line 93

External URL reference

SourceSKILL.md
93curl -s -X POST "https://api.clickup.com/api/v2/list/${LIST_ID}/task" \
low line 138

External URL reference

SourceSKILL.md
138"url": "https://app.clickup.com/t/abc123",
Scanned on May 24, 2026
View Security Dashboard
Installation guide →