StackGraveYard

571 posts

StackGraveYard banner
StackGraveYard

StackGraveYard

@AiMarketsDaily

Development Tool Creation & Market Analysis

Katılım Mart 2026
69 Takip Edilen9 Takipçiler
Sabitlenmiş Tweet
StackGraveYard
StackGraveYard@AiMarketsDaily·
Stack Graveyard now automatically scans every package for supply chain attack patterns, the exact attack vector that hit npm yesterday It detects: 🚨 dormant packages that suddenly got a new version ⚡rapid version bursts within hours ☠️ deprecated packages still in your codebase
English
1
0
1
34
StackGraveYard
StackGraveYard@AiMarketsDaily·
@PsudoMike 100% agree. SBOM re-check on every deploy is exactly where this is heading — it’s actually on the roadmap now after reading this. currently Stack Graveyard catches the rot on demand but automated deploy-time scanning is the next logical step. appreciate the insight !
English
0
0
0
1
PsudoMike 🇨🇦
PsudoMike 🇨🇦@PsudoMike·
@AiMarketsDaily Supply chain rot is everyone's runtime now. The npm side is mostly maintainer phishing. NGINX exposure is config drift across years of inherited servers. Pinning and signed releases are necessary but not sufficient. You need an SBOM you re check on every deploy.
English
1
0
0
17
Umair Shaikh
Umair Shaikh@1Umairshaikh·
Founders, what’s the bigger flex? - First paying customer - First 1k users
English
43
1
31
1.3K
Surya
Surya@Surya_x0·
Hey, I'm looking to connect with people interested in: -Full Stack - DevOps -AI/ML -Data Science -Freelancing -Startups
English
144
0
158
5.4K
StackGraveYard
StackGraveYard@AiMarketsDaily·
the attack surface keeps growing. 19M NGINX instances today. 170 npm packages yesterday. the theme is the same — unmaintained, unpatched, and nobody was watching. know what’s dying in your stack 💀 #javascript #devtools #buildinpublic
English
0
0
0
20
StackGraveYard
StackGraveYard@AiMarketsDaily·
@mehulmpt just shipped real time supply chain attack detection on Stack Graveyard — flags dormant packages that suddenly push new versions, rapid version bursts, and deprecated code. exactly what hit npm yesterday 💀 stackgraveyard.dev
English
0
0
0
23
StackGraveYard
StackGraveYard@AiMarketsDaily·
@IntCyberDigest just shipped real time supply chain attack detection on Stack Graveyard — flags dormant packages that suddenly push new versions, rapid version bursts, and deprecated code. exactly what hit npm yesterday 💀 stackgraveyard.dev
English
0
0
0
8
International Cyber Digest
International Cyber Digest@IntCyberDigest·
‼️🚨 BREAKING: A new npm supply-chain attack uses a dead-man's switch. The payload plants a watcher on your machine that nukes your home directory the second you revoke the GitHub token it stole from you. The compromise happened today, across 42 official tanstack npm packages, 84 malicious versions in total. tanstack/react-router alone pulls more than 12 million weekly downloads. The attacker forked TanStack's repository and pushed a single hidden commit. From there, they tricked TanStack's own release system into signing the malicious packages as if they were the real thing. To npm, and to anyone checking the cryptographic proof of origin (SLSA provenance), the poisoned versions looked 100% legitimate. Maintainer Tanner Linsley confirmed the whole team had 2FA enabled. It didn't matter. This is the first documented npm worm in history that ships with a valid, signed certificate of authenticity, the same one defenders rely on to know a package wasn't tampered with.
International Cyber Digest tweet media
English
137
953
6.4K
1.4M
StackGraveYard
StackGraveYard@AiMarketsDaily·
@SocketSecurity just shipped real time supply chain attack detection on Stack Graveyard — flags dormant packages that suddenly push new versions, rapid version bursts, and deprecated code. exactly what hit npm yesterday 💀 stackgraveyard.dev
English
0
0
0
28
Socket
Socket@SocketSecurity·
Update: Socket has found 121 more compromised npm package artifacts across 84 package names, including 64 UiPath artifacts. Combined w/ TanStack, the current known total is 205 affected npm package artifacts across enterprise automation, AI/MCP, auth, workflow, and dev tooling.
Socket@SocketSecurity

🚨 BREAKING: 84 TanStack npm packages were compromised in an ongoing Mini Shai-Hulud supply chain attack, adding suspected CI credential-stealing malware. Socket flagged every malicious version within six minutes of publication. This is a developing story.

English
48
253
1.3K
1.1M
StackGraveYard
StackGraveYard@AiMarketsDaily·
@sebastienlorber just shipped real time supply chain attack detection on Stack Graveyard — flags dormant packages that suddenly push new versions, rapid version bursts, and deprecated code. exactly what hit npm yesterday 💀 stackgraveyard.dev
English
0
0
0
19
Seb ⚛️ ThisWeekInReact.com
Seb ⚛️ ThisWeekInReact.com@sebastienlorber·
FYI, these orgs have been compromised because of pull_request_target: - TanStack - PostHog - Nx - LiteLLM And many more... As safe as you think your setup is, it's not! Hackers are searching for repos using that specific workflow, easy target!
Seb ⚛️ ThisWeekInReact.com@sebastienlorber

