weather
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the curl utility to perform HTTP requests to fetch weather data.
- Evidence: usage of
curl -s "wttr.in/..."andcurl -s "https://api.open-meteo.com/...". - Evidence: writes a temporary image file to
/tmp/weather.png. - [EXTERNAL_DOWNLOADS]: The skill retrieves data and content from external web services.
- Evidence: URLs target
wttr.inandopen-meteo.com, which are established providers for weather information. - [SAFE]: All identified operations are standard for the skill's documented purpose. No obfuscation, data exfiltration, or malicious execution patterns were found.
Audit Metadata