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.
Why this conclusion was reached
3/4 dimensions flagged1 undeclared or violating capabilities were inferred.
1 high-risk artifacts or egress signals were extracted.
The report includes 3 attack-chain steps and 2 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:1
Escalation · scripts/maxianer-call.mjs:47
Impact · scripts/maxianer-call.mjs:47
What drove the risk score up
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)
Most important evidence
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 Declared capability vs actual capability
scripts/maxianer-call.mjs:47 Suspicious artifacts and egress
34.84.114.113 scripts/maxianer-call.mjs:13
http://34.84.114.113:3333 scripts/maxianer-call.mjs:13
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md scripts/maxianer-call.mjs