math
Opening index.html dynamically loads an obfuscated external loader; the service worker also imports externally selected worker code. This is a staged remote-code carrier, but no direct theft or destructive behavior is established in the package.
Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1The HTML entrypoint dynamically imports a loader from obfuscated source URLs and invokes its boot function.
index.htmlView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
The service worker resolves a remote worker version and executes it with importScripts.
sw.jsView on unpkg · L1README describes the package as a static carrier and states release output is obfuscated.
README.mdView on unpkg · L1Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1The HTML entrypoint dynamically imports a loader from obfuscated source URLs and invokes its boot function.
index.htmlView on unpkg · L1README describes the package as a static carrier and states release output is obfuscated.
README.mdView on unpkg · L1The service worker resolves a remote worker version and executes it with importScripts.
sw.jsView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.jsView on unpkg · L1