frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic Pauses Its Claude Agent SDK Billing Change

https://origami.sa/en/blog/anthropic-pauses-agent-sdk-subscription-billing-change/
1•dockerd•1m ago•0 comments

Smarter Models, Dumber Security

https://manveerc.substack.com/p/mcp-supply-chain-attack-vector
1•manveerc•2m ago•0 comments

Ask HN: What Jobs (Roles) are in the best position to take advantage of AI?

2•CWhiting•3m ago•0 comments

Stanford CS153 Frontier Systems – Scale, AGI, and the Future of Everything [video]

https://www.youtube.com/watch?v=F_7M4Hc-usM
2•twalichiewicz•4m ago•0 comments

You've Been Murdoched: Australia's Teen Ban Offers a Warning for Europe

https://www.techpolicy.press/youve-been-murdoched-australias-teen-ban-offers-a-warning-for-europe/
2•mathgenius•5m ago•0 comments

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
6•paulmooreparks•8m ago•0 comments

Opportunity Media Reel

https://www.youtube.com/watch?v=5MqWgtyfBxw
2•Eridanus2•13m ago•0 comments

Agentic AI Foundation

https://aaif.io/
2•intelkishan•26m ago•0 comments

How do you go viral? Built R/place style world cup pixel battle for charity

https://wurldcup.live/
2•anishfish_•28m ago•0 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
4•california-og•28m ago•2 comments

The rise of machine writing is a great opportunity for literature

https://www.theatlantic.com/ideas/2026/06/ai-writing-style-literature/687536/
3•samclemens•29m ago•0 comments

GitLab and Anthropic building Git compatible engine to scale for agentic usage

https://about.gitlab.com/blog/gitlab-transcend-announcements/
2•tachyons•32m ago•0 comments

Leymosun Science: Quantum Research Toolkit

https://github.com/msuzen/leymosun
2•northlondoner•40m ago•1 comments

YouTube may expose your channel and channel name if you share video links

https://twitter.com/KiwiFarmsDotNet/status/2066156508455240086
3•exploraz•41m ago•1 comments

Firefox 152 Now Available with JPEG-XL Support

https://www.phoronix.com/news/Firefox-152-Download
7•eln1•44m ago•1 comments

AATF – An open spec for recording why AI agents make decisions

https://github.com/wdh107/agent-audit-trail
2•wdh107•44m ago•1 comments

Cross-Modal Representation Alignment for Time-to-Event Modeling

https://arxiv.org/abs/2606.15038
2•ilreb•47m ago•0 comments

Show HN: Pokémon Showdown Live Battle Assistant

https://github.com/AbhishekR3/ps-local
2•3Abhishek•47m ago•0 comments

OpenAI Losses Increased Nearly 8X in 2025, with Spending Hitting $34B

https://www.wheresyoured.at/exclusive-openai-financials/
20•spking•49m ago•5 comments

EU Icons for labelling AI-generated content

https://digital-strategy.ec.europa.eu/en/policies/eu-icons-labelling-ai-generated-content
5•giuliomagnifico•54m ago•0 comments

Asia is now buying America and nobody is talking about it

https://asia.nikkei.com/opinion/asia-is-now-buying-america-and-nobody-is-talking-about-it
7•alephnerd•55m ago•1 comments

Half of Bitcoin in circulation is underwater for the first time since 2022

https://sherwood.news/crypto/half-of-the-bitcoin-supply-in-circulation-is-underwater-for-the-firs...
5•gmays•58m ago•0 comments

The Fable 5 Export Controls root of takedown request

https://www.lutasecurity.com/post/the-fable-5-export-controls-harm-us-cyber-defense
3•dawie•1h ago•0 comments

Is CPU design hitting a (soft) speed limit?

3•leecommamichael•1h ago•2 comments

Real-Time NYC rat map

https://ratflow.nyc/
3•UnitedOfTransit•1h ago•2 comments

Optique 1.1.0: Command discovery, value parsers, and ordered grammars

https://github.com/dahlia/optique/discussions/834
2•dahlia•1h ago•0 comments

Phoenix mostly doesn't drink Colorado River water

https://signaldoctrine.substack.com/p/the-allocation
6•SignalDoctrine•1h ago•1 comments

Note on Rio 3.5 Open

https://twitter.com/IplanRio_rj/status/2066693494769348946
2•thimabi•1h ago•0 comments

What one country's experiment says about attempts to boost birth rates

https://www.bbc.co.uk/news/articles/c5yzdr4ygdno
3•mmarian•1h ago•0 comments

I built a notes app powered by the model that powers Apple Intelligence

https://apps.apple.com/us/app/fog-on-device-ai-notes/id6760272134
2•akshatsaladi•1h ago•1 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