
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.
@simonjayhawkins/shiny-robot
Advanced tools
Amazon Marketplace Web Services API client and marshaller
create mwsconfig.json in your home directory
{
"merchantId": "<Your Merchant Id>",
"accessKeyId": "<Your AWS Access Key ID>",
"secretAccessKey": "<Your AWS Secret Key>",
"endpoint": "<Your Marketplace Endpoint>",
"marketplaceId": "<Your Default Marketplace Id>",
"dataService": {
"default": "localFileSystem",
"services": {
"localFileSystem": {
"path": "mws-requests",
"format": "json"
},
"s3": {
"bucketName": "<myBucket>",
"bucketRegion": "<myRegion>",
"objectPrefix": "mws-requests",
"objectStorageClass": "STANDARD | REDUCED_REDUNDANCY | STANDARD_IA"
}
}
}
}
If using AWS create a credentials file at ~/.aws/credentials on Mac/Linux or C:\Users\USERNAME\.aws\credentials on Windows
[default]
aws_access_key_id = your_access_key
aws_secret_access_key = your_secret_key
FAQs
Amazon Marketplace Web Services API client and marshaller
The npm package @simonjayhawkins/shiny-robot receives a total of 4 weekly downloads. As such, @simonjayhawkins/shiny-robot popularity was classified as not popular.
We found that @simonjayhawkins/shiny-robot demonstrated a not healthy version release cadence and project activity because the last version was released 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.