huawei-cloud-devbridge-tunnel
华为云开发隧道工具,依赖危险的 `curl|bash` 远程脚本执行模式安装CLI,但未发现恶意代码或数据外泄行为。核心脚本是良性的适配层,无阴影功能。
curl -fsSL https://res-hd.hc-cdn.cn/sharedata/hdspace/devbridge/install.sh | bash Why this conclusion was reached
1/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
3 high-risk artifacts or egress signals were extracted.
There is no explicit malicious chain in the report.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
SKILL.md多处声明通过curl|bash安装CLI,属于危险的远程代码执行模式(虽然对CLI工具较常见)
卸载文档包含 rm -rf ~/.huawei/devbridge,虽为合法卸载操作但存在误操作风险
Most important evidence
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 Declared capability vs actual capability
SKILL.md:87 - curl|bash安装脚本 SKILL.md:86 - 写入 ~/.huawei/bin SKILL.md:88 - 访问华为云CDN下载CLI references/iam-policies.md:51 - 读取DEVBRIDGE_AK/SK环境变量 Suspicious artifacts and egress
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
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md references/troubleshooting.md references/rest-api-reference.md references/cli-installation-guide.md