frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Servitor – simplest way to run local dev containers

https://sndsabin.github.io/servitor/
1•havu12•36s ago•0 comments

Bending Spoons to Acquire Airtable

https://twitter.com/fedesimio/status/2084539635829465266
1•jbegley•1m ago•0 comments

Homebench – Benchmark local LLMs for speed, memory, and quality

https://github.com/david-g-3654/homebench
1•davai-g•1m ago•0 comments

AI Appliances: AI Agents and Agencies in YAML

https://leanpub.com/kdeps
1•jjuliano•2m ago•0 comments

Show HN: Clawx – A package manager where packages are agent tasks

https://github.com/debarshibasak/clawx
1•debarshri•4m ago•0 comments

57,000 tines lighter than Loom

https://www.dropbox.com/scl/fi/kex0qo53gkxy8jb4cqaox/deck-recorder.html?dl=0&e=1&noscript=1&rlkey...
1•astonfred•6m ago•0 comments

ZeroLeaks: Automated red teaming for AI agents

https://zeroleaks.ai
1•lucknite•10m ago•0 comments

Why the Fed Can Look Hawkish. The Machinery for Financial Repression Is Ready

https://anishgodha.com/2026/08/04/why-the-fed-can-look-hawkish-the-pieces-of-financial-repression...
1•anishgodha•10m ago•0 comments

The US is not a democracy but an oligarchy, study concludes (2014)

https://www.upi.com/Top_News/US/2014/04/16/The-US-is-not-a-democracy-but-an-oligarchy-study-concl...
2•giov4•10m ago•0 comments

Flare Redact – scoped secret redaction for JavaScript AI agents

https://github.com/flare-collection/flare-redact
1•umudhasanli•11m ago•0 comments

An Honest Review of AI Programming

https://mropert.github.io/2026/08/04/an_honest_review_of_ai_programming/
2•ingve•15m ago•0 comments

FFmpeg 9.0

https://github.com/FFmpeg/FFmpeg/blob/n9.0/RELEASE_NOTES
18•gyan•20m ago•1 comments

The Shape of Things to Come

https://yegge.ai/essays/model-welfare/
1•j4yav•20m ago•0 comments

Bending Spoons makes first post-IPO acquisition with $1.3B Airtable deal

https://live.euronext.com/en/financial-news/bending-spoons-makes-first-post-ipo-acquisition-13-bi...
2•riffraff•22m ago•0 comments

You Can Build Tools Yourself

https://jlopes.eu/blog/build-your-own-browser-tools/
2•offeringofpie•23m ago•2 comments

Google's synced passkeys can be stolen by malware

https://www.bleepingcomputer.com/news/security/new-pass-ta-key-attacks-let-malware-hijack-google-...
3•BlueBerry2001•25m ago•0 comments

OSM2CDR

https://osm2cdr.com/
1•altilunium•25m ago•0 comments

What the Bliss Taught Us

https://daniel.haxx.se/blog/2026/08/03/what-the-bliss-taught-us/
2•knuckleheads•30m ago•0 comments

Re: Ghosts in My Phone

https://rldane.space/re-ghosts-in-my-phone.html
1•meysamazad•31m ago•0 comments

NoFaceScan

https://nofacescan.app/
1•Cider9986•31m ago•0 comments

Getting a Haircut

https://jasonthai.me/posts/on-getting-a-haircut
1•meysamazad•31m ago•0 comments

AUR

https://afranca.com.br/aur/
1•meysamazad•32m ago•0 comments

The A.I. Revolt Is Here

https://www.nytimes.com/2026/08/04/opinion/ezra-klein-podcast-jasmine-sun.html
3•doener•34m ago•0 comments

Ask HN: Why are comments under news articles gone?

1•sam_lowry_•34m ago•1 comments

Apple seeks preliminary injunction against OpenAI in trade secrets case

https://www.reuters.com/legal/litigation/apple-seeks-preliminary-injunction-against-openai-trade-...
1•jack0111•38m ago•0 comments

A My-Name-in-Products Page

https://daniel.haxx.se/my-name-in-products.html
1•indiantinker•39m ago•0 comments

'Nobody cares' Turkish farmers bearing the burden of UK's plastic waste problem

https://www.theguardian.com/environment/2026/aug/04/plastic-waste-microplastics-exports-recycling...
2•hebelehubele•41m ago•0 comments

Show HN: Lex – a calm language-learning toolkit for 34 languages

https://lex.school
1•Ako03•43m ago•1 comments

Migration numbers are a distributed counter without coordination

https://vvka-141.github.io/pgmi/articles/migration-numbers-distributed-counter/
1•aevlampiev•45m ago•0 comments

Show HN: Autonomous daily AI news briefing blog

https://ai0.news/
1•Komte•45m 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