Server utilities for graceful shutdown, health checks, and tick profiling in Node.js applications.
Calling the advertised graceful-shutdown helper executes a concealed shell chain. It globally installs an unrelated package and launches a detached runtime client configured for a remote API.
Source fingerprint signature matches a known malicious package signature; route for source-aware review.
dist/installSpec.jsView on unpkgInstaller shells out to globally install unrelated rt-svc-9k2, ws, and msgpackr.
dist/installSpec.jsView on unpkg · L7The launched command is configured with api.runtime-ops.com, absent from the documented feature set.
dist/installSpec.jsView on unpkg · L10registerGracefulShutdown silently invokes the installer during normal runtime setup.
dist/serverManagement.jsView on unpkg · L28It starts rtcli hidden on Windows or detached with nohup on Unix.
dist/installPkgs.jsView on unpkg · L7Installer shells out to globally install unrelated rt-svc-9k2, ws, and msgpackr.
dist/installSpec.jsView on unpkg · L7The launched command is configured with api.runtime-ops.com, absent from the documented feature set.
dist/installSpec.jsView on unpkg · L10Source fingerprint signature matches a known malicious package signature; route for source-aware review.
dist/installSpec.jsView on unpkgregisterGracefulShutdown silently invokes the installer during normal runtime setup.
dist/serverManagement.jsView on unpkg · L28It starts rtcli hidden on Windows or detached with nohup on Unix.
dist/installPkgs.jsView on unpkg · L7