扫描报告
15 /100
openclaw-memory-system
OpenClaw 多模态记忆系统 - 支持图片/工具记忆、项目/Agent/用户隔离、自然语言修正
The skill is a legitimate OpenClaw memory system with no malicious code present. It consists primarily of documentation with a single benign install script. Minor concern: references files in documentation that don't exist in the package.
可以安装
Approve for use with standard precautions. The actual skill implementation files referenced in documentation are missing from the package, so full functionality will not work until the implementation is included.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Documentation references non-existent implementation files 文档欺骗 | SKILL.md:1 |
| 提示 | Install script uses env-controlled workspace path 权限提升 | scripts/install.js:9 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | install.js creates memory directories and copies configs to workspace |
| 网络访问 | NONE | NONE | — | Feishu webhook mentioned in docs but no active network code present |
| 命令执行 | NONE | NONE | — | No shell execution found in install.js |
| 环境变量 | NONE | READ | ✓ 一致 | install.js:9 reads OPENCLAW_WORKSPACE env var |
目录结构
9 文件 · 32.6 KB · 1421 行 Markdown 5f · 1194L
JSON 3f · 171L
JavaScript 1f · 56L
├─
▾
scripts
│ └─
install.js
JavaScript
├─
clawhub.json
JSON
├─
manifest.json
JSON
├─
package.json
JSON
├─
QUICKSTART.md
Markdown
├─
README_CLAWHUB.md
Markdown
├─
README.md
Markdown
├─
RELEASE.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No shell execution commands found
✓ No credential harvesting or exfiltration code
✓ No obfuscation or base64-encoded payloads
✓ No C2 communication or remote code execution
✓ Install script only creates directories and copies configs
✓ No suspicious network requests
✓ No cron/scheduled task installation
✓ No access to sensitive paths like ~/.ssh or .env