My Weather

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a simple weather lookup guide that uses wttr.in and does not request credentials, installation, persistence, or local file access.

This appears safe for normal weather lookups. Be aware that any city, airport code, or zip code you ask about is sent to wttr.in, but the artifacts show no credential use, installation steps, background execution, or local data access.

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

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.