
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
notify-push
Advanced tools
A general purpose popup notifier sender/receiver for using WebSockets (via Pusher).
notify-push employs a Receiver and Sender(s) to push messages from the Sender(s) to the Receiver.
Example Use Case:
You have irssi set up in a screen on a remote machine and you want to be notified on your laptop/desktop whenever your name gets highlighted.

Create an App on Pusher named notify-push. The free account should be plenty.
For the Receiver machine and the Sender machine(s):
$ gem install notify-push
Or, from source:
$ git clone https://github.com/eriknomitch/notify-push.git
$ cd notify-push
$ bundle install
$ rake install
Next, create a configuration file with your Pusher App's credentials (found on your Pusher App's page under App Credentials) and distribute it to each machine (Receiver and Sender(s)).
Location: ~/.notify-pushrc
pusher:
key: a1a2a3b1b2b3c1c2c3d1
secret: a1a2a3b1b2b3c1c3c1d1
app_id: 12345
Invoke the Receiver with:
$ notify-push receive
TODO: There's a .plist launchd file in there but it's not ready.
$ notify-push send <message> [title]
Alternatively, you can curl or use any Pusher tool to send on messages to your notify-push app on channel "notifications" with data:
message: The message to notify you with in the notifier popup (REQUIRED)
title: The title of the notifier popup (Optional)
FAQs
Unknown package
We found that notify-push 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.