memclaw
Analysis
MemClaw appears to be a coherent memory plugin, but it should be reviewed because it stores long-term personal and agent memory and has unclear privacy/provider boundaries.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`No External Data Transmission: Does NOT send data to external servers (all processing is local)` and `API keys ... your configured LLM/embedding provider`
The privacy claim is absolute, but the same documentation expects LLM/embedding provider configuration and provider API keys, leaving the external trust boundary unclear.
`This skill requires the memclaw plugin ... obtain this plugin officially via the openclaw plugins install command if not present`
The reviewed artifact is documentation-only and depends on a separately installed plugin, so the actual runtime code comes from outside these artifacts.
`Set agents.defaults.memorySearch.enabled: false in openclaw.json to avoid conflicts with built-in memory`
The skill asks users to change a default OpenClaw memory setting, which can affect memory behavior beyond one task.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`API keys are configured through OpenClaw plugin settings and are marked as sensitive fields.`
Provider credentials are expected for LLM/embedding configuration, but they are still sensitive account access that users should manage carefully.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`user/{user_id}/... personal_info` ... `agent/{agent_id}/... instructions` ... `session/{session_id}/timeline` ... `L2: Original message`The memory structure includes persistent storage for full session messages, user personal/profile data, and learned agent instructions.
