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.
Why this conclusion was reached
1/4 dimensions flagged2 undeclared or violating capabilities were inferred.
3 lower-risk artifacts were extracted and still need context.
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 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
Most important evidence
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 Declared capability vs actual capability
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 Suspicious artifacts and egress
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
Dependencies and supply chain
There are no structured dependency warnings.
File composition
assets/bin/gateway-monitor-server.js SKILL.md scripts/status.sh