Caveat verdict
tempest-weather
tempest-weather-wf
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.
Permission integrity
network_out
Findings (6)
Possible hardcoded credential
SKILL.md · code · TOKEN="your_token_here
Pipe-to-python pattern — remote code execution risk
README.md · code · curl -s "https://swd.weatherflow.com/swd/rest/stations?token=YOUR_TOKEN" | pytho
Pipe to python — executes piped content as Python code
README.md · code · | python3
Accesses shell history/config
README.md · prose · downgraded · ~/.zshrc
Opens WebSocket connection
references/obs_fields.md · prose · downgraded · WebSocket
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?
Thanks — recorded.