Caveat verdict

smart-memory

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

18
security
90
transparency
70
maintenance

Findings (11)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

docs/AGENT-FRAMEWORKS.md · code · http://127.0.0.1

Pattern match medium

subprocess with shell=True — command injection vector

examples/session-start/generic-python.py · prose · downgraded · subprocess.Popen( f"cd {path} && . .venv/bin/activate && python

Pattern match medium

References child_process — can spawn system processes

examples/session-start/nodejs-agent.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

examples/session-start/nodejs-agent.js · prose · downgraded · spawn(

Pattern match medium

References agent memory files

MEMORY_STRUCTURE.md · code · MEMORY.md

Pattern match medium

Dynamic import() — loads module at runtime

skills/smart-memory-openclaw/http-client.js · prose · downgraded · import("

Pattern match low

Python os.getenv — reads environment variable

embeddings/base_embedder.py · prose · downgraded · os.getenv(

Pattern match low

Python urllib.request — network access

examples/session-start/generic-python.py · prose · downgraded · urllib.request

Pattern match low

Node http/https module — low-level network access

examples/session-start/nodejs-agent.js · prose · downgraded · require('http')

Pattern match low

Popular HTTP library — network access

prompt_engine/schemas.py · prose · downgraded · got

Pattern match low

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?

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