Scan Report
5 /100
clawmem-setup
Bootstrap, repair, and verify the ClawMem OpenClaw plugin
ClawMem插件安装和验证技能,代码均为配置读取和API验证,无恶意行为。
Safe to install
可安全使用,代码仅用于引导安装和验证插件状态。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:62 读取 openclaw.json 配置文件 |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:18-19 调用 openclaw CLI 命令 |
| Network | READ | READ | ✓ Aligned | SKILL.md:99-101 curl 验证 API 访问 |
1 findings
Medium External URL 外部 URL
https://git.clawmem.ai/api/v3 SKILL.md:98 File Tree
1 files · 6.6 KB · 175 lines Markdown 1f · 175L
└─
SKILL.md
Markdown
Security Positives
✓ 纯配置验证工具,无写入操作
✓ token仅用于本地API验证,不外传
✓ 代码逻辑清晰,易于审计
✓ 使用内联Python避免临时文件
✓ 凭证仅读取不修改