frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mercury 2.5

https://www.inceptionlabs.ai/blog/introducing-mercury-2-5
1•Topfi•1m ago•0 comments

Assume you've built sub-5-millon parameter competitor to Astra, so?

1•aunekiaru•3m ago•0 comments

UmamiEngine Has a Special Offer

https://umamiengine.com/
1•sauromates•4m ago•0 comments

Postgres schema review and 3D explorer, run on seven open-source apps

https://github.com/greenstevester/postgres-schema-gallery
1•greenstevester•7m ago•0 comments

Animation in Bevy: The Big Picture

https://glocq.com/en/blog/20260827/
2•ibobev•7m ago•0 comments

Microsoft marked the holiday by unloading 973 CVEs

https://www.automox.com/blog/patch-fix-tuesday-september-2026
1•speckx•8m ago•0 comments

Voronoi Fragmentation of a Mesh

https://www.4rknova.com/blog/2026/07/27/voronoi-fracture
1•ibobev•8m ago•0 comments

Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs

https://github.com/argonautlabsai/deltafin
2•Argonautlabs•8m ago•0 comments

A laser scanner killed the two mobile apps we had just finished

https://aiku.io/blog/a-laser-scanner-killed-our-two-mobile-apps
1•xboro•8m ago•0 comments

OpenAI says GPT-6 Astra can find zero-days, but is also harder to monitor

https://www.bleepingcomputer.com/news/artificial-intelligence/openai-says-gpt-6-astra-can-find-ze...
1•sbulaev•9m ago•0 comments

Trey Parker and Matt Stone Are Changing the Name of South Park to South America

https://twitter.com/SouthPark/status/2097364141237539116
2•HelloUsername•10m ago•0 comments

After Work, We'll Have Each Other

https://asteriskmag.com/issues/15/after-work-we-ll-have-each-other
4•devonnull•10m ago•0 comments

Microsoft September 2026 Patch Tuesday fixes 966 flaws, 2 zero-days

https://www.bleepingcomputer.com/news/microsoft/microsoft-september-2026-patch-tuesday-fixes-966-...
1•Handy-Man•13m ago•0 comments

How We Built Safety into Muse by Meta

https://research.meta.ai/blog/security-and-safety-for-ai-agents-our-approach-with-muse
1•ni5arga•13m ago•0 comments

Are Teenagers Growing Dimmer?

https://www.economist.com/international/2026/09/08/are-teenagers-growing-dimmer
1•karakoram•13m ago•1 comments

Regional differences in Google's Search experience

https://developers.google.com/search/docs/appearance/aggregator-features
1•thm•13m ago•0 comments

Django, Livekit Project Sale

https://chichi.quest/
1•victor_okoth•13m ago•0 comments

Using radiative coatings to cool buildings on the cheap

https://www.economist.com/science-and-technology/2026/09/08/how-to-cool-buildings-on-the-cheap
2•ikesau•14m ago•0 comments

Three people have died during Burning Man Festival, Pershing County Sheriff says

https://news3lv.com/news/local/burning-man-festival-black-rock-city-nevada-pershing-county-deaths...
3•randycupertino•15m ago•0 comments

We found a surprisingly connected file in OpenCode

https://github.com/thecolourfoundation/rune
1•malikfyua•16m ago•1 comments

Agents.md: one guide for your coding agents

https://fewshotacademy.com/blog/agents-md-guide
1•mangatgoyal•17m ago•0 comments

Show HN: Ollama stand in replacement, 2-4x faster, not just basic optimizations

https://github.com/omgitsbase/llmash
1•wowitsbase•17m ago•0 comments

Show HN: Eliminating text looping/latent collapse in LLM activation steering

https://nathanegbuna.com/latense/
1•negb•19m ago•0 comments

Show HN: Bounce Router. A TUI over Claude, Codex and Muse with Usage Failover

https://github.com/richet/bounce-router
1•richchetwynd•19m ago•0 comments

Employer Health Costs Are Expected to Spike in 2027

https://www.nytimes.com/2026/09/02/business/health-insurance-increases.html
3•karakoram•19m ago•1 comments

Show HN: Rokz: a browser port of a 1990 ASCII dungeon crawler

https://taler.pl/rokz/
2•htaler•21m ago•1 comments

Hearthfire: For the Stonetop TTRPG by Jeremy Strandberg

https://hearthfire.camp/
1•doener•21m ago•0 comments

A Generalizable Light Transport 3D Embedding for Global Illumination

https://dl.acm.org/doi/full/10.1145/3799902.3811095
1•ibobev•25m ago•0 comments

Netanyahu was warned of 7 October Hamas attacks, book claims

https://www.theguardian.com/world/2026/sep/08/netanyahu-warned-7-october-hamas-book-haaretz
6•giov4•27m ago•2 comments

Show HN: Pipnote – Share a reminder they can't peek at until it arrives

https://pipnote.app/
2•radomird•28m 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