
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.