weather-data-fetch
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to established weather data providers including the National Weather Service (NOAA), Open-Meteo, Tomorrow.io, and Visual Crossing. These are legitimate services for the skill's stated purpose of fetching meteorological forecasts.
- [SAFE]: Credentials for paid providers are handled via environment variables (
RUNTIME_PAID_API_KEY) rather than being hardcoded, following standard security best practices for secret management. - [SAFE]: The workflow includes explicit guardrails to ensure data integrity, such as clamping probability values to the [0, 1] range and performing atomic file writes to prevent data corruption in the trading pipeline.
Audit Metadata