Trusted — Risk Score 5/100
Last scan:17 hr ago Rescan
5 /100
极简记忆自动同步
自动监听对话事件,实时写入Markdown记忆文件并同步到LanceDB向量库
A legitimate conversation memory synchronization plugin that writes chat logs to local Markdown files and LanceDB, with no malicious behavior detected.
Skill Name极简记忆自动同步
Duration36.4s
Enginepi
Safe to install
This skill is safe to use. The only minor issue is the technically misleading '100% zero-dependency' claim since it imports from the OpenClaw plugin SDK, but this is expected and not a security concern.

Findings 1 items

Severity Finding Location
Low
Minor doc claim inaccuracy Doc Mismatch
SKILL.md states '100%零依赖:只用Node.js原生API' but the code imports from 'openclaw/plugin-sdk'. This is expected for a plugin but technically a dependency.
✅ 100%零依赖:只用Node.js原生API
→ Update SKILL.md to say 'Minimal external dependencies' or 'Uses only Node.js native APIs plus the OpenClaw SDK'
SKILL.md:6
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned index.ts:43 fs.appendFile to /home/tao/.openclaw/workspace/memory
Skill Invoke READ READ ✓ Aligned index.ts:6 imports OpenClawPluginApi to register event handlers
Network NONE NONE No network calls in codebase
Shell NONE NONE No subprocess or shell execution in codebase

File Tree

3 files · 4.4 KB · 126 lines
TypeScript 1f · 92L Markdown 1f · 22L JSON 1f · 12L
├─ 📜 index.ts TypeScript 92L · 3.2 KB
├─ 📋 package.json JSON 12L · 428 B
└─ 📝 SKILL.md Markdown 22L · 809 B

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
openclaw/plugin-sdk * import No Expected SDK dependency for plugin architecture, not a security risk

Security Positives

✓ No network requests or external communications
✓ No credential harvesting or environment variable access
✓ No shell execution or subprocess calls
✓ No obfuscation, base64 encoding, or anti-analysis techniques
✓ No data exfiltration behavior
✓ No hidden functionality beyond what the skill claims to do
✓ Legitimate use case: storing conversation logs for memory sync
✓ Uses OpenClaw's official plugin API (api.memory.store) rather than bypassing security
✓ No sensitive file access beyond the declared memory storage directory
✓ Zero malicious indicators detected