frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Satellite images before and after Nepal's devastating floods

https://artifactbin.dev/@vivek/7KRGdj-nepal-floods-before-and-after
1•nuwandavek•15s ago•0 comments

DreamLayer: OpenRouter for Image Models

https://dreamlayer.io/
1•mack77•42s ago•0 comments

Show HN: Papiers.ai, a new workspace for reading and research

https://papiers.ai/
1•smnair•1m ago•0 comments

The Cost of Cognitive Debt

https://ljtn.github.io/epiq/blog/cost-of-cognitive-debt.html
1•ionetan•4m ago•0 comments

Chonk Finder; cats as trading cards, and a re-ID problem

https://www.chonkfinder.app
1•jahmad077•6m ago•0 comments

The Elephant in the Context Window

https://twitter.com/ashwingop/status/2098000416491602360
1•porridgeraisin•7m ago•0 comments

California Tesla drivers could get $350 from class action settlement

https://ktla.com/news/california/tesla-driver-settlement-california-superchargers/
3•Bender•8m ago•0 comments

Hiring for Agentic Era?

1•Germinate1107•9m ago•0 comments

LinkedIn beats "BrowserGate" lawsuits over scanning users' Chrome extensions

https://arstechnica.com/tech-policy/2026/09/linkedin-beats-browsergate-lawsuits-over-scanning-use...
2•Bender•11m ago•1 comments

Act One Is Human

https://thelampproject.substack.com/p/act-one-is-human
1•sannhetssoker•11m ago•0 comments

Echoes and Inventions: A Modest Listener's Guide to 20th-Century Music

https://salemlola.substack.com/p/echoes-and-inventions-a-modest-listeners
1•paulpauper•12m ago•0 comments

Nine coding harnesses vs. your laptop

https://nasutton.notion.site/Nine-coding-harnesses-vs-your-laptop-3d139990182b80d59fa3cf500f0450b...
4•nasutton12•14m ago•0 comments

Show HN: Cadenya – An Agent Runtime

https://www.cadenya.com/
1•btables•16m ago•0 comments

Open Letter: Civil society coalition urges EU to kill the cookie banner

https://noyb.eu/en/open-letter-civil-society-coalition-urges-eu-kill-cookie-banner
2•latexr•17m ago•0 comments

Elon Musk attacks film-maker Alex Gibney about upcoming documentary about him

https://www.theguardian.com/technology/2026/sep/10/elon-musk-attacks-film-maker-behind-documentar...
4•bookofjoe•19m ago•1 comments

Does the Body Really Keep Score? One of Trauma's Most Contentious Debates

https://www.psychotherapynetworker.org/article/does-the-body-really-keep-score/
2•rendx•19m ago•1 comments

Boy developed "toasted skin" condition from using a laptop every day

https://arstechnica.com/health/2026/09/boy-developed-toasted-skin-condition-from-using-a-laptop-e...
3•furcyd•20m ago•0 comments

NSF Leadership in a New Golden Age of Science [pdf]

https://nsf-gov-resources.nsf.gov/files/Statement-NSF-Leadership-Golden-Age-Science.pdf
1•trauco•21m ago•0 comments

The New Scarcity: Presence

https://mayachristobel.substack.com/p/ahead-of-the-curve-the-new-scarcity
1•rendx•26m ago•0 comments

Show HN: Papiers.ai, a new workspace for reading and research

https://twitter.com/sighjith/status/2098147463114932696
1•smnair•26m ago•0 comments

On Binary Translation and Its Consequences

https://chipsandcheese.com/p/on-binary-translation-and-its-consequences
1•matt_d•26m ago•0 comments

Android can now securely migrate your logins between password managers

https://arstechnica.com/gadgets/2026/09/android-can-now-securely-migrate-your-logins-between-pass...
2•WaitWaitWha•27m ago•0 comments

Anthropic CEOs wife once asked Epstein to fund porn venture – now steers Claude

https://nypost.com/2026/08/14/business/anthropic-ceos-wife-once-asked-jeffrey-epstein-to-fund-por...
12•jitbit•30m ago•0 comments

Ask HN: If you are an agent builder, what memory platform are you using?

1•prats226•31m ago•0 comments

OpenAI puts Pro subscriptions on hold due to Astra demand

https://techcrunch.com/2026/09/10/openai-puts-pro-subscriptions-on-hold-due-to-astra-demand/
3•5555watch•32m ago•0 comments

San Francisco real estate market update [pdf]

https://vanguardpropertiesagenda.com/newsletter/SF_Market_Update_Sep_2026.pdf
1•kaycebasques•32m ago•0 comments

All grown-ups were once children

https://mathstodon.xyz/@tao/117244104044239500
3•joebig•32m ago•1 comments

Copying login keychains between Macs fails on Secure Enclave Macs with Tahoe

https://derflounder.wordpress.com/2026/09/08/manually-copying-login-keychain-files-from-one-mac-t...
3•zdw•35m ago•0 comments

Wisdom (Albatross)

https://en.wikipedia.org/wiki/Wisdom_(albatross)
1•cjcuddy•36m ago•0 comments

The Inference Engineering Skills Map

https://www.skeptrune.com/posts/inference-engineering-skills-map/
1•skeptrune•36m 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