🚨 CRITICAL: Active supply chain attack on axios -- one of npm's most depended-on packages.
The latest [email protected] now pulls in [email protected], a package that did not exist before today. This is a live compromise.
This is textbook supply chain installer malware. axios has 100M+ weekly downloads. Every npm install pulling the latest version is potentially compromised right now.
Socket AI analysis confirms this is malware. plain-crypto-js is an obfuscated dropper/loader that:
• Deobfuscates embedded payloads and operational strings at runtime
• Dynamically loads fs, os, and execSync to evade static analysis
• Executes decoded shell commands
• Stages and copies payload files into OS temp and Windows ProgramData directories
• Deletes and renames artifacts post-execution to destroy forensic evidence
If you use axios, pin your version immediately and audit your lockfiles. Do not upgrade.
Storybook MCP gives agents structured context from your components, stories, docs, and tests so they can build UI that actually matches your design system instead of inventing patterns, props: https://t.co/1YVf0qnO5r
@nicktindle@github I am, but there's currently no feature within GH that auto-blocks/ban highly suspiscious accounts.
This is more of a rant as I've lost so much time over triaging PRs/issue from idiots who brings nothing but noises.
Agent controlled GH accounts are really becoming the cancer of open-source.
What the hell is @github waiting for to help maintainers not get flooded by sloppy issues, comments and PRs.
It really kills the joy of doing OSS stuff on peoples free time.
Mass-generating PRs with your agents and clawbots isn't helping open source. It's quietly burning out the people who actually maintain it.
Please stop.
Meanwhile, this won’t change my involvement in
@nuxt_js . In fact, it’s also a great opportunity to make
@storybookjs and @nuxt_js work even better together !
Hey there 👋
I’m very excited to announce that starting next week, I’ll be joining Chromatic and the @storybookjs team full-time as a Senior Software Engineer !🥳🥳🥳
I’m looking forward to working with the team to make Storybook even better 😄
Back home after #jsPolandConf !
I had a great time there talking about third parties, meeting people and I was honoured to receive an jsAward for my work in open-source !
Huge thanks to @ngKalbarczyk and all the organisers of JS Poland !
Can't wait to be back for another one !
Huge thanks to Jakub Andrzejewski, @Atinux , Alex Liu and Daniel Roe for their incredible contributions to this project ! Can’t wait to see more people get involved! 😄
Looking forward to see how this grows and helps improve Nuxt websites everywhere!
Hello there 👋
I’m excited to announce the first alpha release of @nuxt/hints — a Nuxt module that gives actionable performance insights right inside your project.
At runtime, in your devtools! 🚀
https://t.co/G80yP9ObNF
JavaScript top-level await is no longer considered 'baseline' due to a pretty big Safari bug https://t.co/YydXq4D8Sz
The module graph fails in cases where two modules import a third at the same time. Demo: https://t.co/ByzQqEseyu
It's best to avoid the feature for now 😔