clickup-sdk-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides implementation patterns and documentation for a ClickUp API client wrapper without any malicious logic.
- [SAFE]: Secret management follows best practices by retrieving the API token from environment variables (
process.env.CLICKUP_API_TOKEN) rather than hardcoding credentials in the code templates. - [SAFE]: Network activity is restricted to the official ClickUp API endpoint (
https://api.clickup.com/api/v2). - [SAFE]: The provided patterns include response validation using the
zodlibrary, which ensures that data received from the external API matches the expected structure before processing.
Audit Metadata