clickup
Fail
Audited by Snyk on May 9, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly asks the user to paste their personal API token and then instructs running a command that includes the token verbatim (ruby ... save_token.rb 'PASTED_TOKEN'), which requires the LLM to handle and output the secret directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill directly queries the ClickUp API (BASE_URL https://api.clickup.com/api/v2) and displays user-generated content such as task descriptions and comments as seen in scripts/comments.rb, scripts/task.rb, scripts/tasks.rb and the SKILL.md Flow, meaning untrusted third-party content is ingested and could influence subsequent actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata