扫描报告
5 /100
memory-integration
Memory integration plugin for OpenClaw - syncs memory files to co-occurrence graph and semantic vector store
This is a legitimate memory integration plugin that synchronizes memory files to co-occurrence graphs and semantic vector stores. No malicious behavior detected.
可以安装
This skill is safe to use. The filesystem:WRITE permission for sync state is implicitly necessary for incremental sync functionality.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Minor documentation omission for WRITE permission 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | scripts/memory_integration.py:75 - reads memory files |
| 文件系统 | NONE | WRITE | ✓ 一致 | scripts/memory_integration.py:44-46 - writes sync config |
| 环境变量 | NONE | READ | ✓ 一致 | scripts/memory_integration.py:33 - reads OPENCLAW_WORKSPACE |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution detected |
| 网络访问 | NONE | NONE | — | No network requests detected |
目录结构
2 文件 · 18.7 KB · 501 行 Python 1f · 405L
Markdown 1f · 96L
├─
▾
scripts
│ └─
memory_integration.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ No shell execution or subprocess usage
✓ No credential harvesting or environment variable iteration for secrets
✓ No network requests or data exfiltration
✓ No obfuscated code or base64-encoded payloads
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No remote script execution (curl|bash, wget|sh)
✓ No reverse shell or C2 communication patterns
✓ Clean, readable Python code with standard library usage
✓ Memory file parsing is limited to .md files in designated workspace
✓ Hash-based change detection for incremental sync (not exfiltrating hashes)