frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Lilly's Weight Loss Pill Isn't a Peptide

https://philippdubach.com/posts/why-lillys-weight-loss-pill-isnt-a-peptide/
1•7777777phil•6m ago•0 comments

Clay PCB Tutorial

https://feministhackerspaces.cargo.site/Clay-PCB-Tutorial
6•j0r0b0•9m ago•0 comments

We Traced U.S. Government Gold to a Drug Cartel

https://www.nytimes.com/2026/04/26/insider/gold-us-mint-drug-cartel.html
1•georgecmu•9m ago•0 comments

Officially Retired from Emacs

https://nullprogram.com/blog/2026/04/26/
1•susam•11m ago•0 comments

AI Water Use Distractions and Lessons for California

https://californiawaterblog.com/2026/04/26/ai-water-use-distractions-and-lessons-for-california/
1•hirpslop•12m ago•0 comments

Ask HN: What is the utility of DSA in the age of LLMs?

1•mihaigmarin•12m ago•0 comments

Prompting doesn't work Software does

https://oya.ai
1•oyadoti•14m ago•0 comments

After three months on Linux, I don't miss Windows at all

https://www.theverge.com/tech/918797/switched-to-linux-dont-miss-windows
2•cf100clunk•15m ago•1 comments

RSME: A Reactive Stability Mutation Encryption

https://zenodo.org/records/19712564
1•RanggaS•16m ago•0 comments

Superpowers is indeed game changer

https://github.com/obra/superpowers
2•zane__chen•17m ago•0 comments

Elon Musk's legal battle with OpenAI and Sam Altman will head to trial

https://finance.yahoo.com/sectors/technology/article/elon-musks-years-long-legal-battle-with-open...
1•wslh•17m ago•0 comments

Expat 2.8.0 released, includes security fixes

https://blog.hartwork.org/posts/expat-2-8-0-released/
2•spyc•18m ago•0 comments

Keep Your Identity Small (2009)

https://www.paulgraham.com/identity.html
1•downbad_•22m ago•1 comments

MinIO repository is now archived

https://github.com/minio/minio
4•xelia•22m ago•0 comments

Name in Landsat

https://science.nasa.gov/specials/your-name-in-landsat/
2•Duplicake•22m ago•1 comments

Google just solved agent identity. For Google Cloud

https://fusionauth.io/blog/agent-identity-walled-gardens
1•mooreds•26m ago•0 comments

AI and Alignment

https://chriscoyier.net/2026/04/25/ai-alignment/
1•mooreds•26m ago•0 comments

Threat actor uses Microsoft Teams to deploy new "Snow" malware

https://www.bleepingcomputer.com/news/security/threat-actor-uses-microsoft-teams-to-deploy-new-sn...
1•Brajeshwar•29m ago•0 comments

Vibecoding apps? track and patch issues in deployment using patchly

https://patchly.cc/
1•elektrothing•29m ago•0 comments

Corpus Christi plans to declare a 'water emergency.' What does that mean?

https://www.kut.org/energy-environment/2026-04-23/corpus-christi-texas-water-emergency-crisis-res...
3•mooreds•30m ago•0 comments

New text generator built by OpenAI considered too dangerous to release (2019)

https://techcrunch.com/2019/02/17/openai-text-generator-dangerous/
3•n_e•30m ago•0 comments

Legendary Qualcomm, Apple, and Nuvia alumni form new CPU startup – Nuvacore

https://www.tomshardware.com/pc-components/cpus/legendary-qualcomm-apple-and-nuvia-alumni-form-ne...
2•walterbell•36m ago•0 comments

Show HN: Knock-Knock v2 – Visualizing bot attacks in multi-protocol Technicolor

https://v2.knock-knock.net
1•djkurlander•37m ago•3 comments

Show HN: Lambda ERP – Open-source ERP you can run through chat

https://github.com/lambdadevelopment/lambda-erp
2•jcfrei•37m ago•0 comments

Lost Pixel is joining Figma and sunsetting the OSS product

https://www.lost-pixel.com/blog/lost-pixel-team-is-joining-figma
1•mirzap•42m ago•0 comments

Entre Lineas

https://docs.google.com/document/d/1K_f2V6KYWUs7Vpk4-UYIQKlKg9ANrlwGzirQG0iFopY/edit?usp=sharing
1•Amanneth•43m ago•0 comments

Use LangChain with Codex (ChatGPT) Plus/Pro

https://github.com/alumnium-hq/langchain-codex
1•p0deje•48m ago•0 comments

Bohrdom on Steam, Game by Cole Allen

https://store.steampowered.com/app/945530/Bohrdom/
1•vinnyglennon•48m ago•0 comments

Write SaaS apps where users control where their data is stored

https://linkedrecords.com/
2•WolfOliver•49m ago•1 comments

Free Textbook on Engineering Thermodynamics

https://thermodynamicsbook.com/
3•2DcAf•54m 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...

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

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.