youtube-digest
Audited by Socket on Jul 30, 2026
2 alerts found:
Anomalyx2No concrete malware behavior can be confirmed from the provided lockfile/metadata fragment alone. The primary supply-chain security concern is the package’s reliance on local file: dependencies from ../../../vendor/*, which bypasses registry integrity/provenance controls and could execute attacker-modified code during install/build/runtime. To finalize malware/safety determination, the source code and npm lifecycle scripts of the local vendored dependencies (and any scripts in the published package) must be reviewed.
This file is a thin bootstrap that registers a local Node.js resolve/loader hook. The snippet itself contains no direct malicious logic, but loader/resolve hooks are powerful and can be used for dependency substitution or runtime tampering. The overall security assessment hinges entirely on the contents/behavior of resolve-hook.mjs, which is not provided here. Review resolve-hook.mjs for any import redirection, dynamic module replacement, network communication, or data handling.