When the user starts this remote-management agent, its authenticated API can execute shell commands and manage files. It can also create a Cloudflare tunnel at runtime; no install-time execution or covert exfiltration was confirmed.
Source contains an obfuscated payload loader that reconstructs and executes hidden code.
index.jsView on unpkg · L10Exposes an /api/exec handler that accepts a command from the request.
index.jsView on unpkg · L7847Command execution uses child_process.exec and merges caller-supplied environment values with process.env.
index.jsView on unpkg · L1252Package source references dynamic require/import behavior.
index.jsView on unpkg · L41Source contains an obfuscated payload loader that reconstructs and executes hidden code.
index.jsView on unpkg · L10Exposes an /api/exec handler that accepts a command from the request.
index.jsView on unpkg · L7847Command execution uses child_process.exec and merges caller-supplied environment values with process.env.
index.jsView on unpkg · L1252Package source references dynamic require/import behavior.
index.jsView on unpkg · L41