frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ZK Security, ZK Summit, and a Decade of Progress

https://blog.zksecurity.xyz/posts/zksummit-rome/
1•marcobesier•1m ago•0 comments

Create a Mini-Forest with the Miyawaki Method

https://joegardener.com/podcast/create-miniforest-miyawaki-method/
2•pavel_lishin•2m ago•0 comments

The Crypto Industry Is Dying That Is a Good Thing

https://pomp.substack.com/p/the-crypto-industry-is-dyingthat
2•imaginaryunit01•2m ago•0 comments

Some kids are bypassing age verification checks with a fake mustache

https://techcrunch.com/2026/05/06/some-kids-are-bypassing-age-verification-checks-with-a-fake-mus...
2•jamdesk•3m ago•1 comments

MV Hondius Hantavirus Outbreak

https://en.wikipedia.org/wiki/MV_Hondius_hantavirus_outbreak
1•sva_•3m ago•0 comments

Lessons from testing GPT and Gemini native audio models for voice agents

https://deepsense.ai/blog/realtime-voice-ai-in-the-enterprise-overcoming-latency-with-native-audi...
1•Applied_AI•3m ago•0 comments

The forward-deployed prediction error

https://www.cognitivefusion.systems/insights/glasswing-001
1•JohnsonSLC•8m ago•0 comments

Today's GitHub Incident – Issue with Pull Requests

https://www.githubstatus.com/incidents/f5pb5d5mr9yh
3•ilarum•8m ago•1 comments

A Fast Immutable Map in Go

https://lemire.me/blog/2026/03/29/a-fast-immutable-map-in-go/
1•surprisetalk•9m ago•0 comments

The future of work is playing a videogame

https://www.strangeloopcanon.com/p/the-future-of-work-is-playing-a-videogame
1•surprisetalk•10m ago•0 comments

Show HN: Skymap – a 3D galaxy catalog explorer in the browser via WebGPU

https://skymap.rulkens.com/
2•thereallex•10m ago•1 comments

Process Flow Engine for PC, Raspberry Pi, and ESP32

https://github.com/ewowi/projectMM
1•MrBuddyCasino•11m ago•0 comments

21 Days: A Founder Rebrand Compressed by AI

https://itsbariscan.substack.com/p/21-days-a-founder-rebrand-compressed
1•bariscan•12m ago•0 comments

Ctx – Do you remember? Persistent context for AI coding tools

https://github.com/ActiveMemory/ctx
1•parlakisik•14m ago•0 comments

Show HN: KubeRiva OMS – Open-source AI-native order management system

https://github.com/KubeRiva/OMS
1•kirankls2025•15m ago•0 comments

Rumors of my death are slightly exaggerated

7•CliffStoll•15m ago•0 comments

FBI investigating leaks to journalist who wrote explosive article on Kash Pate

https://www.ms.now/news/fbi-investigating-leaks-to-journalist-who-wrote-explosive-article-on-kash...
3•JumpCrisscross•15m ago•0 comments

David Baker on using protein design to tackle humanity's biggest challenges

https://www.existentialhope.com/podcasts/david-baker-using-ai-for-science-to-solve-humanitys-bigg...
1•martina_xhope•16m ago•1 comments

Apple's most powerful Mac Studio loses its last remaining RAM upgrade option

https://9to5mac.com/2026/05/05/apples-most-powerful-mac-studio-loses-its-last-remaining-ram-upgra...
2•rom16384•16m ago•0 comments

Lsyncd (Live Syncing Daemon) synchronizes local directories with remote targets

https://github.com/lsyncd/lsyncd
2•ankitg12•16m ago•0 comments

Your craft is obsolete: WiseTech staff in limbo as AI touted better than humans

https://www.theguardian.com/technology/2026/may/07/your-craft-is-obsolete-wisetech-staff-in-limbo...
1•cf100clunk•17m ago•0 comments

Agent Exchange – A2A discovery with real-time bidding for AI agents

https://github.com/open-experiments/agent-exchange
2•parlakisik•17m ago•0 comments

Why generating code isn't the same as code intelligence?

https://www.codeqa.ai/blog-post/why-generating-code-isnt-the-same-as-code-intelligence
2•CodeQA•18m ago•0 comments

Show HN: Meaning forks. SRT sees it

https://github.com/space-bacon/SRT
1•spacebacon•18m ago•0 comments

Show HN: Accept crypto payment in your business (only 1% fee, feedback welcome)

https://app.paycoinly.xyz/login
1•paycoinly•18m ago•2 comments

Am I Meant to Be Impressed?

https://www.wheresyoured.at/am-i-meant-to-be-impressed/
3•crescit_eundo•18m ago•0 comments

2026 California Billionaire Tax

https://en.wikipedia.org/wiki/2026_California_billionaire_tax
5•leonidasrup•19m ago•1 comments

CopilotKit raises $27M to build the Agentic FrontEnd Stack

https://techcrunch.com/2026/05/05/copilotkit-raises-27m-to-help-devs-deploy-app-native-ai-agents/
9•swiftlyTyped•20m ago•0 comments

Our Continuation of MkDocs

https://github.com/orgs/ProperDocs/discussions/33
6•serhack_•20m ago•0 comments

Dart Support in Cloud Functions for Firebase

https://firebase.blog/posts/2026/05/dart-functions-exp/
1•abraham•20m 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...

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.