ClawAudit verdict
unraid-claw
Accesses credentials AND writes files
Read-only Unraid GraphQL monitoring skill explicitly described as read-only; uses user-provided UNRAID_API_KEY and UNRAID_BASE_URL to query the user own server, with file_write for saving query results locally.
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 writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
file_read+write
Findings (3)
Possible hardcoded credential
scripts/unraid_common.sh · prose · downgraded · token="${UNRAID_CSRF_TOKEN:-}
References sudo — requests elevated privileges
README.md · prose · downgraded · sudo
Uses XMLHttpRequest — network access
scripts/unraid_common.sh · prose · downgraded · XMLHttpRequest
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: UNRAID_API_KEY). Requires 2 system binaries. (1 elevated: curl).
network_incredential_accessfile_write Thanks — recorded.