Scan Report
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.
Safe to install
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.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documentation references non-existent implementation files Doc Mismatch | SKILL.md:1 |
| Info | Install script uses env-controlled workspace path Priv Escalation | scripts/install.js:9 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✓ Aligned | install.js creates memory directories and copies configs to workspace |
| Network | NONE | NONE | — | Feishu webhook mentioned in docs but no active network code present |
| Shell | NONE | NONE | — | No shell execution found in install.js |
| Environment | NONE | READ | ✓ Aligned | install.js:9 reads OPENCLAW_WORKSPACE env var |
File Tree
9 files · 32.6 KB · 1421 lines 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
Security Positives
✓ 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