扫描报告
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.
可以安装
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.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Minor doc claim inaccuracy 文档欺骗 | SKILL.md:6 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | index.ts:43 fs.appendFile to /home/tao/.openclaw/workspace/memory |
| 技能调用 | READ | READ | ✓ 一致 | index.ts:6 imports OpenClawPluginApi to register event handlers |
| 网络访问 | NONE | NONE | — | No network calls in codebase |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution in codebase |
目录结构
3 文件 · 4.4 KB · 126 行 TypeScript 1f · 92L
Markdown 1f · 22L
JSON 1f · 12L
├─
index.ts
TypeScript
├─
package.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
openclaw/plugin-sdk | * | import | 否 | Expected SDK dependency for plugin architecture, not a security risk |
安全亮点
✓ 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