Caveat verdict

tempest-weather

tempest-weather-wf

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Fetches live weather data from the official WeatherFlow Tempest REST API using user-supplied credentials stored in environment variables; output is a clean JSON object — fully matches stated purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
80
transparency
90
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · TOKEN="your_token_here

Pattern match critical

Pipe-to-python pattern — remote code execution risk

README.md · code · curl -s "https://swd.weatherflow.com/swd/rest/stations?token=YOUR_TOKEN" | pytho

Pattern match critical

Pipe to python — executes piped content as Python code

README.md · code · | python3

Pattern match medium

Accesses shell history/config

README.md · prose · downgraded · ~/.zshrc

Pattern match low

Opens WebSocket connection

references/obs_fields.md · prose · downgraded · WebSocket

Pattern match low

Python os.environ.get — reads environment variable

scripts/fetch_tempest.py · prose · downgraded · os.environ.get(

Permissions & capabilities

Requires 2 environment variables. (1 sensitive: TEMPEST_TOKEN). Requires 1 system binary.

network_outcredential_access

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API