
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
github.com/rssaurus/rssaurus-cli
Advanced tools
A command-line client for RSSaurus.
brew tap RSSaurus/tap
brew install rssaurus
# later
brew upgrade rssaurus
curl -fsSL https://raw.githubusercontent.com/RSSaurus/rssaurus-cli/main/install.sh | bash
Installs rssaurus into /usr/local/bin (uses sudo if needed).
Download a binary from GitHub Releases: https://github.com/RSSaurus/rssaurus-cli/releases
rssaurus auth login
rssaurus auth whoami
For v1 we keep a single host/token.
https://rssaurus.comRSSAURUS_HOST or --hostRSSAURUS_TOKEN or store it locally via rssaurus auth loginConfig file location:
$XDG_CONFIG_HOME/rssaurus/config.json (if set)~/.config/rssaurus/config.jsonrssaurus auth loginrssaurus auth whoamirssaurus feeds (default output does not include DB IDs)rssaurus items (unread by default; supports --feed-id, --status, --limit, --cursor, --urls)rssaurus open <url>rssaurus read <item-id> / rssaurus unread <item-id>rssaurus mark-read --all (or --ids 1,2,3, --url <url>, --urls <u1,u2>, optional --feed-id)rssaurus save <url> / rssaurus unsave <saved-item-id>Notes:
--json output when you need IDs for scripting.--urls flag, items prints only URLs (one per line) for easy piping.# Installs a `rssaurus` binary into ~/go/bin
go install ./cmd/rssaurus
# Ensure ~/go/bin is in PATH
export PATH="$PATH:$HOME/go/bin"
rssaurus --help
go test ./...
FAQs
Unknown package
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.