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.
A Cli took for generating random Keypairs, checking balance, requesting airdrop and sending sol
SolRemote is a command-line interface (CLI) tool designed to interact with the Solana blockchain. It allows users to perform essential wallet operations such as generating keypairs, requesting airdrops of SOL tokens, and sending SOL tokens to other wallets. The tool is built Commander leveraging Solana's Web3.js library for blockchain interactions.
$ pnpm install
$ pnpm dev
$ solremote COMMAND running command...
$ solremote --version
Look for help
$ solremote help
solremote generate-keypair // Generate a random keypair
solremote airdrop <publickey> <amount> //request-airdrop
solremote balance <publickey> // balance
solremote transfer [options] <file> <to-publickey> <amount> // Transfer SOL from a keypair stored in a file to another public key
FAQs
A Cli took for generating random Keypairs, checking balance, requesting airdrop and sending sol
The npm package solremote receives a total of 1 weekly downloads. As such, solremote popularity was classified as not popular.
We found that solremote demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.