elite-longterm-memory
Analysis
This is a coherent memory skill, but it asks the agent to persist and reuse user context across sessions, sometimes silently, and recommends cloud/automatic fact extraction without clear privacy 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.
# Store a decision (SILENT - never announce)
The artifact instructs the agent to store persistent decisions without announcing it, which reduces user awareness and consent around changes to long-lived agent memory.
"optionalDependencies": { "mem0ai": "^1.0.0" }The package declares an optional external dependency with a semver range. It is related to the documented Mem0 integration, but users who install optional dependencies will rely on that package supply chain.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Required env vars: OPENAI_API_KEY
The skill requires an OpenAI API key for its memory/vector functionality. This is expected for the stated design, but it is still a credential with account access and potential billing impact.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Semantic search across all memories. Auto-recall injects relevant context.
The skill explicitly relies on persistent memories being retrieved and injected into future agent context. The artifacts do not clearly define retention, exclusions for sensitive content, review controls, or how poisoned/incorrect memories are prevented from influencing later tasks.
CLOUD BACKUP (SuperMemory) — Optional ... Mem0 automatically extracts facts from conversations.
The skill recommends optional external memory providers for backup and fact extraction. This is purpose-aligned, but it can move conversation-derived data outside the local workspace.
