ClawAudit verdict
home-assistant-toolkit
Home Assistant management using HA_TOKEN to control smart home devices via SSH and REST API; credential usage matches the stated smart home control 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.
Findings (11)
Possible hardcoded credential
SKILL.md · code · TOKEN="eyJhbGciOiJI...
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://192.168.1.100
References SSH/GPG private keys
SKILL.md · code · SSH_KEY
Accesses .ssh directory
SKILL.md · code · .ssh/
Pipe to python — executes piped content as Python code
scripts/ha-hacs.sh · prose · downgraded · | python3
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
subprocess execution — runs system commands from Python
scripts/scan_integrations.py · prose · downgraded · subprocess.run(
Popular HTTP library — network access
scripts/common.sh · prose · downgraded · got
Python urllib.request — network access
scripts/fetch_release_notes.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/scan_integrations.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 7 environment variables. (1 sensitive: HA_TOKEN). Requires 4 system binaries. (2 elevated: ssh, curl).
credential_accesscredential_store Is this flag fair?
Thanks — recorded.