clari-hello-world
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill correctly handles sensitive credentials by retrieving the
CLARI_API_KEYfrom environment variables rather than hardcoding them. It sends these credentials to the official Clari API domain (api.clari.com). - [EXTERNAL_DOWNLOADS]: The skill fetches forecast data from a dynamic download URL provided by the Clari API service during the export process. This is a standard and necessary function for the skill's stated purpose.
- [COMMAND_EXECUTION]: The skill instructions include Bash (
curl) and Python (requests) scripts for performing network requests and processing JSON data, which align with the expected behavior of an API integration tool.
Audit Metadata