Weather Check

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward weather lookup skill that sends requested locations to a disclosed weather API and shows no code, install steps, credentials, or persistence.

This skill looks benign for weather lookups. Before installing, be comfortable with sending searched locations or coordinates to weather.agentutil.net, and avoid enabling any paid x402 payment capability unless you intend to pay for usage beyond the free tier.

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

Locations or coordinates requested for weather checks will be sent to the weather service, and repeated use may encounter the disclosed paid tier.

Why it was flagged

The skill documents external API calls using user-provided locations or coordinates; this is purpose-aligned for weather lookup but means query data leaves the local environment.

Skill content
curl -X POST https://weather.agentutil.net/v1/current ... -d '{"location": "London"}'
Recommendation

Use the skill for locations you are comfortable sharing with the provider, and confirm before enabling or using any paid x402/USDC workflow.