
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.
mri-cli-app-dev
Advanced tools
MRI CLI tool for managing packages and deployments in the MRI registry system
Install the CLI with a Node package manager
npm install --save-dev 'git+https://github.com/MRI-Software/MRI.OTA.CLI.git#main'
Upload a new app module or publish an update. The library name will be fetched from the package.json
.
npx mri upload
Install the app module into a container app
npx mri-cli add <app module name>
Usage
Usage: npx mri-cli <command> [options]
Commands:
auth Enter and save credentials for uploading or adding packages.
publish <library-path> Upload a package to the MRI registry.
add <name> Add a package to this project.
help Show this help message.
Options:
<library-path> Path to the library module to be uploaded. Defaults to the current directory.
<name> Name of the library module to be added.
<path> Path to the target app. Defaults to the current directory.
Aliases:
upload Alias for the "publish" command.
install Alias for the "add" command.
authenticate Alias for the "auth" command.
MRI Software, LLC
FAQs
MRI CLI tool for managing packages and deployments in the MRI registry system
We found that mri-cli-app-dev demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.