Weather Data API

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 premium endpoint could authorize a small payment.

Why it was flagged

The premium workflow uses a payment authorization header and may spend funds, but the charge amount and paid endpoint are disclosed and aligned with the premium forecast purpose.

Skill content
Requires x402 payment (0.05 USDC)
curl -H "X-Payment: <payment_header>" "http://localhost:5000/forecast/premium?lat=40.71&lon=-74.00"
Recommendation

Only allow the premium request after the user explicitly approves the payment amount and understands where the payment header is being sent.

What this means

The skill may not work unless a separate local server is running, and that server's behavior was not reviewed here.

Why it was flagged

The SKILL.md examples call a localhost weather service, but no reviewed code or installation mechanism for that service is provided in the artifacts.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Verify the localhost service source and behavior before relying on it, especially before sending any payment header.