ClawAudit verdict
truenas-skill
Reads local files AND makes external network calls
TrueNAS SCALE management skill using authenticated API key to manage storage, snapshots, and homelab services; credential_access is for TRUENAS_API_KEY and optional service keys, all used with the user's own NAS instance.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
package_install
Findings (3)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · https://10.0.0.5
Opens WebSocket connection
SKILL.md · code · websocket
Uses XMLHttpRequest — network access
package-lock.json · prose · downgraded · xmlhttprequest
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: TRUENAS_API_KEY). Requires 3 system binaries. (1 elevated: curl).
credential_accessnetwork_innetwork_outfile_readpackage_install Thanks — recorded.