Skip to main content

clickup-prod-checklist

Provides a comprehensive production readiness checklist for ClickUp API v2 integrations, ensuring smooth deployment and monitoring.

Install this skill

or
59/100

Security score

The clickup-prod-checklist skill was audited on May 23, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72```bash
medium line 103

Curl to non-GitHub URL

SourceSKILL.md
103TEAMS=$(curl -sf https://api.clickup.com/api/v2/team \
medium line 110

Curl to non-GitHub URL

SourceSKILL.md
110curl -sf https://status.clickup.com/api/v2/summary.json | \
medium line 52

Webhook reference - potential data exfiltration

SourceSKILL.md
52- [ ] Webhooks replace polling where possible
medium line 62

Webhook reference - potential data exfiltration

SourceSKILL.md
62### Webhooks (if applicable)
medium line 141

Webhook reference - potential data exfiltration

SourceSKILL.md
141| Webhook failures | 3+ consecutive 5xx | P3 |
medium line 34

Access to .env file

SourceSKILL.md
34- [ ] `.env` files in `.gitignore`; pre-commit hook catches `pk_*` patterns
low line 81

External URL reference

SourceSKILL.md
81https://api.clickup.com/api/v2/user \
low line 88

External URL reference

SourceSKILL.md
88https://api.clickup.com/api/v2/user \
low line 96

External URL reference

SourceSKILL.md
96https://api.clickup.com/api/v2/user \
low line 103

External URL reference

SourceSKILL.md
103TEAMS=$(curl -sf https://api.clickup.com/api/v2/team \
low line 110

External URL reference

SourceSKILL.md
110curl -sf https://status.clickup.com/api/v2/summary.json | \
low line 145

External URL reference

SourceSKILL.md
145- [ClickUp Status Page](https://status.clickup.com)
Scanned on May 23, 2026
View Security Dashboard
Installation guide →