frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DNS over Avian Carriers (DoAC)

https://datatracker.ietf.org/doc/draft-cruzgonzalez-ipoac-dns/
1•ChristianECG•26s ago•0 comments

Show HN: Deep Memory – Vocabulary-driven graph memory for AI agents

https://github.com/TjWheeler/deep-memory
1•tjwheeler•47s ago•1 comments

Show HN: AI agent for all your support issues

https://github.com/seaticket-ai
1•Daniel-Pan•8m ago•0 comments

The differential operator d/dx binds variables (2012)

https://jdh.hamkins.org/the-differential-operator-ddx-binds-variables/
2•aragonite•10m ago•0 comments

Unpaid telecom bill caused Bay Area transit card outage

https://www.sfchronicle.com/sf/article/clipper-outage-unpaid-bill-22290490.php
2•anigbrowl•10m ago•0 comments

AI-noleak – Local secret proxy for AI CLIs

https://github.com/ahmedxuhri/ai-noleak
1•ahmedxuhri•11m ago•0 comments

Matthew Effect

https://en.wikipedia.org/wiki/Matthew_effect
1•the-mitr•12m ago•0 comments

We Think the SpaceX IPO Is Overvalued

https://www.morningstar.com/stocks/why-we-think-spacex-ipo-is-overvalued?content_id=20768396545
25•0xedb•16m ago•1 comments

New AI espionage powers trigger Putin camera scare

https://www.ft.com/content/6f4d806c-eb22-4c32-8352-b82692d30e9f
1•imichael•21m ago•0 comments

Notion Names First Board of Directors in Key Step Toward IPO

https://www.upstartsmedia.com/p/notion-names-first-board-of-directors
1•doppp•23m ago•0 comments

How many times a day do you think about Alexander the Great?

https://www.economist.com/culture/2026/06/04/how-many-times-a-day-do-you-think-about-alexander-th...
2•petethomas•25m ago•0 comments

How to Learn New Technologies: Take Them for a Drive

https://www.ctofieldnotes.com/p/how-to-learn-new-technologies-take
1•jjude•25m ago•0 comments

Starfish by Peter Watts (1999)

https://www.rifters.com/real/STARFISH.htm#prelude
1•zetalyrae•27m ago•0 comments

AI Model Predicts 10-Year Stroke Risk Based on Routine Cardiology Test

https://www.massgeneralbrigham.org/en/about/newsroom/press-releases/ai-model-predicts-10-year-str...
1•brandonb•29m ago•0 comments

Pentagon restores Alibaba, Baidu and BYD to Chinese military groups blacklist

https://www.ft.com/content/0689d87b-8ad3-4b7c-87e3-e06f07891a17
1•petethomas•30m ago•0 comments

$100k H-1B visa fee blocked by judge

https://www.ft.com/content/2ab284d9-eb38-4b42-b01a-2b375a08c1b0
1•petethomas•31m ago•1 comments

Show HN: Z3r0 – Multi-agent red team collaboration platform

https://github.com/yv1ing/Z3r0
1•yv1ing•35m ago•0 comments

OpenAI Preps Overhaul of ChatGPT

https://arstechnica.com/ai/2026/06/chat-is-dead-openai-preps-overhaul-of-chatgpt/
2•jonbaer•37m ago•0 comments

How to have Claude Code run 28× longer before auto-compaction

https://github.com/wiztek-llc/context-ledger/tree/main
1•newtechwiz•43m ago•0 comments

IBM Has a $10B Plan to Build the Ultimate Quantum Computer

https://www.barrons.com/articles/ibm-stock-quantum-computing-aafbb1eb?st=vEn99N&mod=1440&user_id=...
2•gmays•43m ago•0 comments

Kelsey Hightower: Kubernetes and retiring at the top [video]

https://www.youtube.com/watch?v=UlXpOGIpITM
7•juanpabloaj•45m ago•0 comments

Inference: Turning Electricity into Intelligence – Stanford CS336 – Dan Fu [video]

https://www.youtube.com/watch?v=9EEm4iMAF5s
3•matt_d•47m ago•0 comments

Attackers had month-long head start on patched Check Point VPN zero-day

https://www.theregister.com/cyber-crime/2026/06/08/attackers-had-month-long-head-start-on-patched...
2•sbulaev•49m ago•0 comments

Declining Birth Rates Globally

https://flowingdata.com/2026/05/25/declining-birth-rates-globally/
3•gmays•1h ago•0 comments

Berkshirehathaway.com – The Perfect Minimalist Website

https://berkshirehathaway.com
9•SpyCoder77•1h ago•0 comments

Track Political Stories Across the Web

https://plotline.news
2•yshunnar•1h ago•0 comments

WWDC 2026 Platforms State of the Union [video]

https://developer.apple.com/videos/play/wwdc2026/102/
2•ksec•1h ago•0 comments

Show HN: DaysLeft – a bio-age clock that shows a range, not a death date

https://daysleft.io
1•neo-genesis•1h ago•0 comments

Waymo bought Apple's self-driving car proving ground for $220M

https://techcrunch.com/2026/06/08/waymo-bought-apples-self-driving-car-proving-ground-for-220m/
2•sbulaev•1h ago•0 comments

Deciding on secession: how familiar and unknown futures shape loss aversion

https://www.frontiersin.org/journals/political-science/articles/10.3389/fpos.2026.1805138/full
1•PaulHoule•1h 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