Skip to main content

clickup-upgrade-migration

Facilitates migration between ClickUp API versions, handling breaking changes and adapting to new endpoint structures.

Install this skill

or
71/100

Security score

The clickup-upgrade-migration skill was audited on May 18, 2026 and we found 9 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82const data = await this.request(`/team/${workspaceId}/space`);
medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87return this.request(`/list/${listId}/task`, {
medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94const res = await fetch(`https://api.clickup.com/api/v2${path}`, {
medium line 142

Template literal with variable interpolation in command context

SourceSKILL.md
142it(`${name}: returns workspaces with id and name`, async () => {
medium line 159

Curl to non-GitHub URL

SourceSKILL.md
159curl -sf https://api.clickup.com/api/v2/user \
low line 97

Access to .env file

SourceSKILL.md
97'Authorization': process.env.CLICKUP_API_TOKEN!,
low line 120

Access to .env file

SourceSKILL.md
120const useV3 = process.env.CLICKUP_API_V3 === 'true';
low line 94

External URL reference

SourceSKILL.md
94const res = await fetch(`https://api.clickup.com/api/v2${path}`, {
low line 159

External URL reference

SourceSKILL.md
159curl -sf https://api.clickup.com/api/v2/user \
Scanned on May 18, 2026
View Security Dashboard
Installation guide →