扫描报告
45 /100
swarm-control-feishu
Multi-agent cluster management with Feishu integration
Skill documents dangerous curl|bash installation patterns and configures maximum-permissive OpenClaw settings that disable all security controls, enabling arbitrary shell execution and full filesystem/network access.
谨慎使用
Review installation commands in SKILL.md; do not apply 'full permission' configurations unless in fully isolated environments; enable sandbox mode and restrict exec permissions.
攻击链 3 步
◎
入口 User reads SKILL.md and follows installation instructions
SKILL.md:842⬡
提权 Skill applies maximum-permissive configuration disabling all security controls
feishu-allallow.js:145◉
影响 Agent can execute arbitrary shell commands, access entire filesystem, read all sessions
config.example.json:58安全发现 6 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Dangerous curl|bash pattern in documentation | SKILL.md:842 |
| 高危 | All security controls intentionally disabled | config.example.json:58 |
| 中危 | Gateway bound to LAN | config.example.json:70 |
| 中危 | Elevated privileges enabled without restrictions | config.example.json:64 |
| 低危 | Docker pulls from third-party registry | start-funasr.sh:25 |
| 低危 | Node.js execSync usage for status checks | feishu-allallow.js:61 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✗ 越权 | feishu-allallow.js:12 uses execSync for command execution |
| 文件系统 | NONE | WRITE | ✗ 越权 | config modifies ~/.openclaw/openclaw.json |
| 网络访问 | NONE | WRITE | ✗ 越权 | gateway.bind:lan exposes to LAN; Docker pulls remote images |
1 严重 12 项发现
严重 危险命令 危险 Shell 命令
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash SKILL.md:842 中危 外部 URL 外部 URL
https://clawhub.com CHANGELOG.md:101 中危 外部 URL 外部 URL
https://docs.openclaw.ai FILES.md:139 中危 外部 URL 外部 URL
https://open.feishu.cn/ FILES.md:140 中危 外部 URL 外部 URL
http://127.0.0.1:18789 JSON_CONFIG_GUIDE.md:302 中危 外部 URL 外部 URL
https://api.kimi.com/coding/ JSON_CONFIG_GUIDE.md:328 中危 外部 URL 外部 URL
https://www.modelscope.cn/models/manyeyes/sensevoice-small-int8-onnx/summary SKILL.md:589 中危 外部 URL 外部 URL
https://nodejs.org/en/download/ SKILL.md:971 中危 外部 URL 外部 URL
https://www.python.org/downloads/ SKILL.md:977 中危 外部 URL 外部 URL
https://f-droid.org/packages/com.termux/ SKILL.md:1012 中危 外部 URL 外部 URL
http://json-schema.org/draft-07/schema# schema.json:2 中危 外部 URL 外部 URL
https://www.modelscope.cn/models/manyeyes/sensevoice-small-int8-onnx start-funasr.sh:27 目录结构
14 文件 · 112.9 KB · 4148 行 Markdown 6f · 2296L
JavaScript 3f · 1171L
JSON 4f · 622L
Shell 1f · 59L
├─
CHANGELOG.md
Markdown
├─
config.example.annotated.json
JSON
├─
config.example.json
JSON
├─
feishu-allallow.js
JavaScript
├─
feishu-prime.js
JavaScript
├─
FILES.md
Markdown
├─
JSON_CONFIG_GUIDE.md
Markdown
├─
package.json
JSON
├─
README.md
Markdown
├─
RELEASE.md
Markdown
├─
schema.json
JSON
├─
SKILL.md
Markdown
├─
start-funasr.sh
Shell
└─
swarm-control-feishu.js
JavaScript
安全亮点
✓ No actual malicious code execution in runtime - curl|bash only in documentation
✓ No credential harvesting or exfiltration code detected
✓ No reverse shell or C2 infrastructure
✓ No base64-encoded or obfuscated malicious payloads
✓ execSync usage limited to benign status/version checks
✓ Configuration files are template-based, not automatically applied