ClawAudit verdict
glitch-dashboard
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.
Findings (12)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
README.md · code · curl -fsSL https://raw.githubusercontent.com/chris6970barbarian-hue/glitch-skill
Pipe to bash — executes piped content as shell commands
README.md · code · | bash
References sudo — requests elevated privileges
README.md · code · sudo
<script> tag in markdown — potential code injection
main.js · prose · downgraded · <script>
Command substitution with curl — remote code execution
scripts/install-macos.sh · prose · downgraded · bash -c "$(curl
References child_process — can spawn system processes
main.js · prose · downgraded · child_process
Uses exec() — may execute shell commands
main.js · prose · downgraded · exec(
HTTP request to bare IP address — common in malicious payloads
README.md · prose · downgraded · http://172.26.21.18
apt-get install — installs system packages
scripts/install-linux.sh · prose · downgraded · apt-get install
yum install — installs system packages
scripts/install-linux.sh · prose · downgraded · yum install
Node http/https module — low-level network access
main.js · prose · downgraded · require('http')
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?
Thanks — recorded.