
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@ipshipyard/libp2p-devtools
Advanced tools
Browser DevTools plugin to inspect a libp2p node running on the current page
Browser DevTools plugin to inspect a libp2p node running on the current page
A DevTools plugin that adds a "libp2p" tab to your developer tools that contacts a libp2p node running on the current page.
Works with @ipshipyard/libp2p-inspector-metrics which supplies metrics and allows us to interact with the running node.
Until this plugin is published on the relevant browser plugin stores, please run this locally.
npm i && npm run build
Configure @ipshipyard/libp2p-inspector-metrics
as your metrics implementation:
import { createLibp2p } from 'libp2p'
import { inspectorMetrics } from '@ipshipyard/libp2p-inspector-metrics'
const node = await createLibp2p({
metrics: inspectorMetrics(),
//... other options her
})
With the move to Manifest v3, users must now opt in to running content scripts on a page.
Please click the extensions button, then grant the extension permission to run:
Please click the extensions button, then grant the extension permission to run:
Browse to your webapp and open the DevTools, you should see a "libp2p" tab towards the right hand side of the toolbar. Click it to see stats about the running node.
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
Browser DevTools plugin to inspect a libp2p node running on the current page
The npm package @ipshipyard/libp2p-devtools receives a total of 9 weekly downloads. As such, @ipshipyard/libp2p-devtools popularity was classified as not popular.
We found that @ipshipyard/libp2p-devtools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.