ClawAudit verdict
openclaw-memory-stack
Local memory plugin with 5-engine search and SQLite storage; the metadata explicitly documents all network hosts with transparent stated purposes including an update-check sending only version number.
⚠ 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.
Findings (12)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
install.sh · prose · downgraded · curl -fsSL https://bun.sh/install | bash
Pipe to bash — executes piped content as shell commands
install.sh · prose · downgraded · | bash
Pipe to sh — executes piped content as shell commands
install.sh · prose · downgraded · | sh
Pipe to python — executes piped content as Python code
install.sh · prose · downgraded · | python3
References sudo — requests elevated privileges
install.sh · prose · downgraded · sudo
apt-get install — installs system packages
install.sh · prose · downgraded · apt-get install
yum install — installs system packages
install.sh · prose · downgraded · yum install
Accesses shell history/config
install.sh · prose · downgraded · ~/.zshrc
HTTP request to bare IP address — common in malicious payloads
lib/expertise.sh · prose · downgraded · http://127.0.0.1
subprocess execution — runs system commands from Python
lib/platform.sh · prose · downgraded · subprocess.run(
Instructs covert action — may act without user awareness
skills/memory-router/SKILL.md · prose · downgraded · silently
Python urllib.request — network access
lib/self-organize.sh · prose · downgraded · urllib.request
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 3 system binaries.
Is this flag fair?
Thanks — recorded.