swarm-control-feishu
合法但危险的配置工具,通过文档化方式系统性地禁用安全控制,存在较高滥用风险
Why this conclusion was reached
2/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
1 high-risk artifacts or egress signals were extracted.
The report includes 4 attack-chain steps and 2 severe findings.
2 dependency or supply-chain issues need attention.
Attack Chain
Entry · SKILL.md:1
Escalation · feishu-prime.js:175
Escalation · feishu-prime.js:182
Impact · feishu-prime.js:185
What drove the risk score up
sandbox:off + exec:security=full + exec:ask=off 组合禁用所有运行时保护
SKILL.md:965 包含 curl|bash 管道安装 nvm
fs.workspaceOnly=false 允许访问用户主目录和系统文件
elevated.enabled=true + allowFrom.feishu=[] 允许任何飞书用户执行特权命令
Most important evidence
系统性禁用安全沙箱
配置明确设置 sandbox:{mode:'off'},禁用所有容器化隔离
feishu-prime.js:175 执行无确认机制
exec:{ask:'off'} 完全禁用命令执行前确认,任何注入指令立即执行
feishu-prime.js:182 全文件系统访问
fs:{workspaceOnly:false} 允许访问主目录和系统路径 (~/.ssh, ~/.aws, /etc 等)
feishu-prime.js:185 文档包含远程脚本执行
SKILL.md:965 包含 curl|bash 管道下载安装 nvm,标准安装步骤但存在潜在风险
SKILL.md:965 Elevated 权限未限制来源
elevated.allowFrom.feishu=[] 空数组允许任何飞书用户执行特权命令
feishu-prime.js:189 Gateway 允许不安全认证
controlUi.allowInsecureAuth=true 禁用认证检查
feishu-prime.js:195 Declared capability vs actual capability
SKILL.md 明确声明全权限配置 exec:{security:full, ask:off} 完全无限制 飞书 WebSocket 连接配置 os.networkInterfaces() 读取网络配置 sessions.visibility=all 允许跨Agent调用 Suspicious artifacts and egress
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash SKILL.md:965
https://clawhub.com CHANGELOG.md:101
https://docs.openclaw.ai FILES.md:139
https://open.feishu.cn/ FILES.md:140
http://127.0.0.1:18789 JSON_CONFIG_GUIDE.md:302
https://api.kimi.com/coding/ JSON_CONFIG_GUIDE.md:328
https://www.modelscope.cn/models/manyeyes/sensevoice-small-int8-onnx/summary SKILL.md:712
https://nodejs.org/en/download/ SKILL.md:1094
https://www.python.org/downloads/ SKILL.md:1100
https://f-droid.org/packages/com.termux/ SKILL.md:1135
http://json-schema.org/draft-07/schema# schema.json:2
https://www.modelscope.cn/models/manyeyes/sensevoice-small-int8-onnx start-funasr.sh:27
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| funasr | * | pip | No | 语音转文字依赖,无版本锁定 |
| onnxruntime | * | pip | No | ONNX推理引擎,无版本锁定 |
| funasr-runtime-sdk-cpu-0.4.5 | 0.4.5 | docker | No | 阿里云Docker镜像 |
File composition
SKILL.md feishu-prime.js JSON_CONFIG_GUIDE.md schema.json FILES.md CHANGELOG.md