
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
twitter-rss-server
Advanced tools
Serve Twitter user timelines as RSS feeds.
$ npm install -g twitter-rss-server
Use the twitter-rss-server command to run. It defaults to port 6000 on your
local machine, but you can use -p or --port to set it to something else.
$ twitter-rss-server
From here you can treat http://localhost:6000/username as a regular RSS feed!
$ curl http://localhost:6000/noffle
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Noffle Twitter RSS</title>
<description>A generated feed of the tweets from Noffle</description>
<link>https://twitter.com/Noffle</link>
...
Each request to the HTTP endpoint makes a fresh request to the Twitter API, making it stateless: fire up the server and grab fresh RSS data whenever you like!
MIT
FAQs
tiny server that hosts Twitter timelines as RSS feeds
The npm package twitter-rss-server receives a total of 0 weekly downloads. As such, twitter-rss-server popularity was classified as not popular.
We found that twitter-rss-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.