
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
The Notifiee gem allows Ruby developers to programmatically send notifications to team members (via multiple channels like Email, SMS, Telegram, Slack, Messenger, and Twitter DMs) through the Notifiee web service. The API is implemented as JSON over HTTP.
Add this line to your application's Gemfile:
gem 'notifiee'
then bundle:
$ bundle
Or install globally:
$ gem install notifiee
First configure your API client:
NotifieeAPI::Client.api_key = "YOUR_API_KEY"
In Rails projects this should go in a notifiee initializer and the API key should probably be set with an ENV variable:
# config/initializers/notifiee.rb
NotifieeAPI::Client.api_key = ENV["YOUR_API_KEY"]
Your API key is associated with a project created within the notifiee.com web interface. To get an API key you will need to sign up.
Once the configuration is set you can send notifications in your code like this:
NotifieeAPI.notify(:bob, [:telegram], 'Something happened in our app!')
# or with a subject
NotifieeAPI.notify(:bob, [:telegram], 'Something happened in our app!', subject: 'Our App Notification')
NOTE: :bob
is a notifiee that you would have had to have created from within the notifiee.com web interface and configured the Telegram channel for.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that notifiee-ruby demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.