
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@lavamoat/preinstall-always-fail
Advanced tools
Worried about accidentally running `yarn` or `npm` with script hooks enabled such as `preinstall` or `postinstall`?
Worried about accidentally running yarn
or npm
with script hooks enabled such as preinstall
or postinstall
?
Adding this package to a project mitigates the likelihood of running any lifecycle scripts by throwing an error during the preinstall
script execution.
yarn add @lavamoat/preinstall-always-fail
npm i @lavamoat/preinstall-always-fail
If the --ignore-scripts
[1] flag is missing, running yarn
or npm i
will fail.
Enable the flag and use in conjunction with Lavamoat's allow-scripts to manually whitelist packages running scripts.
[1]: https://docs.npmjs.com/cli/v7/commands/npm-install#ignore-scripts
FAQs
Worried about accidentally running `yarn` or `npm` with script hooks enabled such as `preinstall` or `postinstall`?
The npm package @lavamoat/preinstall-always-fail receives a total of 60,409 weekly downloads. As such, @lavamoat/preinstall-always-fail popularity was classified as popular.
We found that @lavamoat/preinstall-always-fail demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.