open-meteo-weather — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited open-meteo-weather (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Fetch current weather from Open-Meteo with a tiny, deterministic flow. Prefer the script for repeatable calls; fall back to raw URL construction when asked for a direct API call.
/Users/ivancampos/.codex/skills/open-meteo-weather/scripts/open_meteo_current.py --location "Boston, MA"/Users/ivancampos/.codex/skills/open-meteo-weather/scripts/open_meteo_current.py --lat 42.3601 --lon -71.0589https://api.open-meteo.com/v1/forecast?latitude=42.3601&longitude=-71.0589¤t_weather=true&timezone=autocurrent_weather=true and timezone=auto.location and a normalized current_weather object.temperature_c and temperature_f.windspeed_kmh, winddirection_deg, weathercode, is_day, time, interval.open_meteo_current.py: CLI for location or lat/lon; prints JSON with location and current_weather.open_meteo.md: endpoint and parameter quick reference.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.