MH weather

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple weather lookup skill that uses curl to query public weather services and does not request credentials, persistence, or broad system access.

This skill appears safe and narrow for weather lookups. Be aware that the location you ask about is sent to the public weather service, and it is not intended for emergency alerts or specialized meteorological decisions.

Findings (1)

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

Weather queries may disclose the city, region, or airport code the user asks about to wttr.in.

Why it was flagged

The skill instructs the agent to use curl to query an external weather endpoint. This is directly aligned with the weather-lookup purpose, but users should understand that their requested location is sent to the provider.

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

Use the skill for non-sensitive weather lookups, and prefer explicit HTTPS URLs if adapting the commands manually.