npm · Malicious package advisory
Malware@dropout-ai/runtime
MAL-2026-3683
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.
Compromised versions (1)
- 0.2.12
Any computer that installed or ran a compromised version should be considered fully compromised. Rotate every secret on that machine from a clean environment.