frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Kids Are on ADHD Pills. For Many, It's the Start of a Drug Cascade

https://www.wsj.com/health/wellness/kids-adhd-drugs-medication-06dfa0b7
1•pretext•3m ago•0 comments

Black Friday Marketing Is Coming to Telegram

1•emmanol•3m ago•0 comments

40 years ago, Calvin and Hobbes' raucous adventures burst onto the comics page

https://text.npr.org/nx-s1-5564064
2•mooreds•4m ago•0 comments

AnyLanguageModel: One API for Local and Remote LLMs on Apple Platforms

https://huggingface.co/blog/anylanguagemodel
2•_mattt•4m ago•1 comments

DeepEyesV2: Toward Agentic Multimodal Model

https://github.com/Visual-Agent/DeepEyesV2
1•tamnd•5m ago•0 comments

Series A and Magic Patterns 2.0

https://www.magicpatterns.com/blog/series-a-and-magic-patterns-2-0
1•meysamazad•6m ago•0 comments

How the Linux-vs-BSD culture clash looked in the 1980s/1990s

https://liam-on-linux.dreamwidth.org/97149.html
1•furkansahin•9m ago•0 comments

Show HN: God's Eye – AI-powered subdomain recon with local LLM

https://github.com/Vyntral/god-eye
1•vyntral•9m ago•1 comments

Cloudflare Vibe SDK

https://github.com/cloudflare/vibesdk
1•signa11•10m ago•0 comments

Cold Self-Lubrication of Sliding Ice

https://journals.aps.org/prl/abstract/10.1103/1plj-7p4z
1•thinkingemote•11m ago•0 comments

Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in LLMs

https://arxiv.org/abs/2511.15304
1•capgre•12m ago•0 comments

BLS Cancels October Jobs Report, Couldn't Collect Some Data

https://www.bloomberg.com/news/articles/2025-11-19/bls-cancels-october-jobs-report-couldn-t-colle...
3•geox•12m ago•0 comments

All 82 Unicorn Startups Backed by Y Combinator

https://www.failory.com/startups/y-combinator-unicorns
1•nocodebcn•14m ago•0 comments

Pattrns Playground

https://pattrns.renoise.com/
1•creata•15m ago•0 comments

A Complete Guide to the Regulating Organ

https://monochrome-watches.com/technical-perspective-guide-regulating-organ/
1•o4c•15m ago•0 comments

Asus Routers Hijacked in Global Operation "WrtHug" [pdf]

https://securityscorecard.com/wp-content/uploads/2025/11/STRIKE_Asus_WrtHug-Report_V6.pdf
2•phantomathkg•17m ago•1 comments

A simple portfolio tracker for stocks, crypto, commodities etc.

https://play.google.com/store/apps/details?id=com.ahmetyildiz.portfoyapp&hl=en_US
1•ahmtyldz•18m ago•1 comments

Amazon

https://www.amazon.com/
1•upalapati•20m ago•0 comments

I Keep My Makeup Fresh in Humid Indian Weather Without Looking Cakey

1•Hackbreaker•21m ago•1 comments

Ask HN: How Is Gemini 3?

2•vimall_10•21m ago•0 comments

The Origins of Nivarox and Incabloc

https://www.europastar.com/the-watch-files/archives-heritage/1004113790-1933-the-origins-of-nivar...
2•o4c•24m ago•0 comments

Cracks are appearing in OpenAI's dominant facade

https://www.economist.com/business/2025/11/19/cracks-are-appearing-in-openais-dominant-facade
2•thm•24m ago•0 comments

Letterboxd Video Store (a curated rental platform)

https://letterboxd.com/journal/letterboxd-video-store/
1•iamben•28m ago•0 comments

Ask HN: How to get funding for your product?

2•logotype•29m ago•2 comments

Show HN: Solved hiring by deleting the hiring step; your crew almost ready

https://www.crewrok.com/
1•rokontech•33m ago•0 comments

