weather
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the Open-Meteo service, a well-known and trusted provider for weather data and geocoding.
- [SAFE]: All network operations are limited to specific, hardcoded API endpoints for weather forecasting and location searching.
- [SAFE]: User-provided location strings are URL-encoded before being interpolated into API requests, which is a standard security practice to prevent parameter injection.
- [SAFE]: No credentials, API keys, or sensitive environment variables are hardcoded or accessed by the skill.
- [SAFE]: The skill does not utilize any dynamic code execution, remote script downloading, or persistence mechanisms.
Audit Metadata