frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bun project's GitHub bot has now made more contributions to Bun than Jarred

https://twitter.com/i/status/2052133374018699373
2•thunderbong•1m ago•0 comments

Most Widely Deployed and Used Database Engine

https://sqlite.org/mostdeployed.html
2•sebmellen•10m ago•0 comments

Ask HN: What do you still do manually in 2026 that should be automated?

2•lishunsheng•12m ago•0 comments

A Dark-Money Campaign Is Paying Influencers to Frame Chinese AI as a Threat

https://www.wired.com/story/super-pac-backed-by-openai-and-palantir-is-paying-tiktok-influencers-...
5•mikhael•13m ago•1 comments

Show HN: Image2Obsidian

https://github.com/a-funk/image2obsidian
1•afunk•15m ago•0 comments

SQLite Archive Files

https://sqlite.org/sqlar.html
1•tehlike•15m ago•0 comments

Immer: Immutability the easy way (2018)

https://medium.com/hackernoon/introducing-immer-immutability-the-easy-way-9d73d8f71cb3
1•nateb2022•18m ago•0 comments

IndyCar Officiating explains roots of Long Beach P2P failure

https://racer.com/2026/05/05/indycar-officiating-explains-roots-of-long-beach-p2p-failure
2•rascul•20m ago•0 comments

Zustand: Bear necessities for state management in React

https://github.com/pmndrs/zustand
2•nateb2022•22m ago•0 comments

The Original Super Mario 64 Is Now Playable on GBA

https://retrododo.com/the-original-super-mario-64-is-now-playable-on-gba/
2•y1n0•22m ago•0 comments

PatchSiren – stack-aware CVE alerts. What would make this useful?

https://patchsiren.com
2•SaaSRobinHood•22m ago•0 comments

Whistleblower David Grusch on "Non-Human" Biologics and Craft [video]

https://www.youtube.com/watch?v=Q3BpTZXmDns
1•keepamovin•22m ago•0 comments

ProgramBench: Can Language Models Rebuild Programs from Scratch?

https://arxiv.org/abs/2605.03546
3•jonbaer•23m ago•0 comments

Bitburner (Open source JavaScript-based hacking automation game): v3.0 released

https://store.steampowered.com/app/1812820/Bitburner/
2•mister_mort•35m ago•1 comments

Budgetbreeze: AI-Assisted Personal Finance

https://www.budgetbreeze.io/
3•boxstream•36m ago•1 comments

Best Employee Activity Tracking Software for US Businesses in 2026

https://yakihonne.com/article/naddr1qvzqqqr4gupzqvcy9tkh3xq8x5m7mdsqxx7mcylxxrj8hdj6psdy89g8jaa2e...
1•jameswar0202•36m ago•0 comments

Incus 7.0 LTS Released

https://lwn.net/Articles/1071469/
1•kazu11max17•39m ago•0 comments

Analysis Paralysis: Folders

https://nonogra.ph/analysis-paralysis-folders-05-06-2026
3•dekdrop•44m ago•0 comments

We programmed a program to program new programs (2011)

https://www.smbc-comics.com/comic/2011-09-08
5•Georgelemental•48m ago•0 comments

Diskless Linux boot using ZFS, iSCSI and PXE

https://aniket.foo/posts/20260505-netboot/
1•stereo-highway•56m ago•0 comments

TogetherLoop – Social media minus the nonsense

https://togetherloop.com/
3•DoctorOW•58m ago•1 comments

How Elon Musk Left OpenAI, According to Greg Brockman

https://techcrunch.com/2026/05/06/how-elon-musk-left-openai-according-to-greg-brockman/
6•evo_9•1h ago•2 comments

Umka: A statically typed embeddable scripting language

https://github.com/vtereshkov/umka-lang
3•modinfo•1h ago•0 comments

Riju: Fast online playground for every programming language

https://riju.codes/
3•gurjeet•1h ago•0 comments

How AI Works Under the Hood – LLMs Explained with Code

https://nitayneeman.com/blog/how-ai-works-under-the-hood-llms-explained-with-code/
4•thunderbong•1h ago•0 comments

Arithmeum Museum

https://www.arithmeum.uni-bonn.de/en/arithmeum.html
2•soupspaces•1h ago•0 comments

Show HN: I Replaced React in GraphiQL with Svelte

https://code.webb.page/eol/graphiql.git/about/
5•NetOpWibby•1h ago•0 comments

0xBitNet

https://github.com/m96-chan/0xBitNet
2•oldfuture•1h ago•0 comments

Muscles by Electricity: The Latest Fitness Craze?

https://www.wsj.com/lifestyle/fitness/electrical-muscle-stimulation-ems-workout-03dce7e3
3•lxm•1h ago•0 comments

Character.ai Faces Unlawful Practice of Medicine Claim in Pennsylvania Suit

https://www.law.com/therecorder/2026/05/06/characterai-maker-faces-unlawful-practice-of-medicine-...
4•1vuio0pswjnm7•1h ago•3 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...

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

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.