frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Design the Wave. Don't Just Ride It

https://alexoppenheimer.substack.com/p/design-the-wave-dont-just-ride-it
1•crescit_eundo•50s ago•0 comments

Smart, Safe, or Fast: Every conversational AI assistant picks two

https://pantsyr.dev/blog/smart-safe-or-fast-every-conversational-ai-assistant-picks-two/
1•nanoparticle•50s ago•0 comments

Scientists discover over 1,100 new marine species in landmark Ocean Census

https://oceancensus.org/press-release-scientists-discover-over-1100-new-marine-species-in-landmar...
1•speckx•58s ago•0 comments

The Pillars of an API Platform

https://launchany.com/the-pillars-of-an-api-platform/
1•mooreds•1m ago•0 comments

The Portable Way to Extract Date and Time from a File's Mtime in C++

https://www.sandordargo.com/blog/2026/07/22/extracting-datetime-from-mtime
1•ibobev•1m ago•0 comments

Airbus Full Scale Foldable Wing Extensions

https://www.airbus.com/en/newsroom/press-releases/2026-07-airbus-launches-new-flight-test-program...
1•r2sk5t•1m ago•0 comments

Not just development, distribution of software may change as well

https://antirez.com/news/170
1•sibellavia•2m ago•0 comments

Show HN: Receive.link – anyone can send you files encrypted to your passkey

https://receive.link/
1•neutrinoq•2m ago•1 comments

BLM proposes reopening 336k acres around Chaco Canyon to mineral leasing

https://www.koat.com/article/chaco-canyon-public-comment-period-opens-as-blm-proposes-reopening-3...
1•mooreds•3m ago•0 comments

A privacy-first macOS meeting-notes and writing app that runs on-device

https://github.com/bitwize-ai/Logue
1•westerosweb•3m ago•0 comments

The Airwaves Are Going on Sale Again. But Does the FCC Have the Right Goal?

https://thedailyeconomy.org/article/the-airwaves-are-going-on-sale-again-but-does-the-fcc-have-th...
1•NewCzech•3m ago•0 comments

The Light Flip Is the Stylish Dumb Flip Phone of Your Dreams

https://www.wired.com/story/light-flip-is-the-modern-stylish-dumb-flip-phone-of-your-luddite-dreams/
1•notpachet•5m ago•0 comments

Politician Count Binface Demands Sega Releases Shenmue 4

https://kotaku.com/count-binface-shenmue-4-sega-arcades-adele-nigel-farage-2000718341
1•robin_reala•5m ago•0 comments

AI Companies Are Buying Tons of Old Books Because They're Free of AI Slop

https://www.404media.co/ai-companies-are-buying-tons-of-old-books-because-theyre-free-of-ai-slop/
1•Brajeshwar•6m ago•0 comments

Show HN: Langy, an automated AI engineer (we gave it a robot body) [video]

https://langwatch.ai/blog/introducing-langy-your-automated-ai-engineer
3•jangletown•6m ago•0 comments

Show HN: A Sonos home-screen widget that talks directly to speakers over UPnP

https://play.google.com/store/apps/details?id=com.sonoswidget&hl=en_US
1•eyal4473•7m ago•0 comments

Show HN: I walk-forward tested classic trading setups. Several have no real edge

https://edgestacker.com/tools/library/
1•thepromptgenius•8m ago•0 comments

Show HN: Fund an agent once – prepaid USDC key for HTTP 402 tools (Solana)

https://vibes-coded.com/start
2•b_radford•9m ago•0 comments

Fujifilm X100 vs. Leica Q vs. Ricoh GR

https://map.simonsarris.com/p/fujifilm-x100-vs-leica-q-vs-ricoh
1•speckx•9m ago•0 comments

Show HN: Kernel optimization is obsolete. Just NPM install it

https://github.com/tensormux/kernel-skills
1•KRISH2832•9m ago•0 comments

Waymos cause "way mo" injuries per mile driven than for-hire vehicles in NYC

https://gothamist.com/news/are-waymo-robotaxis-actually-safer-than-nyc-uber-and-taxi-drivers
3•laserson•11m ago•1 comments

Which streaming service was that on again

https://www.timwehrle.de/blog/which-streaming-service-was-that-on-again/
3•weetii•12m ago•0 comments

Airtight – privacy-first crypto portfolio tracker,single HTML file, zero servers

https://airtight.sell.app/product/airtight-private-portfolio-tracker
1•AirTight•13m ago•0 comments

Backpropagation as Physical Relaxation: Exact Gradients in Finite Time

https://arxiv.org/abs/2602.02281
2•binyu•13m ago•0 comments

Trovio for Brands

https://brands.gotrovio.com/auth/signup
1•derrickshowers•14m ago•1 comments

Navigating abstraction in the age of machine-generated code

https://www.khola.blog/p/the-top-down-bet-needs-a-bottom-up
1•nkhola•14m ago•0 comments

Granola Discloses a 1 Click Session Takeover of Its Notes App

https://docs.granola.ai/help-center/policies/security-contributions/desktop-app-navigation-vulner...
2•bearsyankees•14m ago•1 comments

Sleight – Playwright for native Mac apps

https://sleight.sh/
1•imazio•14m ago•0 comments

Ghost Cut – or why Cut and Paste is broken everywhere

https://ishmael.textualize.io/blog/ghost-cut/
2•willm•15m ago•0 comments

Hologram works. Elixir runs in the browser

https://hologram.page/blog/backing-hologram
5•lawik•16m 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