ClawAudit verdict
homeassistant-skill
Accesses credentials AND makes external network calls
Home Assistant REST API skill using HA_TOKEN; explicitly requires user confirmation before security-sensitive operations like locks and alarm panels.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence โ it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls โ potential credential theft
LLM02 ยท ASI03
Findings (1)
HTTP request to bare IP address โ common in malicious payloads
README.md ยท code ยท http://10.0.0.10
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: HA_TOKEN). Requires 2 system binaries. (1 elevated: curl).
network_outcredential_access Thanks โ recorded.