ClawAudit verdict

rag-memory

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

Vector memory search skill backed by a user-configured Qdrant instance; syncs local .md files and Postgres records using user-supplied credentials (QDRANT_HOST, EMBED_API_KEY, etc.) to a user-owned vector store, consistent with its stated RAG memory purpose.

⚠ 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.

23
security
100
transparency
90
maintenance

Findings (7)

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Pipe to python — executes piped content as Python code

SKILL.md · prose · downgraded · | Python

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

References child_process — can spawn system processes

scripts/monitor_vector_search.js · prose · downgraded · child_process

Pattern match low

References agent memory files

SKILL.md · prose · downgraded · MEMORY.md

Pattern match low

Python os.getenv — reads environment variable

sync_to_qdrant.py · prose · downgraded · os.getenv(

Pattern match low

Python os.environ.get — reads environment variable

sync_to_qdrant.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 7 environment variables. (2 sensitive: QDRANT_API_KEY, EMBED_API_KEY). Requires 3 system binaries. (1 elevated: curl).

Is this flag fair?

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