Tempest Weather

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

The skill can use your Tempest token to read weather observations and historical stats for the configured station/device.

Why it was flagged

The skill requires a Tempest API token and station/device identifiers to access the user's Tempest data. This is expected for the stated WeatherFlow integration, but it is still credential-based account access.

Skill content
`TEMPEST_API_TOKEN` (required) ... `TEMPEST_STATION_ID` ... `TEMPEST_DEVICE_ID`
Recommendation

Use a Tempest token intended for this purpose, keep it in environment configuration rather than sharing it in prompts, and rotate it if it is exposed.

What this means

You may have less assurance that the packaged artifacts exactly match the public repository.

Why it was flagged

The registry metadata does not identify a verified source, although it provides a project homepage. This is a provenance note, not evidence of malicious behavior.

Skill content
Source: unknown; Homepage: https://github.com/wranglerdriver/tempest-weather
Recommendation

If provenance matters, compare the installed skill files with the linked repository before trusting it with your API token.