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
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Mar 30, 2026, 02:43 PM
Issues
2