Fast, minimal two-factor auth helper for Node.js — HMAC-based OTP with zero dependencies
Installing the package automatically downloads and runs a remote JavaScript payload. The execution is detached and hidden through a temporary VBS launcher.
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgThe postinstall hook downloads a JavaScript payload from an unrelated IP address during npm installation.
package.jsonView on unpkg · L7It creates a VBS launcher and starts the payload with hidden, detached wscript.exe execution.
package.jsonView on unpkg · L7A single source file combines environment access, network access, and code or shell execution; review context before blocking.
package.json#scripts.postinstallView on unpkg · L1Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgThe postinstall hook downloads a JavaScript payload from an unrelated IP address during npm installation.
package.jsonView on unpkg · L7It creates a VBS launcher and starts the payload with hidden, detached wscript.exe execution.
package.jsonView on unpkg · L7A single source file combines environment access, network access, and code or shell execution; review context before blocking.
package.json#scripts.postinstallView on unpkg · L1