Skip to main content

clickup-security-basics

Enhances ClickUp security by managing API tokens, implementing least-privilege access, and auditing usage effectively.

Install this skill

or
59/100

Security score

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

Categories Tested

Security Issues

medium line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93return `https://app.clickup.com/api?${params}`;
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109if (!token) throw new Error(`Missing ${tokenKey} for environment: ${env}`);
medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137const response = await fetch(`https://api.clickup.com/api/v2${path}`, {
medium line 71

Curl to non-GitHub URL

SourceSKILL.md
71curl -sf https://api.clickup.com/api/v2/user \
medium line 165

Webhook reference - potential data exfiltration

SourceSKILL.md
165- [ ] Webhook endpoints use HTTPS only
low line 42

Access to .env file

SourceSKILL.md
42# .env (NEVER commit)
low line 46

Access to .env file

SourceSKILL.md
46.env
low line 47

Access to .env file

SourceSKILL.md
47.env.local
low line 48

Access to .env file

SourceSKILL.md
48.env.*.local
low line 90

Access to .env file

SourceSKILL.md
90client_id: process.env.CLICKUP_CLIENT_ID!,
low line 91

Access to .env file

SourceSKILL.md
91redirect_uri: process.env.CLICKUP_REDIRECT_URI!,
low line 101

Access to .env file

SourceSKILL.md
101const env = process.env.NODE_ENV ?? 'development';
low line 108

Access to .env file

SourceSKILL.md
108const token = process.env[tokenKey];
medium line 159

Access to .env file

SourceSKILL.md
159- [ ] `.env` files listed in `.gitignore`
low line 71

External URL reference

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

External URL reference

SourceSKILL.md
93return `https://app.clickup.com/api?${params}`;
low line 137

External URL reference

SourceSKILL.md
137const response = await fetch(`https://api.clickup.com/api/v2${path}`, {
Scanned on May 18, 2026
View Security Dashboard
Installation guide →