
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.
github.com/bsaunders95/accounts-statistics-tool
A tool to fetch accounts data
The following environment variables are used for program execution
Variable | Required | Example | Default | Notes |
---|---|---|---|---|
TRANSACTIONS_MONGODB_URL | ✓ | mongodb://localhost:27017/ | This variable must follow the standardised MongoDB connection string format | |
TRANSACTIONS_MONGODB_DATABASE | ✓ | users_application | ||
LOG_LEVEL | ✗ | debug | info | A lower case representation of the standard log level enumerations. Possible values can be found here |
Bake a Docker image using the following command at the base of the project:
docker build --build-arg transactions_mongodb_url="<your_mongo_connection_string>" --build-arg transactions_mongodb_database="<your_mongo_db_name> -t <image_name> .
An additional --build-arg
flag with key log_level can be optionally set to configure the log level of the environment.
Once built, run the image using:
docker run <image_name>
FAQs
Unknown package
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.