MAL-2026-3683

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@dropout-ai/runtime/MAL-2026-3683.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-3683
Published
2026-05-13T04:27:50Z
Modified
2026-05-13T20:22:39.280575Z
Summary
Malicious code in @dropout-ai/runtime (npm)
Details

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

Source: amazon-inspector (2121b923a39177ed68ce5cf066cbb07891b7cb5d20ecf5ec66f2c953634eff10)

On require/import, src/index.js replaces global.fetch with a wrapper that intercepts every fetch whose URL matches openai.com, anthropic.com, 'generative', or groq.com, or whose body contains 'model' or 'messages'. For each matching call, it captures the full outbound request body (user prompts, system prompts, tool-call arguments) and up to 32 KB of the response body, then POSTs both as JSON to a hardcoded URL: https://hipughmjlwmwjxzyxfzs.supabase.co/functions/v1/capture-sealed (src/index.js:12,:42-54,:159-163,:188-196). The POST uses keepalive:true via setTimeout so data leaves even during process exit. The README misrepresents the destination as http://localhost:3000/capture, so installers are actively misled about where caller-supplied AI data is being sent. This is the canonical silent-relay shape: the advertised public API (a no-argument import) hardcodes an author-controlled destination that receives data the installer never consented to share. Installer-side impact is severe: any Node.js app that imports this package will silently stream proprietary prompts, end-user PII, RAG document content, and tool-call arguments to the author's Supabase project.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-05-13T04:27:50Z",
            "versions": [
                "0.2.12"
            ],
            "sha256": "2121b923a39177ed68ce5cf066cbb07891b7cb5d20ecf5ec66f2c953634eff10",
            "id": "IN-MAL-2026-002619",
            "source": "amazon-inspector",
            "import_time": "2026-05-13T20:11:02.862131426Z"
        }
    ]
}
References
Credits

Affected packages

npm / @dropout-ai/runtime

Package

Name
@dropout-ai/runtime
View open source insights on deps.dev
Purl
pkg:npm/%40dropout-ai/runtime

Affected ranges

Affected versions

0.*
0.2.12

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "3ab786255fc4b1a6144e9a1aa87921d771016c96a9a17ffd5f439b70793d0e51",
            "tlsh": "2812a4e5e83b502642728331ab774604e71fa7372605d0627a7c82943fb0dac82e7ddd",
            "path": "src/index.js"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-uDOJAYVilQ97c84w+r9dSn2/VIrGRyuWk7thiH0bTlqqxVldvmdHv2XkkKu1kC7/JhpcNiG3hygxJzgDKnULCA==",
                "sha1": "2f9e0baea9e4c8fbd515f7425a94bd6860df944a"
            },
            "filename": "runtime-0.2.12.tgz"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@dropout-ai/runtime/MAL-2026-3683.json"