ClawAudit verdict

glitch-dashboard

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

Local web dashboard combining task queue, system monitor, ZeroTier status, and log stream on localhost; no external network access and executionSinkDetected is a false positive from documented CLI commands.

⚠ 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.

0
security
80
transparency
80
maintenance

Findings (12)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

README.md · code · curl -fsSL https://raw.githubusercontent.com/chris6970barbarian-hue/glitch-skill

Pattern match critical

Pipe to bash — executes piped content as shell commands

README.md · code · | bash

Pattern match high

References sudo — requests elevated privileges

README.md · code · sudo

Pattern match high

<script> tag in markdown — potential code injection

main.js · prose · downgraded · <script>

Pattern match high

Command substitution with curl — remote code execution

scripts/install-macos.sh · prose · downgraded · bash -c "$(curl

Pattern match medium

References child_process — can spawn system processes

main.js · prose · downgraded · child_process

Pattern match medium

Uses exec() — may execute shell commands

main.js · prose · downgraded · exec(

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

README.md · prose · downgraded · http://172.26.21.18

Pattern match medium

apt-get install — installs system packages

scripts/install-linux.sh · prose · downgraded · apt-get install

Pattern match medium

yum install — installs system packages

scripts/install-linux.sh · prose · downgraded · yum install

Pattern match low

Node http/https module — low-level network access

main.js · prose · downgraded · require('http')

Pattern match low

Changes file ownership

scripts/install-linux.sh · prose · downgraded · chown

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/C/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API