weather
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves real-time weather data from
wttr.inandapi.open-meteo.com. Both are established, well-known public weather services. These requests are for data retrieval only and do not involve downloading or executing executable code. - [COMMAND_EXECUTION]: The skill employs
curlto interact with external APIs. These commands are limited to fetching data and do not include dangerous patterns such as piping output to a shell, modifying system configurations, or accessing sensitive files. - [SAFE]: No sensitive information, such as API keys or credentials, is hardcoded or required by the skill. All data processing is transparent and limited to the stated purpose of weather forecasting.
Audit Metadata