frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Are You Lost?

1•Topgamer7•1m ago•0 comments

MLP OC Maker – AI Tool for Creating My Little Pony–Style Original Characters

https://aiocmaker.com/oc-maker/mlp-oc-maker
1•xiaoshumiao•2m ago•1 comments

MCP Apps just dropped (OpenAI and Anthropic collab) and I think this is huge

http://blog.modelcontextprotocol.io/posts/2025-11-21-mcp-apps/
1•mercury24aug•3m ago•1 comments

Why your speedometer is lying to you (in a good way)

https://sidecar.clutch.engineering/news/2025/11/22/Why-your-speedometer-is-lying-to-you/
1•featherless•6m ago•0 comments

A Detailed M&A Journey Selling My Company

https://blog.thefoundermanual.com/p/my-m-a-journey-selling-classhook
1•adeeb•11m ago•0 comments

Byju's founder to appeal U.S. court order to pay over $1B in bankruptcy case

https://techcrunch.com/2025/11/22/byjus-founder-to-appeal-u-s-court-order-to-pay-over-1b-in-bankr...
1•jimexp69•12m ago•0 comments

Serenity, Courage, Wisdom and AI

https://thehumanspirit.substack.com/p/serenity-courage-wisdom-and-ai
1•OgsyedIE•14m ago•0 comments

Show HN: Emoji Translator

https://emojitranslator.cc
1•HenryZheng99•19m ago•0 comments

Compute Forecast (AI 2027)

https://ai-2027.com/research/compute-forecast
1•jxmorris12•19m ago•0 comments

Demis Hassabis Reveals Google's 'Secret' Behind Benchmark-Topping Gemini 3

https://officechai.com/ai/demis-hassabis-reveals-googles-secret-behind-benchmark-topping-gemini-3/
1•salkahfi•20m ago•0 comments

New BoM Site Totalled $96M

https://www.smh.com.au/politics/federal/total-bill-for-bom-s-new-website-came-in-at-96-million-20...
1•razodactyl•24m ago•1 comments

Newest Starship booster is significantly damaged during testing

https://arstechnica.com/space/2025/11/newest-starship-booster-is-significantly-damaged-during-tes...
1•perihelions•24m ago•0 comments

Jeffrey Epstein's Inbox

https://epsteininbox.com/
1•hgarg•31m ago•1 comments

Show HN: I recreated fuse wallets app onboarding in SwiftUI and made it reusable

https://github.com/georgecartridge/FuseAppOnboarding
3•georgecartridge•39m ago•0 comments

Kids for cash scandal (2004-8, for-profit incarceration in PA)

https://www.youtube.com/watch?v=tyPGSJUw87I
3•burnt-resistor•39m ago•0 comments

Global Insider Trading Network Charged W Securities Fraud AndMoney Laundering

https://www.justice.gov/usao-ma/pr/eight-members-global-insider-trading-network-charged-securitie...
2•737min•42m ago•0 comments

CS Garuda Indonesia

1•indahponsel•42m ago•0 comments

Tinker: Thinking Machines Lab Thoughts

https://pranavc28.github.io/blog/posts/generative-ui-tinker/
1•pranavc28•43m ago•1 comments

Tesla Sued Over Another Fatal Crash in Growing Scrutiny of Doors

https://www.bloomberg.com/news/articles/2025-11-21/tesla-sued-over-another-fatal-crash-in-growing...
1•voxadam•44m ago•1 comments

Ask HN: How Newton did so much without tea or coffee?

3•upxx•45m ago•3 comments

Show HN: Use AI to Clean Data at Scale

https://www.cluedin.com/home
2•jerrong•49m ago•0 comments

Show HN: Elasticsale.com, an open-source SaaS for retail cashback campaigns

https://elasticsale.com
1•dcvr•49m ago•0 comments

Some fundamental theorems in math – Oliver KNILL [pdf]

https://people.math.harvard.edu/~knill/graphgeometry/papers/fundamental.pdf
3•marysminefnuf•56m ago•0 comments

The European startup market is ready for the limelight

https://techcrunch.com/2025/11/21/the-european-startup-market-is-ready-for-the-limelight/
4•paulatreides•1h ago•1 comments

Show HN: smtp.js, a drop-in relay to prevent your sites spamming your users

https://community.qbix.com/t/drop-in-smtp-relay-to-combat-bots-and-prevent-spamming-users/780
1•EGreg•1h ago•0 comments

Chomsky had deeper ties to Epstein than previously known, documents reveal

https://www.theguardian.com/us-news/2025/nov/22/noam-chomsky-jeffrey-epstein-ties-emails
8•clanky•1h ago•0 comments

An Interview with a YouTube Writer Behind 500M+ Views

https://www.humaninvariant.com/blog/youtube-interview
1•humaninvariant•1h ago•0 comments

A Fast 64-Bit Date Algorithm (30–40% faster by counting dates backwards)

https://www.benjoffe.com/fast-date-64
2•benjoffe•1h ago•1 comments

Simple One-Time Passcode Inputs

https://cloudfour.com/thinks/simple-one-time-passcode-inputs/
1•gm678•1h ago•0 comments

The Lost Cat of Sullivan's Island

https://www.trulyadventure.us/lost-on-sulls-island
1•gmays•1h 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•7mo ago

Comments

MichealCodes•7mo ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•7mo 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•7mo ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•7mo ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•7mo 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_•7mo ago
That is a very fun fact.
nailer•7mo ago
Yes that is how dependencies work.
poincaredisk•7mo 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•7mo 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•7mo 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•7mo ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•7mo 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•7mo 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•7mo 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•7mo ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•7mo 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•7mo ago
.xyz isn’t exotic for blockchains.