Installing the package runs a credential-stealing payload without user action. It collects local secrets, sends an archive to Telegram, and attempts to republish the victim’s npm packages with the payload installed.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgSource sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/script.jsView on unpkg · L51Source appears to send environment or credential material to an external endpoint.
dist/script.jsView on unpkg · L51A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/script.jsView on unpkg · L51A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/script.jsView on unpkg · L462Manifest-reachable source overwrites another installed package with package-defined remote behavior.
dist/script.jsView on unpkgA manifest entrypoint or package-local install chain reaches credential exfiltration behavior.
dist/script.jsView on unpkg · L51Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L8Source sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/script.jsView on unpkg · L51Source appears to send environment or credential material to an external endpoint.
dist/script.jsView on unpkg · L51A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/script.jsView on unpkg · L51A manifest entrypoint or package-local install chain reaches credential exfiltration behavior.
dist/script.jsView on unpkg · L51A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/script.jsView on unpkg · L462Manifest-reachable source overwrites another installed package with package-defined remote behavior.
dist/script.jsView on unpkg