ClawAudit verdict

unraid-claw

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

30
security
60
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (3)

Pattern match high

Possible hardcoded credential

scripts/unraid_common.sh · prose · downgraded · token="${UNRAID_CSRF_TOKEN:-}

Pattern match medium

References sudo — requests elevated privileges

README.md · prose · downgraded · sudo

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API