MAL-2026-10592

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/stripedev/MAL-2026-10592.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10592
Published
2026-07-14T13:59:34Z
Modified
2026-07-14T14:49:16Z
Summary
Malicious code in stripedev (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (e8b1bd48eb1fe3b563d9950f59df7fcfe699d0f1b51820c47b721f59ee74af34)

package.json declares postinstall: node.init.js, which runs automatically on npm install. The script enumerates ~60 credential and CI-token environment variables (including NPM_TOKEN, GITHUB_TOKEN, AWS_SECRET_ACCESS_KEY, STRIPE_, DOCKER_, HEROKU_*, GCP, and Azure keys), reads ~/.npmrc, ~/.env*, ~/config.json, and ~/credentials.json, and walks ~/.config for files containing token/cred/secret. Host identifiers (os.hostname(), os.platform(), process.cwd(), pid) are collected alongside the secrets. All collected data is HTTPS-POSTed to a hardcoded webhook.cool endpoint (webhook.cool/at/tender-deer-80/hG-DWynJKenViD9XWI5Mf8CulD0I9G2s). The package has no legitimate functionality corresponding to this behavior.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-010513",
            "import_time": "2026-07-14T14:37:52.242779551Z",
            "modified_time": "2026-07-14T13:59:34Z",
            "sha256": "e8b1bd48eb1fe3b563d9950f59df7fcfe699d0f1b51820c47b721f59ee74af34",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / stripedev

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": ".init.js",
            "sha256": "6eb3939e40f85d1c3f591a3cd3a3edf0fd00c9b09fd7cb48f62e11edca3219b2",
            "tlsh": "d9513181849e521310db2af168034c00a67ee59b3435e6e17e8f02249fddc6c85b3fbd"
        }
    ],
    "package_integrity": [
        {
            "filename": "stripedev-1.0.0.tgz",
            "hashes": {
                "sha1": "79ab072f28478da44eb86d33d1c8bd99a40b28dd",
                "sha512_sri": "sha512-F31rVJAC6L+d0cVXHWXxfHGXQ8X9JQR/x0wVjHUjG/ztKgGZAB446+yRdt/dfrQFx7P++MFzAZA0GNkdJj4mkA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/stripedev/MAL-2026-10592.json"