ClawAudit verdict

muster

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

Legitimate MCP co-working server integration running bundled install/connect scripts communicating with a documented MCP endpoint.

⚠ 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
100
transparency
90
maintenance

Findings (9)

Pattern match critical

Possible hardcoded credential

REFERENCE.md · code · API_KEY="<your-key>

Pattern match high

Pipe to python — executes piped content as Python code

scripts/connect.sh · prose · downgraded · | python3

Pattern match high

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

scripts/install.sh · prose · downgraded · curl -fsSL https://get.docker.com | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/install.sh · prose · downgraded · | sh

Pattern match medium

Accesses OpenClaw config/secrets directly

REFERENCE.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

Accesses system credential store

REFERENCE.md · prose · downgraded · Keychain

Pattern match medium

References sudo — requests elevated privileges

scripts/install.sh · prose · downgraded · sudo

Pattern match medium

apt-get install — installs system packages

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

Pattern match low

References webhook/callback URL

scripts/connect.sh · prose · downgraded · webhookUrl

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B). 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