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

Using the skill sends the requested location or coordinates to public weather services.

Why it was flagged

The skill relies on curl to contact an external weather service. This is disclosed and central to the weather lookup purpose.

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

Use it for locations you are comfortable sharing with wttr.in or Open-Meteo; avoid sending sensitive or private location details if that matters to you.