importScripts found, but it's a legitimate use case for bundlers to load plugins dynamically.
No verification record available.
The package contains importScripts which reads and executes arbitrary files from the filesystem. However, the provided information states that importScripts: function (f) { (0, eval)(...) } is needed for Worker threads to load additional logic dynamically and that in a bundler, this might be used to load plugins. Therefore, this is a legitimate use case.