frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Netherlands bracing for potentially devastating US sanctions against the ICC

https://apnews.com/article/icc-trump-sanctions-eu-israel-netherlands-2c1cc314732f920c2de59396d3b5...
1•vrganj•44s ago•0 comments

A New DNA Analysis May Solve the Centuries-Old Medici Mystery

https://www.smithsonianmag.com/smart-news/did-this-duke-poison-his-brother-a-new-dna-analysis-may...
2•thunderbong•13m ago•0 comments

Oryn, an ultra fast compact decision model

https://huggingface.co/timosarkar/oryn
2•timosarkar•14m ago•0 comments

Agent-Shell 0.78 Updates

https://xenodium.com/agent-shell-0-78-updates
1•xenodium•14m ago•0 comments

Synchrony AI – AI Powered Investment Research and Portfolio Management Platform

https://www.synchrony-ai.com
1•emmanuelcooke•17m ago•0 comments

Responsive Iframes in Chrome 154

https://developer.chrome.com/blog/responsive-iframes
3•twapi•19m ago•0 comments

Trump TV Flops in Embarrassing Numbers Disaster

https://www.thedailybeast.com/trump-tv-immediately-flops-in-embarrassing-numbers-disaster/
3•doener•19m ago•0 comments

New U.S. sanctions against the ICC threaten European sovereignty

https://ioplus.nl/en/posts/new-us-sanctions-against-the-icc-threaten-european-sovereignty
5•doener•20m ago•1 comments

Using shallow-Git tarballs for CI

https://people.kernel.org/monsieuricon/using-shallow-git-tarballs-for-ci
1•garo-pro•21m ago•0 comments

AiNetProfit

https://ainetprofit.com/
1•weeber•21m ago•0 comments

Abandoning Scientific Linux Was a Mistake

https://blog.melashri.net/posts/scientific-linux-mistake/
5•elashri•23m ago•1 comments

I used to get paid to hang out with famous people

https://www.blackbirdspyplane.com/p/i-used-to-get-paid-to-hang-out-with-famous-people
1•pr337h4m•27m ago•0 comments

Ju Ju Tsu A book about jj / jujutstu

https://arialdo.codeberg.page/ju-ju-tsu/
2•fanf2•28m ago•0 comments

Data Privacy: Handling Data minimisation as a reactive strategy

https://scrutora.com/blog/data-minimisation-from-the-code-up
2•vimaldwivedi86•28m ago•0 comments

A garden and photovoltaic panels on the roof of the house [video]

https://www.youtube.com/watch?v=QPRrpcEwZV0
1•moltean•31m ago•0 comments

"What is still exciting in tech?"

https://merveilles.town/@neauoire/117315783660903484
1•gum_wobble•31m ago•0 comments

ShinyHunters claims FBI hack: 'This is NOT financially motivated'

https://www.theregister.com/security/2026/09/22/shinyhunters-claims-fbi-hack-this-is-not-financia...
4•joebuckwilliams•32m ago•0 comments

Heimdall – interactive code maps for your codebase

https://heimdallmap.com
1•pedrovgs•34m ago•1 comments

One thing I can beat Jev at: ROT13

https://arsh.zip/posts/jev-games/
1•arshxyz•36m ago•1 comments

PyTorch Implementation of Asymptotic Non-Closure Loss (ANC)

https://github.com/chris-anc/ANC-Loss-Tensor
1•anc_architect•36m ago•0 comments

Show HN: Lineselect – Interactive Line Picker

https://urbanogilson.github.io/lineselect/
1•urbanogilson•36m ago•0 comments

Using Llama-cpp-Python grammars to generate JSON

https://til.simonwillison.net/llms/llama-cpp-python-grammars
1•Bluestein•38m ago•0 comments

Show HN: Company-as-Code –> Spec and Validator

https://github.com/Pirol-ai/company-as-code
2•grischajacobs•39m ago•0 comments

Ask HN: How do GitHub Copilot and Anthropic Claude compare in cost?

2•erwindegroot•41m ago•1 comments

Jev Projects Listing Site

https://jevable.com/
1•Bluestein•41m ago•0 comments

Turn Phone into PC Speaker

2•kinle•43m ago•0 comments

Android 17 enables certificate transparency, and breaks custom CAs

https://httptoolkit.com/blog/android-17-certificate-transparency/
2•pimterry•43m ago•0 comments

Meta's New Muse AI Agent Read My Private Messages. I Never Asked It To

https://www.inc.com/jason-aten/metas-new-muse-ai-agent-read-my-private-messages-i-never-asked-it-...
2•LikelySupernova•46m ago•0 comments

WayVR – Open-source VR desktop overlay for Linux

https://digitalescapetools.com/tools/wayvr.html
1•xabd•48m ago•0 comments

Show HN: Moto – a native habit tracker for iPhone with a lifetime purchase

https://motohabit.com/
1•voising•48m 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