Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ethpm-registry
Advanced tools
Create a new EthPM registry on chain, and provide a library for integration with EthPM.
Proof of concept; more details and documentation still to come.
Create a new EPM registry on chain using the given from address.
:warning: Warning :warning: This command line tool requires an open Ethereum client in order to create the registry, which is wildly insecure. Use this at your own risk. This process can be greatly improved.
$ epmr new --from "0x1234..." [--host localhost] [--port 8545]
var EthPMRegistry = require("ethpm-registry");
var registry = EthPMRegistry.use(registry_address, from_address, web3_provider);
// Now you can use `registry` as valid registry interface within EthPM.
$ npm test
FAQs
Create a new epm registry on-chain
The npm package ethpm-registry receives a total of 1,209 weekly downloads. As such, ethpm-registry popularity was classified as popular.
We found that ethpm-registry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.