weather
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to fetch weather data from
wttr.in, a well-known and widely used service for terminal-based weather queries. No malicious behavior was detected. - [EXTERNAL_DOWNLOADS]: The skill uses
curland Node.jshttpsmodule to download weather information fromwttr.in. This network activity is transparent, documented, and essential for the skill's functionality. - [COMMAND_EXECUTION]: The skill includes a shell script (
weather.sh) that usescurlandsed. Input variables are handled within double quotes, which prevents shell command injection during the execution of weather queries.
Audit Metadata