Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/vorteil/bundler
The bundler tool helps to build, modify, extract or inspect vorteil bundles. It contains only four commands:
Creates a vorteil.io bundle based on the files in the provided toml configuration file.
bundler create 11.22.3 /path/to/bundle.toml > vorteil-11.22.3
Extracts all files from an existing bundle to the provided folder.
bundler extract /path/to/kernel-99.99.1 /tmp/folder
Inspects the bundle and returns all file names and tags in this bundle.
bundler inspect /path/to/kernel-99.99.1
Create a "live" bundle for the tags provided. If run with argument "dry-run" it only shows the files being on the bundle with those tags applied.
bundler process /path/to/kernel-99.99.1 tcpdump --dry-run
bundler process /path/to/kernel-99.99.1 tcpdump > file
go build -o bundler cmd/main.go
Distributed under the Apache 2.0 License. See LICENSE
for more information.
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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.