wrike
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Employs standard curl commands wrapped in bash -c to interact with the official Wrike API. This is a legitimate use of command execution to perform HTTP requests.
- [CREDENTIALS_UNSAFE]: Uses the platform's secret management system (vm0_secrets) to handle the WRIKE_TOKEN. No sensitive credentials or API keys are hardcoded.
- [SAFE]: All network operations are limited to the official Wrike domain (www.wrike.com). The use of temporary files in /tmp for request bodies follows standard practices for CLI-based API interactions.
Audit Metadata