weather
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves weather information from well-known and established public services.
- Evidence: Commands fetch data from
wttr.inandapi.open-meteo.comvia HTTP requests. One example demonstrates downloading a weather visualization image to the standard temporary directory (/tmp/weather.png). - [COMMAND_EXECUTION]: Uses the system's
curlbinary to perform network operations essential to the skill's primary purpose. - Evidence: The skill defines several
curlone-liners to fetch weather strings, formatted weather reports, and JSON-based forecast data.
Audit Metadata