
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.
@artsy/artsy-xapp
Advanced tools
Tiny lib to fetch, store, and refresh an xapp token from Artsy's API.
var artsyXapp = require('artsy-xapp');
artsyXapp.init({
url: 'https://api.artsy.net', // defaults to process.env.ARTSY_URL
id: '31f31ffds', // defaults to process.env.ARTSY_ID
secret: '32rf1fds' // defaults to process.env.ARTSY_SECRET
}, function() {
app.locals.xappToken = artsyXapp.token
});
artsyXapp.on('error', process.exit);
ArtsyXapp will fetch an xapp token on init, store the token in artsyXapp.token and refresh the token in the background. If everything goes to hell (e.g. the token is expiring and Artsy's API is down) it will emit an error and null the token—you probably want to crash the server at this point if your app depends deeply on Artsy's API.
MIT
FAQs
Tiny lib to fetch and refresh an xapp token from Artsy's API.
We found that @artsy/artsy-xapp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.