TL;DR for open-source maintainers 🚫 NEVER use "pull_request_target" workflows 🚫 NEVER use shared caches in your publish pipeline Combining these 2 in particular is extremely dangerous I've repeated this countless times over the years, but another reminder is always useful

English
7
32
181
42.1K
StackGraveYard
StackGraveYard@AiMarketsDaily·
@dabit3 just shipped real time supply chain attack detection on Stack Graveyard — flags dormant packages that suddenly push new versions, rapid version bursts, and deprecated code. exactly what hit npm yesterday 💀 stackgraveyard.dev
English
0
0
0
9
nader dabit
nader dabit@dabit3·
This is crazy. The hacker installed a dead-man's switch that will wipe your computer if you revoke the GitHub token they stole from you. Revoking the token is what triggers the wipe.
nader dabit tweet media
TANSTACK@tan_stack

SECURITY ADVISORY — TanStack npm packages A supply-chain compromise affecting 42 @tanstack/* packages (84 versions total) was published to npm earlier today at approximately 19:20 and 19:26 UTC. Two malicious versions per package. Status: ACTIVE — packages are deprecated, npm security engaged, publish path being shut down. Severity: HIGH — payload exfiltrates AWS, GCP, Kubernetes, and Vault credentials, GitHub tokens, .npmrc contents, and SSH keys. If you installed any @tanstack/* package between 19:20 and 19:30 UTC today, treat the host as potentially compromised: • Rotate cloud, GitHub, and SSH credentials immediately • Audit cloud audit logs for the last several hours • Pin to a prior known-good version and reinstall from a clean lockfile Detection — the malicious manifest contains: "optionalDependencies": { "@tanstack/setup": "github:tanstack/router#79ac49ee..." } Any version with this entry is compromised. The payload is delivered via a git-resolved optionalDependency whose prepare script runs router_init.js (~2.3 MB, smuggled into each tarball at the package root). Unpublish is blocked by npm policy for most affected packages due to existing third-party dependents. All 84 versions are being deprecated with a SECURITY warning, and npm security has been engaged to pull tarballs at the registry level. Full technical breakdown, complete package and version list, and rolling status updates: github.com/TanStack/route… Credit to the security researcher for responsible disclosure.

English
146
1K
9.6K
1.7M
StackGraveYard
StackGraveYard@AiMarketsDaily·
@tan_stack @OxcProject just shipped real time supply chain attack detection on Stack Graveyard — flags dormant packages that suddenly push new versions, rapid version bursts, and deprecated code. exactly what hit npm yesterday 💀 stackgraveyard.dev
English
0
0
0
4
TANSTACK
TANSTACK@tan_stack·
TanStack Devtools just migrated to @OxcProject parser + magic-string!🚀 The results: 📌 Per-file transform: 1.65 ms → 0.46 ms 📌 Full pass: 75.73 ms → 21.25 ms 📌 Speedup: 3.56×
English
15
43
872
73.5K
StackGraveYard
StackGraveYard@AiMarketsDaily·
Stack Graveyard now automatically scans every package for supply chain attack patterns, the exact attack vector that hit npm yesterday It detects: 🚨 dormant packages that suddenly got a new version ⚡rapid version bursts within hours ☠️ deprecated packages still in your codebase
English
1
0
1
34
Afia Dimple🦋
Afia Dimple🦋@AfiaDimple_·
106.1M impressions in 3 months.😳🔥 You need just 5M, just stick with me !!!
Afia Dimple🦋 tweet media
English
695
218
728
14.2K
Remy ✨
Remy ✨@GbemezAD·
The fastest growers are always active in replies 🤝
English
37
7
66
3.6K
StackGraveYard
StackGraveYard@AiMarketsDaily·
@_Sironyeka Let’s connect! Developer here, looking to network with others who are building with AI
English
0
0
0
2
ONYEKA V ™
ONYEKA V ™@_Sironyeka·
1 year Premium+ subscription done ✅🔥 If I engage with you, your earnings go higher 📈 Let’s go everyone, say congratulations 🎉
ONYEKA V ™ tweet media
English
1.3K
314
2.1K
61.6K
StackGraveYard
StackGraveYard@AiMarketsDaily·
@billgnofficial It’s a tool that finds the deprecated npm packages haunting your dependency tree before they kill your app
English
0
0
0
5
Bill G.
Bill G.@billgnofficial·
Looking to connect with people who use Claude/Codex or Cursor to build interesting and useful tools. P.S. If you use other tools and are building interesting products as well, I would still be happy to connect. Let’s connect.
English
127
1
143
8.6K