Elite Longterm Memory
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
README.md
text/markdown · 5593 字节
SKILL.md
text/markdown · 12723 字节
bin/elite-memory.js
text/javascript · 4875 字节
package.json
application/json · 1288 字节
skill-card.md
text/markdown · 2575 字节
Security Scan
状态
suspicious
OpenClaw
gpt-5.5
OpenClaw 分析
This looks like a legitimate memory skill, but it asks agents to persist conversation details broadly and sometimes silently, with optional cloud services that lack clear privacy warnings.
置信度: high
VirusTotal
Type: OpenClaw Skill Name: elite-longterm-memory Version: 1.2.3 The skill bundle provides a multi-layered memory system for AI agents. While the `bin/elite-memory.js` script performs benign local file system operations, the `SKILL.md` contains instructions for the AI agent that involve executing external Python scripts (`python3 skills/git-notes-memory/memory.py`), installing npm packages (`npm install mem0ai`), and running external binaries (`supermemory`). These actions introduce supply chain risks and potential shell injection vulnerabilities if the external scripts or their arguments are not properly secured. Additionally, the `SKILL.md` instructs the agent to perform certain actions 'SILENTLY', which is a prompt injection technique, though in this context it appears intended for managing agent verbosity rather than hiding malicious activity. The `rm -rf` command is also present for a 'nuclear option' memory clear. These capabilities, while potentially useful for the stated purpose, carry significant risks without clear evidence of intentional malice.