When explicitly started, the package runs an HTTP agent with command execution, file-management, terminal, and tunnel features. Its obfuscation makes the exposed behavior harder to audit.
Source contains an obfuscated payload loader that reconstructs and executes hidden code.
index.jsView on unpkg · L10The only executable source is heavily obfuscated and alters stdout and stderr writes.
index.jsView on unpkg · L3The command executor passes supplied commands to child_process.exec with the process environment.
The runtime exposes a POST /api/exec route that forwards request data to that executor.
index.jsView on unpkg · L8169Package source references dynamic require/import behavior.
index.jsView on unpkg · L39Source contains an obfuscated payload loader that reconstructs and executes hidden code.
index.jsView on unpkg · L10The only executable source is heavily obfuscated and alters stdout and stderr writes.
index.jsView on unpkg · L3The command executor passes supplied commands to child_process.exec with the process environment.
index.jsView on unpkg · L2933The runtime exposes a POST /api/exec route that forwards request data to that executor.
index.jsView on unpkg · L8169Package source references dynamic require/import behavior.
index.jsView on unpkg · L39