meteoblue
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches geocoding data from OpenStreetMap's Nominatim service to resolve location names to coordinates.
- [EXTERNAL_DOWNLOADS]: Retrieves weather forecast packages and meteogram images from Meteoblue's official API endpoints.
- [COMMAND_EXECUTION]: Uses the
curlcommand to perform HTTP requests to official API providers for weather and geocoding data. - [CREDENTIALS_UNSAFE]: Safely checks for the presence of the
METEOBLUE_API_KEYenvironment variable without hardcoding secrets, which aligns with secure configuration practices.
Audit Metadata