clickup-common-errors
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate diagnostic instructions and code snippets for troubleshooting ClickUp API v2 errors. All operations align with the stated purpose of the skill.
- [DATA_EXFILTRATION]: Network operations are restricted to official ClickUp domains (
api.clickup.comandstatus.clickup.com). The interaction involves standard API requests for user information, resource status, and system health. - [CREDENTIALS_UNSAFE]: The skill demonstrates best practices for secret management by using the
$CLICKUP_API_TOKENenvironment variable for authentication rather than hardcoding sensitive credentials. - [COMMAND_EXECUTION]: The provided Bash snippets use standard CLI tools (
curl,grep,jq,awk) to perform safe diagnostics on API responses.
Audit Metadata