frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Israel's creation mirrors Greek independence – and why it's overlooked

https://www.jpost.com/opinion/article-895285
1•dima1830•2m ago•0 comments

DOS, Floppies, NetBSD and Nostalgia

https://exquisite.tube/w/dkV6kWiT9sp2y6xVwkH1iF
1•jaypatelani•2m ago•0 comments

Show HN: A Satellite Visualizer

https://github.com/aabiji/kepler
1•aabiji•6m ago•0 comments

Pocket Raspberry Pi Computer for Hackers [Pre-Sale]

https://shop.m5stack.com/pages/m5-cardputerzero
1•daniel_iversen•6m ago•0 comments

Show HN: Fixing AI memory blind spot on connected facts with benchmark

https://yourmemoryai.xyz/
1•SachitRafa•8m ago•0 comments

Plant Seeds Do Something When the Sound of Rain Strikes

https://www.sciencealert.com/plants-can-sense-the-sound-of-rain
1•m463•9m ago•0 comments

Show HN: Building a web server in assembly to give my life (a lack of) meaning

https://imtomt.github.io/ymawky/
7•imtomt•10m ago•1 comments

Anthropic weighs deal for near $1T valuation as revenue surges

https://www.ft.com/content/a40cafcc-0fa4-4e70-9e24-90d826aea56d
1•mfiguiere•18m ago•0 comments

Show HN: A Codex/Claude Code plugin for persistent product context thru sessions

https://github.com/idodekerobo/draft-cli-plugin
1•idodekerobo•18m ago•0 comments

Godot Usage and Engine Growth

https://godotengine.org/article/godot-growth-stats-2026/
1•JSLegendDev•19m ago•0 comments

Ask HN: Can a tinnitus be triggered by high frequency noises?

2•tinnitus_crazy•22m ago•2 comments

Situational Awareness Kindle eBook ePub

https://blog.cahillanelabs.com/kindle/epub/llm/2026/05/10/situational-awareness-ebook
1•linuxfan2718•24m ago•0 comments

The Case of the Kung Fu 'Phreak'

https://www.zdnet.com/article/the-case-of-the-kung-fu-phreak/
1•mindcrime•31m ago•0 comments

Model Provenance Kit: Know Where Your AI Models Come From

https://blogs.cisco.com/ai/model-provenance-kit
2•boh•36m ago•0 comments

Carbon footprint of Linus Tech Tips' private jet

https://lttjet.com
2•droidjj•39m ago•0 comments

7meter

https://blog.cloudflare.com/through-the-eyes-tech-support-engineer/
1•apriyobudi•40m ago•0 comments

Notion or Obsidian or Apple Notes?

1•apoorvdarshan•42m ago•0 comments

Fidelity to Cut 800 Staffers as It Overhauls Tech, Product Teams

https://www.bloomberg.com/news/articles/2026-05-07/fidelity-to-cut-800-staffers-as-it-overhauls-t...
2•littlexsparkee•45m ago•0 comments

Blank

1•insanepro•45m ago•5 comments

GitHub project reproduces 58 Schmidhuber papers with AI assistant

https://twitter.com/hardmaru/status/2053147759428178315
2•momentmaker•51m ago•0 comments

Crypto exchange Coinbase to lay off 14% of staff as AI reshapes work

https://www.latimes.com/business/story/2026-05-05/crypto-exchange-coinbase-to-lay-off-14-of-staff...
2•1vuio0pswjnm7•53m ago•0 comments

Coinbase steep first quarter loss after slide in crypto prices; shares fall 4%

https://www.cnbc.com/2026/05/07/coinbase-coin-earnings-q1-2026.html
4•1vuio0pswjnm7•55m ago•2 comments

Superintelligent Retrieval Agent: The Next Frontier of Information Retrieval

https://arxiv.org/abs/2605.06647
2•CharlesW•55m ago•0 comments

Opus 4.7 and DeepSeek V4-Pro select Buddhism as preferred religion

https://twitter.com/tszzl/status/2053022747765457005
4•momentmaker•57m ago•0 comments

Show HN: Remind – schedule Claude Code on your Mac

https://olliewagner.com/remind
1•olliewagner•1h ago•0 comments

Antitrust Remedies Order Takes Effect as US Judge Denies Google's Stay Motion

https://www.law.com/nationallawjournal/2026/05/08/antitrust-remedies-order-takes-effect-as-us-jud...
2•1vuio0pswjnm7•1h ago•0 comments

Silverback Imfura took a chance, and ended up alone

https://gorillafund.org/mountain-gorillas/silverback-imfura-took-a-chance-and-ended-up-alone/
2•alex000kim•1h ago•0 comments

Probe-Detected Grokking in Multi-Probe DPO

https://openinterp.org/research/papers/probe-detected-grokking-dpo
3•caiovicentino•1h ago•0 comments

Transpiler.us – dev tools platform with Solana Pay USDC on mainnet

https://transpiler.us
2•jeah84•1h ago•0 comments

Two-Tier Verbalization in Natural Language Autoencoders

https://openinterp.org/research/papers/nla-two-tier-verbalization
2•caiovicentino•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•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.