The package allows arbitrary code execution via importScripts function, reading and executing files from the filesystem. This is a strong indicator of malware.
No verification record available.
The package contains a wasi-worker.mjs file that defines an importScripts function. This function reads and executes arbitrary files from the filesystem using fs.readFileSync and eval. An attacker could potentially control the file path and execute arbitrary code, leading to arbitrary code execution. This is a strong indicator of malicious behavior.