ClawAudit verdict
heartbeat-ollama-guard
Skill that redirects OpenClaw heartbeat to local Ollama models and deploys a local polling guard; the curl|sh is the standard documented Ollama Linux installer, the guard itself explicitly declares no network requests and operates purely locally.
⚠ 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.
Permission integrity
network_out
package_install
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -fsSL https://ollama.com/install.sh | sh
Pipe to sh — executes piped content as shell commands
SKILL.md · code · | sh
Accesses OpenClaw config/secrets directly
SKILL.md · code · ~/.openclaw/openclaw.json
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
subprocess execution — runs system commands from Python
heartbeat_ollama_guard.py · prose · downgraded · subprocess.run(
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.
package_installnetwork_out Is this flag fair?
Thanks — recorded.