clickup-deploy-integration
Fail
Audited by Snyk on Mar 30, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt includes CLI examples that embed secret tokens verbatim (e.g., fly secrets set CLICKUP_API_TOKEN=pk_12345678_YOUR_TOKEN and echo -n "pk_12345678_YOUR_TOKEN" | gcloud secrets create), which instructs the agent to include secret strings directly and thus creates exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). This skill directly ingests ClickUp data via the ClickUp API (api/clickup/tasks.ts fetching https://api.clickup.com/…) and receives ClickUp webhook payloads (api/webhooks/clickup.ts), which are user-generated/untrusted third-party content that can influence processing or deployment-related actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata