扫描报告
20 /100
enterprise-memory
EAM规范企业级Agent记忆体系Skill,提供项目级隔离、状态同步、快照压缩及SOP流程管理能力
Legitimate EAM project management skill with well-structured SOP workflows. Minor documentation gap regarding network access for web fetching capability.
可以安装
Consider adding explicit network:READ capability declaration in SKILL.md for the jina.ai web fetching feature. The optional LLM compression warning is appropriate.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Network capability not mapped in capability model 文档欺骗 | SKILL.md:327 |
| 提示 | Subprocess calls between scripts 代码执行 | scripts/sop_state.py:90 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ,WRITE | READ,WRITE | ✓ 一致 | SKILL.md:89-100 defines ~/.openclaw/EAM-projects/ storage |
| 命令执行 | WRITE | WRITE | ✓ 一致 | subprocess.run() calls between scripts for internal coordination |
| 网络访问 | NONE | READ | ✓ 一致 | curl to jina.ai in SKILL.md:327-365 but not in capability mapping |
3 项发现
中危 外部 URL 外部 URL
https://clawhub.ai/evan-zhang/enterprise-memory SKILL.md:18 中危 外部 URL 外部 URL
https://r.jina.ai/[URL SKILL.md:327 中危 外部 URL 外部 URL
https://r.jina.ai/https://toutiao.com/article/12345 SKILL.md:363 目录结构
26 文件 · 117.9 KB · 3770 行 Python 8f · 2427L
Markdown 16f · 1310L
JSON 2f · 33L
├─
▾
references
│ ├─
▾
shared
│ │ ├─
confirm-protocol.md
Markdown
│ │ ├─
state-machine.md
Markdown
│ │ └─
upgrade-rules.md
Markdown
│ ├─
▾
templates
│ │ ├─
▾
full
│ │ │ ├─
ARTIFACTS-template.md
Markdown
│ │ │ ├─
DECISIONS-template.md
Markdown
│ │ │ └─
PLAN-template.md
Markdown
│ │ ├─
▾
lite
│ │ │ ├─
HANDOVER-template.md
Markdown
│ │ │ ├─
LOG-template.md
Markdown
│ │ │ ├─
RESULT-template.md
Markdown
│ │ │ └─
TASK-template.md
Markdown
│ │ ├─
DECISIONS.md
Markdown
│ │ ├─
INDEX.md
Markdown
│ │ └─
state.json
JSON
│ ├─
sop-full-guide.md
Markdown
│ └─
sop-lite-guide.md
Markdown
├─
▾
scripts
│ ├─
__init__.py
Python
│ ├─
compress.py
Python
│ ├─
sop_handover.py
Python
│ ├─
sop_init.py
Python
│ ├─
sop_state.py
Python
│ ├─
sop_upgrade.py
Python
│ ├─
switch_project.py
Python
│ └─
update_index.py
Python
├─
_meta.json
JSON
├─
CHARTER.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ All file operations use atomic writes (temp file → rename pattern)
✓ Proper security warning in SKILL.md for optional LLM compression feature
✓ No credential theft or sensitive file access (~/.ssh, ~/.aws, .env)
✓ No obfuscation or base64-encoded payloads
✓ No external dependencies beyond Python standard library
✓ Well-structured state management with schema validation
✓ Dry-run support for all destructive operations
✓ High-risk operations require explicit --confirm flag