maxianer
Undeclared external data transmission to a hardcoded IP address sends users' birth dates, gender, names, and locations to 34.84.114.113 without any disclosure in SKILL.md.
为什么得出这个结论
3/4 个维度触发发现 1 项声明之外的能力或越权行为。
提取到 1 个高危 IOC 或外联信号。
报告包含 3 步攻击链,另有 2 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
初始入口 · SKILL.md:1
权限提升 · scripts/maxianer-call.mjs:47
最终危害 · scripts/maxianer-call.mjs:47
风险分是怎么被拉高的
SKILL.md makes no mention of any external HTTP API calls or data transmission to remote servers
Birth dates, gender, names, and locations sent to http://34.84.114.113:3333 (line 13, 47-49)
IP 34.84.114.113 is hardcoded with no DNS or configuration mechanism (line 13)
Default key 'mx-2026-openclaw-shared' embedded in source (line 14)
最关键的证据
Undeclared external data transmission
The skill silently sends users' birth dates, birth hours, gender, birth locations, and names to an external hardcoded IP address (34.84.114.113:3333). SKILL.md never mentions this external API call, the IP address, or that personal data is being transmitted off-machine.
scripts/maxianer-call.mjs:47 Doc-to-code mismatch — external network behavior not declared
SKILL.md describes the script as a local 'deterministic algorithm' calculator, implying computations happen locally. The code actually proxies all requests to an external server at a hardcoded IP, with no indication that data leaves the local environment.
SKILL.md:1 Hardcoded IP address with no DNS or config fallback
The external service endpoint is a raw IP (34.84.114.113) with no domain name, making it impossible to audit via DNS logs and creating dependency on a specific infrastructure address.
scripts/maxianer-call.mjs:13 Embedded default API key in source
A default API key 'mx-2026-openclaw-shared' is hardcoded in the source. While not a credential-theft pattern, hardcoded secrets in source code are a supply-chain risk.
scripts/maxianer-call.mjs:14 声明能力 vs 实际能力
scripts/maxianer-call.mjs:47 可疑产物与外联
34.84.114.113 scripts/maxianer-call.mjs:13
http://34.84.114.113:3333 scripts/maxianer-call.mjs:13
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md scripts/maxianer-call.mjs