Scan Report
This report was generated in Chinese. Some content may be in Chinese.
10 /100
openclaw-shield
OpenClaw 云服务器安全护盾 — 防御性安全检查与输出脱敏框架(纯文档,无可执行代码)
openclaw-shield 是一个纯文档型安全护盾 Skill,无任何可执行代码,仅描述防御策略和检测规则。内容以防御为目的,但存在安装时执行远程代码的合理场景。
Safe to install
可安全使用。无需任何代码审查。若未来引入 shield.py 等可执行脚本,需重新评估。注意安装过程会执行来自 GitHub 的安装脚本,属于常规 Skill 部署行为。
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| Low | Skill 无实际可执行代码,仅为文档描述 Doc Mismatch | SKILL.md:1 |
| Info | 安装过程涉及从 GitHub 远程执行安装脚本 Supply Chain | README.md:55 |
| Info | 要求向宿主系统文件追加内容 privile_escalation | SKILL.md:74 |
| Info | 危险命令示例出现在参考资料中(非实际威胁) Supply Chain | references/detection-and-redaction.md:32 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md:1 — 无可执行代码,文档仅描述文件系统检查流程 |
| Shell | NONE | NONE | — | SKILL.md:1 — 无可执行代码,仅描述命令检查流程 |
| Network | NONE | NONE | — | SKILL.md:1 — 无可执行代码,仅描述网络检查流程 |
| Environment | NONE | NONE | — | SKILL.md:1 — 无可执行代码,无环境变量访问 |
| Skill Invoke | NONE | READ | ✓ Aligned | SKILL.md:52-93 — 要求 Agent 追加 SOUL.md / AGENTS.md 属于元编程行为 |
6 Critical 3 High 9 findings
Critical Dangerous Command 危险 Shell 命令
rm -rf ~ README.md:64 Critical Dangerous Command 危险 Shell 命令
curl | sh references/detection-and-redaction.md:32 Critical Dangerous Command 危险 Shell 命令
wget | bash references/detection-and-redaction.md:32 Critical Dangerous Command 危险 Shell 命令
bash -i >& references/detection-and-redaction.md:33 Critical Dangerous Command 危险 Shell 命令
/dev/tcp/ references/detection-and-redaction.md:33 Critical Dangerous Command 危险 Shell 命令
nc -e references/detection-and-redaction.md:33 High IP Address 硬编码 IP 地址
169.254.169.254 README.md:14 High IP Address 硬编码 IP 地址
100.100.100.200 SKILL.md:51 High IP Address 硬编码 IP 地址
169.254.170.2 SKILL.md:51 File Tree
7 files · 15.9 KB · 499 lines Markdown 6f · 495L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
audit-and-playbook.md
Markdown
│ ├─
cloud-boundaries-config.md
Markdown
│ ├─
detection-and-redaction.md
Markdown
│ └─
permission-matrix.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档型 Skill,无任何恶意可执行代码
✓ 防御意图明确,内容为安全护盾设计原则
✓ 覆盖了合理的云安全场景(metadata 拦截、凭证保护等)
✓ 检测规则参考文档(references/)内容全面且专业
✓ 无第三方依赖,无 requirements.txt 或 package.json
✓ 无敏感文件访问、无数据外传行为
✓ 无混淆代码或隐藏指令