chai-as-gateway @7.1.5
Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 12:52 PM UTC
OSV ID
MAL-2026-14200
Ecosystem
npm
Summary
The package advertises itself as a logger (README and type definitions copied wholesale from pinojs/pino) but its exported middleware is a no-op that simply calls next(). index.js unconditionally executes require('./lib/config') at module top level, and lib/config.js is a ~4MB obfuscator.io-style blob (string-array rotate loader, ~24k entries, hex-escaped identifiers) whose only purpose is to run on import. The obfuscated blob contains references to child_process exec/spawn, axios (declared as a runtime dependency in package.json), fs directory traversal via withFileTypes, the path fragment.aws, and the full base64 alphabet — the standard shape of an installer-secret harvester that walks the home directory for AWS credentials and exfiltrates over HTTP. The package name resembles unrelated popular packages, the description string ('vulnerabilities management document') does not match the pino-cloned documentation, and author metadata is a generic hello@jsonspack.com address. Requiring this package auto-executes attacker-controlled code on the installer.
Source: amazon-inspector (f90afdde9240783f1f869b875b7967490cf579e1bae0986861498f8c98c0d973)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.