ClawAudit verdict

openclaw-memory-stack

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

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.

0
security
100
transparency
90
maintenance

Findings (12)

Pattern match high

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

install.sh · prose · downgraded · curl -fsSL https://bun.sh/install | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

install.sh · prose · downgraded · | bash

Pattern match high

Pipe to sh — executes piped content as shell commands

install.sh · prose · downgraded · | sh

Pattern match high

Pipe to python — executes piped content as Python code

install.sh · prose · downgraded · | python3

Pattern match medium

References sudo — requests elevated privileges

install.sh · prose · downgraded · sudo

Pattern match medium

apt-get install — installs system packages

install.sh · prose · downgraded · apt-get install

Pattern match medium

yum install — installs system packages

install.sh · prose · downgraded · yum install

Pattern match medium

Accesses shell history/config

install.sh · prose · downgraded · ~/.zshrc

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

lib/expertise.sh · prose · downgraded · http://127.0.0.1

Pattern match medium

subprocess execution — runs system commands from Python

lib/platform.sh · prose · downgraded · subprocess.run(

Pattern match medium

Instructs covert action — may act without user awareness

skills/memory-router/SKILL.md · prose · downgraded · silently

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API