ClawAudit verdict
caiyun-weather-daily
Weather notification skill that queries Caiyun API using a user-provided token and pushes results to messaging channels; all data flows match the stated daily-weather-push purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit 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
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s "https://api.caiyunapp.com/v2.6/${CAIYUN_TOKEN}/${LNG},${LAT}/realtime?l
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
subprocess execution — runs system commands from Python
weather_push.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
weather_push.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
weather_push.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outcredential_access Is this flag fair?
Thanks — recorded.