Weather Pet Forecast

PassAudited by ClawScan on May 10, 2026.

Overview

The visible artifacts match a pet-focused weather forecast skill, with the main caution that it sends the requested location to wttr.in and relies on local curl/Python commands.

This appears safe for normal weather lookups. Be aware that the queried location is sent to wttr.in, and the skill relies on curl/Python commands even though those binaries are not declared in the metadata.

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

The location you ask about will be sent to wttr.in to retrieve forecast data.

Why it was flagged

The skill instructs the agent to call an external weather service using a user-provided location. This is central to the weather-forecast purpose, but it is still external tool/network use with user-provided input.

Skill content
curl -s "wttr.in/{LOCATION}?format=j1"
Recommendation

Only provide locations you are comfortable sharing with the weather service, and prefer normal city/country or airport-code inputs rather than arbitrary shell-like text.

What this means

You have less information about where the skill came from or how to independently verify it.

Why it was flagged

The skill has limited provenance metadata. The visible files appear coherent and purpose-aligned, but users have less external context for verifying authorship or project history.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included files before use and install only if you trust the registry publisher and the visible behavior.