On the world’s coldest stage, a military musician plays with a plastic horn

https://apnews.com/article/antarctica-navy-musician-scott-base-new-zealand-d7a9f6eb2c0bbe769a5087...
1•mooreds•35m ago•0 comments

The Wandering Inn

https://wanderinginn.com/2017/03/03/rw1-00/
1•ptsneves•36m ago•0 comments

How to fix the internet: break the oligarchy

https://www.newstatesman.com/culture/books/book-of-the-day/2025/11/how-to-fix-the-internet-break-...
1•robtherobber•38m ago•0 comments

Testing shows Apple N1 Wi-Fi chip improves on older Broadcom chips in every way

https://arstechnica.com/gadgets/2025/11/testing-shows-apple-n1-wi-fi-chip-improves-on-older-broad...
1•signa11•40m ago•0 comments

So I'm in the Epstein Files: Rebecca Watson (Skepchick) [video]

https://www.youtube.com/watch?v=VNLdyWPAz18
1•Teever•43m ago•0 comments
Open in hackernews

Offical XRP NPM package has been compromised and key stealing malware introduced

https://www.aikido.dev/blog/xrp-supplychain-attack-official-npm-package-infected-with-crypto-stealing-backdoor
55•flxga•7mo ago

Comments

MichealCodes•7mo ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•7mo ago
Red teaming this, you’d delay exfiltration of the private key until the balance passes beyond a certain amount and you’re on mainnet.
ohgr•7mo ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•7mo ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•7mo ago
Fun fact: installing some common starter packages will explode to install over a 1000 npm packages, each of them can inject malware, even if the package isn’t used, and you’ll never know.

Many packages will have over a 100 dependencies if you include the dev dependencies, so you can easily break a 1000.

mouse_•7mo ago
That is a very fun fact.
nailer•7mo ago
Yes that is how dependencies work.
poincaredisk•7mo ago
The crazy part here is that in most other ecosystems 100 dependencies is "crazy high" territory, and in JS it's apparently "we're just getting started". It's known for its approach to micropackaging everything in a separate library.
greatgib•7mo ago
The crazy thing is more that multiple versions of the same package could be installed as dependencies of dependencies...

They were thinking to be the cool kids supporting multiple versions and that the old way to do packaging, like debian and co that expects everyone to use the same version, was the old legacy fart way to do things.

Just, developers before were engineers first and so designed things well especially to avoid this situation of dependency hell and supply chain injection. But the web dev crowd decided to do "better" and now to have old problems as new problems...

nailer•7mo ago
npm design allows multiple versions of the same package if required, but deduplicates otherwise. It’s a smart design that more package managers should and will follow.

Smart developers spend their time working on original code rather than rewriting the wheel.

nailer•7mo ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•7mo ago
does the postinstall script step has anything to do with this?

i noticed bun doesn't run them by default unless you whitelist them

koolba•7mo ago
That fetch(…) is sending the mnemonic of the private key out to that remote server.

Interestingly if this is happening in a long running process and that exploit server is offline, the promise for the fetch will reject. And the default behavior for unhandled promise rejections would be for the node process to crash.

So if anybody tried testing this version of the library in a net gapped environment, it would crash and fail out in CI.

The attacker should have silenced the error with a .catch(_ => {}).

mschuster91•7mo ago
> Previously only the packed JavaScript code had been modified.

Honestly it's time for the npm ecosystem to move to a model where only build agents running on npm's own infrastructure can upload binary artifacts, or to mandate reproducible builds.

And for a select set of highly used packages, someone from NPM should be paid to look over each release's changeset.

Both would have massively impeded the attacker.

mindcrash•7mo ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•7mo ago
We run similar npm package monitors. The use of exotic tld domains such as 0x9c.xyz kind of gave it away because YARA Forge rules have native signatures to detect such domains.

It will be interesting t explore how the project got compromised and malicious packages published to the registry.

nailer•7mo ago
.xyz isn’t exotic for blockchains.