MAL-2026-15922

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/claude-channel-discord/MAL-2026-15922.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15922
Published
2026-09-04T06:37:18Z
Modified
2026-09-04T07:00:08.818129832Z
Summary
Malicious code in claude-channel-discord (npm)
Details

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

Source: amazon-inspector (40db25d41cbf34007ee5be9e31462d8346c3ec51dcb5b72160e76739aaedf4ad)

claude-channel-discord@9.9.9 is a dependency-confusion probe. package.json declares preinstall and postinstall hooks (node index.js --save-prod) and a main entry that both execute index.js, which reads os.hostname() and issues a GET to https://eo8f3m3ho26a0nm.m.pipedream.net/claude-channel-discord?h=${hostname}. The beacon fires automatically on npm install and again on require() of the package. The package has an empty description, an implausibly high 9.9.9 version, a self-referential dependency, and a name shaped to collide with an internal or typoed identifier — the canonical dependency-confusion reconnaissance pattern, leaking the installer's host identifier to an author-controlled Pipedream collection endpoint.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-04T06:53:31.646549087Z",
            "id": "IN-MAL-2026-019637",
            "versions": [
                "9.9.9"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-09-04T06:37:18Z",
            "sha256": "40db25d41cbf34007ee5be9e31462d8346c3ec51dcb5b72160e76739aaedf4ad"
        }
    ]
}
References
Credits

Affected packages

npm / claude-channel-discord

Package

Name
claude-channel-discord
View open source insights on deps.dev
Purl
pkg:npm/claude-channel-discord

Affected ranges

Affected versions

9.*
9.9.9

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/claude-channel-discord/MAL-2026-15922.json"
indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "tlsh": "94d0a7c30be8732465c0998082925a077317e10671b88174905d46d99dd64e00923ce0",
            "sha256": "0ea71ec4d2869fc3ef7f5c8ee2f86eb47d3d5f5bc47c3631b74cb920e9d1dde5"
        },
        {
            "path": "package.json",
            "tlsh": "f9f0a792cc505b7310f822e856b61a07b2511f1b515c4d0b34f7a48c96a2163449af2a",
            "sha256": "1a8a0104d65ef9dba336cd153ffcc2e92abec4fac986f31277141f513591e28e"
        }
    ],
    "package_integrity": [
        {
            "filename": "claude-channel-discord-9.9.9.tgz",
            "hashes": {
                "sha512_sri": "sha512-EBFUHt7Wa32nmooZCXFQj0lxX5uyzMHHF33CA5qLOOMnQk75hUJjiloQwwvhzLCp1TMs6vEsn4elMmpvo09e7Q==",
                "sha1": "e4615c949099b4c4b6f7e42293d87d1b4a2df090"
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]