ClawAudit verdict

cocoloop

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

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.

0
security
70
transparency
90
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 makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (14)

Pattern match critical

Uses eval() — can execute arbitrary code

references/cocoloop-safe-check.md · code · eval(

Pattern match high

Recursive delete from root or home — destructive command

references/cocoloop-safe-check.md · prose · downgraded · rm -rf /

Pattern match high

Dynamic import() — loads module at runtime

references/cocoloop-safe-check.md · code · import('

Pattern match high

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

references/safety-check-guide.md · prose · downgraded · curl http://x.com/s.sh \| sh

Pattern match high

Pipe to sh — executes piped content as shell commands

references/safety-check-guide.md · prose · downgraded · | sh

Pattern match high

Possible hardcoded credential

references/safety-check-guide.md · prose · downgraded · password = "secret123

Pattern match high

Accesses sensitive system files

references/safety-check-guide.md · prose · downgraded · /etc/passwd

Pattern match medium

Accesses OpenClaw config/secrets directly

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

Pattern match medium

Uses exec() — may execute shell commands

references/cocoloop-safe-check.md · prose · downgraded · exec(

Pattern match medium

References child_process — can spawn system processes

references/safety-check-guide.md · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

references/safety-check-guide.md · prose · downgraded · spawn(

Pattern match low

Makes HTTP request to external URL

references/cocoloop-safe-check.md · code · fetch('https://

Pattern match low

References agent configuration files

references/install-guide.md · prose · downgraded · CLAUDE.md

Pattern match low

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