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.
Ecosystem Plugin for Scroll support in Ape.
ape
You can install this plugin using ape
:
ape plugins install scroll
or via config file:
# ape-config.yaml
plugins:
- name: scroll
pip
You can install the latest release via pip
:
pip install ape-scroll
setuptools
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/theref/ape-scroll.git
cd ape-scroll
python3 setup.py install
Installing this plugin adds support for the Scroll ecosystem:
// sepolia testnet
ape console --network scroll:testnet
// mainnet
ape console --network scroll:mainnet
For some potential rpc endpoints, see https://chainlist.org/?search=scroll&testnets=true
This project is in development and should be considered a beta. Things might not be in their final state and breaking changes may occur. Comments, questions, criticisms and pull requests are welcomed.
FAQs
ape-scroll: Ape Ecosystem Plugin for Scroll
We found that ape-scroll demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.