frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Low-Cost Biosensor of BDNF in Saliva for Diagnosis of Mental Disorders

https://pubs.acs.org/doi/10.1021/acspolymersau.5c00038
1•PaulHoule•2m ago•0 comments

Building a Hand-Wired Cosmos Dactyl Split Keyboard

https://julianyap.com/posts/2025-11-16-1763340628/
1•todsacerdoti•2m ago•0 comments

Codex Cloud

https://chatgpt.com/codex
1•RyanShook•3m ago•0 comments

A surprise with how ' ' handles its program argument in practice

https://utcc.utoronto.ca/~cks/space/blog/unix/ShebangRelativePathSurprise?showcomments
1•birdculture•3m ago•0 comments

Lix 2.94 "Açaí na tigela"

https://lix.systems/blog/2025-11-18-lix-2.94-release/
1•birdculture•4m ago•0 comments

Ask HN: Why this story has almost the same number of comments and points?

2•carabiner•7m ago•1 comments

Luma AI raises $900M in funding round led by Saudi AI firm Humain

https://www.cnbc.com/2025/11/19/luma-ai-raises-900-million-in-funding-led-by-saudi-ai-firm-humain...
1•lastdong•7m ago•0 comments

Making a Stone Tub (2023) [video]

https://www.youtube.com/watch?v=dFdkO2mlIOM
1•sipofwater•12m ago•0 comments

Disallow code usage with a custom `clippy.toml`

https://www.schneems.com/2025/11/19/find-accidental-code-usage-with-a-custom-clippytoml/
2•todsacerdoti•14m ago•0 comments

The Gut-Brain Connection

https://williamjbarry.substack.com/p/the-gut-brain-connection
1•wjb3•14m ago•0 comments

Axial Flux Motor Powers Supercars to New Heights

https://spectrum.ieee.org/axial-flux-motor-yasa
1•jnord•14m ago•0 comments

Ask HN: Have you directly authored a high-profile bug? How does it feel?

1•ctxc•19m ago•0 comments

World-record MAX-CUT approximation with a physics-inspired optimizer (99.9999%)

https://github.com/Kretski/GravOptAdaptiveE
1•DREDREG•20m ago•1 comments

Show HN: Uncited

https://uncited.org
3•dogancan•22m ago•1 comments

The Business of the Culture

https://sites.harvard.edu/aakaash-rao/job-market-paper/
2•kaven1234•23m ago•0 comments

Show HN: I wrote a book on How to build your own agent framework

https://www.amazon.com/dp/B0G2BCQQJY
1•vykthur•23m ago•0 comments

Tailscale Is Down

https://status.tailscale.com
1•tapppi•24m ago•0 comments

Tailscale Down

https://status.tailscale.com/incidents/01KAF1H8V7EGFKVG5KGZBB2RJC
4•fasz•24m ago•2 comments

Why Strong Consistency?

https://brooker.co.za/blog/2025/11/18/consistency.html
1•SchwKatze•24m ago•0 comments

Trump's donors have benefited from his second term

https://www.ft.com/content/0ab138a5-76de-4371-8f20-3ca31f27e170
2•doener•25m ago•1 comments

X.com Is Gonna Snitch You Out to the Public If You Use a VPN

https://www.vice.com/en/article/x-show-vpn-warning/
2•dylan604•25m ago•0 comments

AOC warns we're in 'massive' AI bubble '2008-style threats to economic stability

https://www.businessinsider.com/aoc-ocasio-cortez-massive-ai-bubble-no-government-bailout-2025-11
6•zerosizedweasle•25m ago•1 comments

AI-generated evidence is showing up in court

https://www.nbcnews.com/tech/tech-news/ai-generated-evidence-deepfake-use-law-judges-object-rcna2...
2•fmihaila•26m ago•1 comments

Palo Alto Networks to Acquire Chronosphere

https://www.paloaltonetworks.com/company/press/2025/palo-alto-networks-to-acquire-chronosphere--n...
2•rchandna•27m ago•0 comments

I Time Traveled to 1994: Playing Doom II on My Real Pentium 75MHz PC

https://www.youtube.com/watch?v=AFun9x9qn7k
1•n1b0m•29m ago•0 comments

Why doesn't someone just send the Epstein files to WikiLeaks?

3•aniken•30m ago•3 comments

Show HN: MQ-AGI A neuro-symbolic architecture for modular AGI

1•matheusdevmp•30m ago•0 comments

The Patent Office Is About to Make Bad Patents Untouchable

https://www.eff.org/deeplinks/2025/11/patent-office-about-make-bad-patents-untouchable
7•iamnothere•32m ago•0 comments

China's shift to electric trucks may reshape global fuel demand – AP News

https://apnews.com/article/china-truck-lng-ev-diesel-transport-70f3d612de4b45b6f954a7f557f7f741
3•xbmcuser•32m ago•0 comments

CXOs suck at remote work so they mandate everyone for an in-office culture

2•sankalpdomore•33m 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.