frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I made a linter using Jev for things a regular linter can't catch

https://github.com/darkmatter/adhere
1•czxtm•1m ago•0 comments

Show HN: Hike – Go-like systems language for tiny WASM/LLVM

https://github.com/kanryu/hike-lang
1•KATOKanryu•2m ago•0 comments

Show HN: An AI interviewer that pushes back on your system design trade-offs

https://prepd.tech/
1•Prepd•5m ago•0 comments

Tribute Page for Mum's Birthday

https://oreogundipe.dev/mum/
1•ogundipeore•6m ago•0 comments

Why Australia chose the biggest political stage to reveal OpenAI hack

https://www.bbc.com/news/articles/cr3eqk15ld14o
1•hackernj•7m ago•0 comments

Twenty-First Memory

https://rorz.io/writing/twenty-first-memory
1•sarreph•11m ago•0 comments

From S3 to GPU in One Copy

https://spiraldb.com/blog/from-s3-to-gpu-in-one-copy
1•surprisetalk•11m ago•0 comments

Show HN: Organic OS – An over-engineered biological cellular OS in Rust

https://github.com/strahinjastojanovic826-code/organic_os
1•srbin•12m ago•0 comments

A.I. Has Made Me a Better Doctor. It's Made Med Students Worse

https://www.nytimes.com/2026/09/25/opinion/ai-doctor-medical-students.html
1•cainxinth•13m ago•0 comments

Database and Map of Flock Surveillance Cameras

https://flocksurveillance.org/
1•elgertam•13m ago•0 comments

The Test

https://tante.cc/2026/09/24/the-test/
2•latexr•18m ago•0 comments

I'm Tired of Being on the Network

https://matduggan.com/im-tired-of-being-on-the-network/
1•sagacity•18m ago•0 comments

What is mathematics now, and what should it be?

https://arxiv.org/abs/2608.23218
1•butokai•18m ago•0 comments

Show HN: StackReplay – analyze and replay your AI coding history locally

https://stackreplay.com
1•tsouth2•19m ago•0 comments

I Reached My First 100 GitHub Stars (and Why It Was Harder Than Fundraising)

https://medium.com/@MirArshadTalpur/how-i-reached-my-first-100-github-stars-and-why-it-was-harder...
1•Arshad-Talpur•23m ago•1 comments

Show HN: Modos E-Ink Screen Framework 13 Laptop

https://www.thingiverse.com/thing:7413807
2•cittadhammo•23m ago•0 comments

The AI Apocalypse Is Boring Now

https://martinrobbins.substack.com/p/the-ai-apocalypse-is-extremely-boring
2•AnodicElegy•23m ago•0 comments

French local authorities to replace WhatsApp with sovereign encrypted messaging

https://www.computerweekly.com/news/366651220/French-local-authorities-to-replace-WhatsApp-with-s...
1•beardyw•24m ago•1 comments

Show HN: Threshold Cryptography for AI Agents Using Payments and Digital Assets

https://github.com/tkeeper-org/tkeeper
1•_qnt•24m ago•0 comments

Show HN: Native RSS Reader for Mac, iPhone and iPad

https://apps.apple.com/us/app/gotcha-rss-feed/id6783929706
1•mundanevoice•25m ago•0 comments

Show HN: iPhone Duo simulator in the browser (no waitlist, agents CLI)

https://vibeview.io/platforms/iphone-duo-simulator/
1•robkdev•25m ago•0 comments

How many strings can you create per second?

https://twitter.com/lemire/status/2103454566645710975
1•tosh•26m ago•0 comments

Bugpocalypse, or reporting bugs in an AI age

https://www.qemu.org/2026/09/23/bugs/
2•Tomte•26m ago•0 comments

Ask HN: How do you use LLMs to secure your code and services?

2•cpa•30m ago•0 comments

How to Nurture Plants and Your Kid's Curiosity

https://worldsensorium.com/how-to-nurture-plants-and-your-kids-curiosity/
1•dnetesn•30m ago•0 comments

Remembering the Future: Blade Runner

https://blue-continuum.com/remembering-the-future-blade-runner
1•dnetesn•31m ago•0 comments

Planning with Agents: Divided Worlds, Boundary Objects, and Thicker Interfaces

https://maggieappleton.com/planning-agents
1•surprisetalk•31m ago•0 comments

Room to Wonder

https://rafaelmostert.com/blog/2026/09/room-to-wonder/
1•MrGLaDOS•33m ago•0 comments

Famous actors arriving in the vertical drama no longer just bring romance

https://www.duanju.news/en/post/famous-actors-duanju-romance
1•lbostral•36m ago•0 comments

The Cryptopals Crypto Challenges

https://cryptopals.com/
1•sebg•38m 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•1y ago

Comments

MichealCodes•1y ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•1y 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•1y ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•1y ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•1y 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_•1y ago
That is a very fun fact.
nailer•1y ago
Yes that is how dependencies work.
poincaredisk•1y 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•1y 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...

koolba•1y 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•1y 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•1y ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

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

abhisek•1y 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•1y ago
.xyz isn’t exotic for blockchains.
nailer•1y 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•1y ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•1y 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