npm

type-atob @3.3.7

Vulnerability report · Last retrieved from osv.dev July 10, 2026 at 10:34 PM UTC

Malicious

OSV ID

MAL-2026-10174

Ecosystem

npm

Summary

The package advertises itself as a pino-style logger (exports module.exports.pino = middleware , keywords fast/logger/stream/json , pino-like file layout under lib/) but its name and behavior are unrelated to logging. When the module is loaded via require(), its middleware factory spawns a detached node child process ( spawn('node', [script,...], { detached: true, stdio: 'ignore' }) , followed by child.unref() ) running lib/caller.js. lib/caller.js fetches a JSON document from https://json.extendsclass.com/bin/49b93b00acf1 with https://jsonkeeper.com/b/XRGF3 as fallback, extracts the cookie field from the response, and executes it via new Function.constructor('require', s) with require passed in, granting the fetched code full Node module access. Additional endpoints are hidden as base64-encoded strings in a fake process stub inside lib/caller.js and lib/const.js ( DEV_API_KEY decoding to https://jsonkeeper.com/b/XRGF3 and https://jsonkeeper.com/b/4NAKK). The remote content is attacker-mutable paste-style hosting, and the detached/unref/stdio-ignored spawn shape conceals the loader from the parent process.

Source: amazon-inspector (a69dbe06ae711c652bace745ae01fe11b2472c8d3b9891b02828cab9bfa8f653)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.