fluid-memory
Fail
Audited by Snyk on Jun 23, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). Insecure: the prompt tells the LLM to embed the user's original text verbatim into tool calls (and shows a CLI invocation using --content "..."), so any user-supplied secrets would be echoed, stored in plaintext, and may be exposed via command-line arguments or logs.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Both links point to an untrusted/unknown distribution channel (clawhub.ai) and a GitHub repo from an unfamiliar user that contains installable scripts which write files, spawn subprocesses, and run maintenance — making them potentially unsafe to download and execute without review.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Hook
fluid-memory-synclistens to runtime eventmessage:sentand appendsevent.content(the other party’s message text, i.e., outsider-authored chat content) into~/.openclaw/workspace/database/conversation_log.txt, which is later read/processed during the flush-triggeredfluid_increment_summarizepath.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata