Weather NWS

PassAudited by ClawScan on May 1, 2026.

Overview

The skill’s weather-related network access and optional AirNow API key are disclosed and fit its stated purpose.

Before installing, be aware that weather lookups will contact external services using the location you provide, and AQI requests may use your optional AirNow API key. The disclosed behavior is consistent with a weather forecast skill.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A location you ask about may be sent to geocoding and weather providers to retrieve forecasts.

Why it was flagged

Weather queries necessarily send the requested location to external services. This is disclosed and directly aligned with the skill’s purpose.

Skill content
The script handles: 1. Geocoding location to lat/long 2. Detecting if location is in US 3. Calling NWS API for US locations ... 4. Falling back to wttr.in for non-US
Recommendation

Use the skill for locations you are comfortable sharing with public weather/geocoding services.

What this means

If configured, the skill may use your AirNow API key when AQI data is requested.

Why it was flagged

The skill can use an optional third-party API key for AirNow AQI data. This credential use is disclosed and purpose-aligned.

Skill content
Env var declarations: AIRNOW_API_KEY (optional) - AirNow API Key for AQI lookup
Recommendation

Provide only an AirNow key intended for this use, and avoid sharing broader or unrelated credentials.