context
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with the official Camino AI API (api.getcamino.ai) to provide location context and weather data. This aligns with the skill's stated purpose and uses standard network protocols.
- [COMMAND_EXECUTION]: The skill utilizes common command-line utilities (
curl,jq) to perform API requests and parse responses. These dependencies are explicitly declared in the skill metadata and are used in a secure manner with quoted variables and input validation. - [DATA_EXFILTRATION]: No sensitive local files, environment variables (other than the required API key), or credentials are accessed or transmitted. The script implements JSON validation via
jqbefore processing input, which prevents common command-line tool exploits such as unauthorized file reading via parameter injection.
Audit Metadata