Caveat verdict
lobster-says
Accesses agent memory/notes AND makes external network calls
In 'smart' and 'deep' memory modes, the skill reads ~/.openclaw/agents/main/sessions/*.jsonl (full conversation logs) and can upload transcript summaries to nixiashuo.com; while disclosed, this represents significant data exfiltration risk from session history to a third-party server not under user control.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses agent memory/notes AND makes external network calls — may leak personal data
LLM02 · LLM07 · ASI03 · ASI06
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses agent memory AND makes external network calls — may leak conversation history
LLM02 · LLM07 · ASI06
Permission integrity
credential_access
agent_memory
Findings (6)
Pipe to python — executes piped content as Python code
digest-transcript.sh · prose · downgraded · | python3
Possible hardcoded credential
init-lobster.sh · prose · downgraded · TOKEN="$EXISTING_ACCESS_TOKEN
References agent memory files
SKILL.md · code · MEMORY.md
References webhook/callback URL
configure-wecom-delivery.sh · prose · downgraded · WEBHOOK_URL
Python os.environ.get — reads environment variable
configure-wecom-delivery.sh · prose · downgraded · os.environ.get(
Opens WebSocket connection
push-scheduled-message.sh · prose · downgraded · websocket
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/C). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 system binaries. (1 elevated: curl).
agent_memorynetwork_outcredential_access Thanks — recorded.