
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
ip-ban-list
Advanced tools
Shared IP ban list backed by Hyperbee2, seedable over Hyperswarm.
npm install ip-ban-list
# Ban an IP
ip-ban-list ban 1.2.3.4
# Unban an IP
ip-ban-list unban 1.2.3.4
# Print the Hypercore public key (z-base-32)
ip-ban-list id
# Seed the ban list over Hyperswarm
ip-ban-list seed
--storage|-s [path]: storage directory (default: ./ip-ban-list)const banList = new IpBanList(store, [opts])Create a new IP ban list.
store: Corestore instanceopts.key: Hypercore public key to open an existing ban list read-only (default: null)await banList.ready()Initialize the ban list.
await banList.close()Close the ban list.
await banList.ban(ip)Ban an IPv4 address.
ip: IPv4 address string (e.g. '1.2.3.4')await banList.unban(ip)Remove an IPv4 address from the ban list.
ip: IPv4 address stringconst banned = await banList.isBanned(ip)Check if an IPv4 address is banned. Returns true or false.
banList.keyThe Hypercore public key for the ban list (32 bytes).
banList.discoveryKeyThe discovery key for swarming (32 bytes).
Apache-2.0
FAQs
Shared IP ban list backed by Hyperbee2, seedable over Hyperswarm
The npm package ip-ban-list receives a total of 1,160 weekly downloads. As such, ip-ban-list popularity was classified as popular.
We found that ip-ban-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.