huawei-cloud-devbridge-tunnel
华为云开发隧道工具,依赖危险的 `curl|bash` 远程脚本执行模式安装CLI,但未发现恶意代码或数据外泄行为。核心脚本是良性的适配层,无阴影功能。
curl -fsSL https://res-hd.hc-cdn.cn/sharedata/hdspace/devbridge/install.sh | bash 为什么得出这个结论
1/4 个维度触发声明资源与推断能力基本一致。
提取到 3 个高危 IOC 或外联信号。
没有形成明确的恶意路径。
没有完整依赖信息,供应链判断需要保留弹性。
风险分是怎么被拉高的
SKILL.md多处声明通过curl|bash安装CLI,属于危险的远程代码执行模式(虽然对CLI工具较常见)
卸载文档包含 rm -rf ~/.huawei/devbridge,虽为合法卸载操作但存在误操作风险
最关键的证据
CLI安装依赖远程脚本执行
通过 `curl -fsSL https://res-hd.hc-cdn.cn/sharedata/hdspace/devbridge/install.sh | bash` 安装CLI工具,这是危险的远程代码执行模式。虽然对CLI安装工具较常见,但存在供应链攻击风险。
SKILL.md:87 卸载指令包含rm -rf操作
cli-installation-guide.md中的卸载指令包含 `rm -rf ~/.huawei/devbridge`,虽然这是合法卸载操作,但如果脚本或命令被篡改,可能造成数据损失。
references/cli-installation-guide.md:137 Windows安装使用Invoke-Expression
Windows安装使用 `irm ... | iex` 远程脚本执行模式,同样存在供应链风险。
references/cli-installation-guide.md:38 声明能力 vs 实际能力
SKILL.md:87 - curl|bash安装脚本 SKILL.md:86 - 写入 ~/.huawei/bin SKILL.md:88 - 访问华为云CDN下载CLI references/iam-policies.md:51 - 读取DEVBRIDGE_AK/SK环境变量 可疑产物与外联
curl -fsSL https://res-hd.hc-cdn.cn/sharedata/hdspace/devbridge/install.sh | bash SKILL.md:87
rm -rf ~ references/cli-installation-guide.md:137
curl --proxy <proxy-url> -fsSL <install-url> | bash references/cli-installation-guide.md:161
https://res-hd.hc-cdn.cn/sharedata/hdspace/devbridge/install.sh SKILL.md:87
https://noh56s7x-8080.cn-north-4-bridge.myhuaweicloud.com SKILL.md:306
https://res-hd.hc-cdn.cn/sharedata/hdspace/devbridge/install.ps1 references/cli-installation-guide.md:36
https://devbridge. references/rest-api-reference.md:8
https://res-hd.hc-cdn.cn references/troubleshooting.md:58
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md references/troubleshooting.md references/rest-api-reference.md references/cli-installation-guide.md