After noticing that installing bcrypt runs several commands like CMake. I was wondering if it is possible to run:
- File management commands (copy, create, delete)
- Other NPM commands (install, update, publish, etc)
- Potentially malicious code (
rm -rf
, system shutdown, etc)
By running npm install [module]
.