Caveat verdict
smart-memory
Provides local persistent memory via SQLite and local FastAPI server; all storage is local with no external data transmission.
⚠ 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 (11)
HTTP request to bare IP address — common in malicious payloads
docs/AGENT-FRAMEWORKS.md · code · http://127.0.0.1
subprocess with shell=True — command injection vector
examples/session-start/generic-python.py · prose · downgraded · subprocess.Popen(
f"cd {path} && . .venv/bin/activate && python
References child_process — can spawn system processes
examples/session-start/nodejs-agent.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
examples/session-start/nodejs-agent.js · prose · downgraded · spawn(
References agent memory files
MEMORY_STRUCTURE.md · code · MEMORY.md
Dynamic import() — loads module at runtime
skills/smart-memory-openclaw/http-client.js · prose · downgraded · import("
Python os.getenv — reads environment variable
embeddings/base_embedder.py · prose · downgraded · os.getenv(
Python urllib.request — network access
examples/session-start/generic-python.py · prose · downgraded · urllib.request
Node http/https module — low-level network access
examples/session-start/nodejs-agent.js · prose · downgraded · require('http')
Popular HTTP library — network access
prompt_engine/schemas.py · prose · downgraded · got
Python os.environ.get — reads environment variable
tools/session-prime.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/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.
Is this flag fair?
Thanks — recorded.