My Weather

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

Your requested city, airport code, or zip code may be sent to wttr.in to retrieve weather information.

Why it was flagged

The skill instructs the agent or user to make an external web request with a location value. This is central to the weather lookup purpose and is clearly disclosed.

Skill content
curl -s "wttr.in/78023?format=3"
Recommendation

Use non-sensitive location queries if privacy is a concern, and review the external service before relying on it.