MAL-2026-13420

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@innocarpe/deepseek-build/MAL-2026-13420.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13420
Published
2026-08-06T13:56:57Z
Modified
2026-08-06T14:34:48.106823204Z
Summary
Malicious code in @innocarpe/deepseek-build (npm)
Details

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

Source: amazon-inspector (ecff1188eb08eef1faffb2e898fe393c3311abdf5e96f041435a5ca12163dc67)

The npm package's postinstall script (scripts/postinstall.js) requires child_process and issues POST requests carrying environment and host identifier data at install time. Installing the package causes automatic outbound network activity from a lifecycle hook that reads local process state, matching the shape of an install-time credential/host reconnaissance beacon rather than a documented build step.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-06T13:56:57Z",
            "source": "amazon-inspector",
            "sha256": "ecff1188eb08eef1faffb2e898fe393c3311abdf5e96f041435a5ca12163dc67",
            "import_time": "2026-08-06T14:19:54.96850584Z",
            "id": "IN-MAL-2026-016549",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @innocarpe/deepseek-build

Package

Name
@innocarpe/deepseek-build
View open source insights on deps.dev
Purl
pkg:npm/%40innocarpe/deepseek-build

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@innocarpe/deepseek-build/MAL-2026-13420.json"
indicators
{
    "package_integrity": [
        {
            "filename": "deepseek-build-1.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-MSVYAcHJV5uqBdAN9HwqBUNUew7+yyEx/gDXAMXqsNubZYN1+nT10yY3G5J07a41ZsjOCQjakOUmXBH2Ro1PLw==",
                "sha1": "b10d56a71ebc51651c9f37fde11fe5f9a2716e62"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "25411f68498363b43c5083de756fa027ab3684222621a99176ff495a0fc75a98373c7f",
            "sha256": "b2778a276b0210409bec7223ddee144e42c4cd2198c83d0f8cb8cbbe667a0e43",
            "path": "npm/scripts/postinstall.js"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]