
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.
@skyring/smtp-transport
Advanced tools
SMTP Transport for node-skyring
The smtp transport exposes a configurable transport function. As a result, it must be manually passed to a skyring server, and cannot be auto loaded. Environment variables can also be used to configure the transport instead of passing configuration in directly
const Skyring = require('skyring')
const SMTP = require('@skyring/smtp-transport')
new Skyring({
seeds: ['localhost:3456']
, node: {host: 'localhost', port: 3456}
, transports: [ SMTP({ host: 'smtp.mail.com', port: 578 }) ]
})
Available Environment Variables
| Variable | Usabage | Example |
|---|---|---|
| SKYRING_SMTP_PORT | port of smtp server to connect to | 25 |
| SKYRING_SMTP_HOST | host name or ip of the smtp server | smtp.mailserver.com |
| SKYRING_SMTP_AUTHMETHOD | auth method to login with | 'PLAIN' |
| SKYRING_SMTP_USER | smtp login user name | 'username' |
| SKYRING_SMTP_PASS | smtp login password | 'password' |
FAQs
SMTP based transport for skyring
The npm package @skyring/smtp-transport receives a total of 0 weekly downloads. As such, @skyring/smtp-transport popularity was classified as not popular.
We found that @skyring/smtp-transport demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.