Caveat verdict

lobster-says

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

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.

0
security
50
transparency
70
maintenance

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.

Capability combination critical

Accesses agent memory/notes AND makes external network calls — may leak personal data

LLM02 · LLM07 · ASI03 · ASI06

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses agent memory AND makes external network calls — may leak conversation history

LLM02 · LLM07 · ASI06

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Accesses agent memory/configuration files

agent_memory

Findings (6)

Pattern match high

Pipe to python — executes piped content as Python code

digest-transcript.sh · prose · downgraded · | python3

Pattern match high

Possible hardcoded credential

init-lobster.sh · prose · downgraded · TOKEN="$EXISTING_ACCESS_TOKEN

Pattern match medium

References agent memory files

SKILL.md · code · MEMORY.md

Pattern match low

References webhook/callback URL

configure-wecom-delivery.sh · prose · downgraded · WEBHOOK_URL

Pattern match low

Python os.environ.get — reads environment variable

configure-wecom-delivery.sh · prose · downgraded · os.environ.get(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API