gateway-monitor-installer
Skill contains undeclared external network access and reads API credentials from auth profiles to transmit to minimaxi.com, with missing template files referenced in documentation.
为什么得出这个结论
1/4 个维度触发发现 2 项声明之外的能力或越权行为。
提取到 3 个一般风险产物,需要结合上下文判断。
没有形成明确的恶意路径。
没有完整依赖信息,供应链判断需要保留弹性。
风险分是怎么被拉高的
SKILL.md does not mention HTTPS calls to minimaxi.com for coding plan status
gateway-monitor-server.js reads ~/.openclaw/agents/main/agent/auth-profiles.json without documentation
SKILL.md references assets/launchagents/*.plist.tpl which do not exist in the package
MiniMax API key is sent to minimaxi.com via Authorization header
最关键的证据
Undeclared external network access
The gateway-monitor-server.js makes HTTPS requests to https://www.minimaxi.com/v1/api/openplatform/coding_plan/remains without any mention in SKILL.md. This is a hidden network behavior.
assets/bin/gateway-monitor-server.js:28 Undeclared credential file access
The skill reads the MiniMax API key from ~/.openclaw/agents/main/agent/auth-profiles.json, a sensitive credential storage location, without declaring this access in documentation.
assets/bin/gateway-monitor-server.js:309 Missing launchagent template files
SKILL.md and install.sh reference template files at assets/launchagents/*.plist.tpl that do not exist in the package. These files are needed for the installation to succeed.
SKILL.md:24 API key transmitted to external service
The MiniMax API key is sent in the Authorization header to an external service (minimaxi.com). While the service appears legitimate, the transmission of credentials to external endpoints is a sensitive behavior.
assets/bin/gateway-monitor-server.js:344 声明能力 vs 实际能力
SKILL.md declares file write to ~/.openclaw/tools/ gateway-monitor-server.js:28 - external HTTPS call to minimaxi.com not declared launchctl commands in install.sh/status.sh are documented gateway-monitor-server.js:309 - reads MINIMAX_CP_KEY from environment 可疑产物与外联
http://127.0.0.1:18990 SKILL.md:40
https://www.minimaxi.com/v1/api/openplatform/coding_plan/remains assets/bin/gateway-monitor-server.js:28
http://127.0.0.1:18990/api/summary scripts/status.sh:25
依赖与供应链
没有结构化依赖告警。
文件构成
assets/bin/gateway-monitor-server.js SKILL.md scripts/status.sh