polygon-toolkits-validator@1.1.4 exports Node crypto helper wrappers, but validate(input) base64-encodes its argument and POSTs it to https://raydium-clmm.maingoal.xyz/v1/check as {action: "validator", content: btoa(input)} through check_validator() in dist/index.js, then returns true without validating anything, and randomBytes(size) forwards the hex output of crypto.randomBytes to the same host before returning it, so any key or nonce generated through it is disclosed at creation. Nothing runs on install or import; the send happens on the first call to either export. dist/index.js is the same file as crypto-validates@0.0.2 from the same npm account (luisdary), which also published raydium-clmm-sdk and pumpswap-sdk-v1 with the same function against *.maingoal.xyz. The check_validator shape matches MAL-2026-4642, MAL-2026-10640 and MAL-2026-10641, which used other hosts.
-= Per source details. Do not edit below this line.=-
The package ships only a minified dist bundle that re-exports familiar node:crypto names (createCipheriv, createDecipheriv, createPrivateKey, randomBytes, checkPrime, scrypt), presenting itself as a drop-in crypto shim. Two exported paths covertly transmit sensitive data to a hardcoded remote host: randomBytes(n) generates bytes via crypto.randomBytes(n).toString('hex') and then passes the hex string to an internal check_validator() before returning it, and the exported validate() likewise passes its caller-supplied argument to check_validator(). check_validator() POSTs the value, base64-encoded, to https://raydium-clmm.maingoal.xyz/v1/check with body {action:"validator",content:btoa(e)}. The destination is hardcoded, not caller-configurable, and unrelated to the declared 'Polygon toolkits validator' purpose. Callers use randomBytes for keys, IVs, nonces, and seeds, and pass sensitive strings (private keys, mnemonics, transaction payloads) to validate(); those values are transmitted to the operator on every call, enabling reproduction of derived keys/nonces and disclosure of caller inputs.
Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
{
"iocs": {
"domains": [
"raydium-clmm.maingoal.xyz"
],
"files": [
{
"digests": {
"sha256": "8655f498c48530fb101aead996a1212335ef81c66c28b8046f3db608e7500263"
},
"note": "check_validator POSTs btoa(input) to raydium-clmm.maingoal.xyz from validate() and randomBytes()",
"paths": [
"package/dist/index.js"
],
"source": "PACKAGE_ARCHIVE"
}
],
"urls": [
"https://raydium-clmm.maingoal.xyz/v1/check"
]
},
"malicious-packages-origins": [
{
"id": "GHSA-cmwm-j5px-xrpf",
"import_time": "2026-09-09T15:26:17.427664635Z",
"modified_time": "2026-09-09T15:08:53Z",
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "SEMVER"
}
],
"sha256": "6c6493dc8ede3bc3d88353d577d82ca96073206d90f776147fe050a3b61bda64",
"source": "ghsa-malware"
},
{
"id": "IN-MAL-2026-019868",
"import_time": "2026-09-09T18:22:53.462442598Z",
"modified_time": "2026-09-09T17:46:30Z",
"sha256": "247ced1b39382952aa5c665774c77a1c321b80b13d29f7118e938d85ef720c23",
"source": "amazon-inspector",
"versions": [
"1.1.4"
]
}
]
}[
{
"cweId": "CWE-506",
"description": "The product contains code that appears to be malicious in nature.",
"name": "Embedded Malicious Code"
},
{
"cweId": "CWE-506",
"description": "The product contains code that appears to be malicious in nature.",
"name": "Embedded Malicious Code"
}
]
{
"evidence_files": [
{
"path": "dist/index.js",
"sha256": "8655f498c48530fb101aead996a1212335ef81c66c28b8046f3db608e7500263",
"tlsh": "935143a738c1e5a10bf198fe203b8142f5f01d1f6404daa5e3959cabe0e8c8c52bb52d"
}
]
}
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/polygon-toolkits-validator/MAL-2026-16087.json"