frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Responsible and Safe Use of AI

https://openai.com/academy/responsible-and-safe-use/
1•surprisetalk•6s ago•0 comments

CPU-Z 2.19 Supply Chain Attack – Malware Analysis Report

https://gist.github.com/N3mes1s/b5b0b96782b9f832819d2db7c6684f84
1•bundie•1m ago•0 comments

Timothy Ray Brown: the accidental AIDS icon (2015)

https://www.fredhutch.org/en/news/center-news/2015/02/aids-icon-timothy-ray-brown.html
1•Tomte•1m ago•0 comments

Automated Changelog for Open-Source Contributions

https://medium.com/@paragekbote23/from-commits-to-impact-building-an-automated-changelog-for-open...
1•gmays•1m ago•0 comments

Show HN: Direction – a 4-week course for people afraid of shipping AI slop

https://www.givedirection.com/
1•AndrewKemendo•3m ago•0 comments

Adobe Diddles with Your /etc./Hosts File

https://old.reddit.com/r/webdev/comments/1sb6hzk/adobe_wrote_to_my_hosts_file_ive_never_had_an_ap...
2•Brajeshwar•4m ago•1 comments

Closest Thing to Crazy

https://www.atvbt.com/closest-thing-to-crazy/
1•speckx•5m ago•0 comments

Synthetic Sandbox for Training Machine Learning Engineering Agents

https://arxiv.org/abs/2604.04872
1•gmays•5m ago•0 comments

Man jailed for killing abused wife who jumped from bridge

https://www.bbc.co.uk/news/articles/c0krdgjy0kko
1•alimw•7m ago•0 comments

Callgraph analysis in Ferrocene for denying unvalidated Rust library functions

https://ferrous-systems.com/blog/callgraph-analysis/
2•fanf2•11m ago•0 comments

MolmoWeb: An open agent for automating web tasks

https://allenai.org/blog/molmoweb
1•aanet•12m ago•1 comments

Alibaba shifts towards revenue over open-source AI

https://www.ft.com/content/b39da303-3188-447b-8b65-3dd8dad8b59a
2•marojejian•16m ago•1 comments

Waymo ride, now arriving in Nashville

https://waymo.com/blog/2026/04/your-waymo-ride-now-arriving-in-nashville/
3•ysangkok•17m ago•0 comments

Show HN: Agt00 – localhost sharing with an email allowlist

https://github.com/alex-sumin/agt00
1•cc_alex•17m ago•0 comments

The Vasa

https://psychsafety.com/the-vasa-disaster/
3•Tomte•18m ago•0 comments

Framework Next Gen Event on April 21st

https://frame.work/nextgen
1•outlore•19m ago•0 comments

Surviving Hallucinations: AI Fault Tolerance for Campaigns

https://matthodges.com/posts/2026-04-10-ai-politics-fault-tolerance/
2•m-hodges•21m ago•0 comments

What is the impact of AI on productivity?

https://aleximas.substack.com/p/what-is-the-impact-of-ai-on-productivity
2•aanet•21m ago•1 comments

Install-AI-constitution: a tool to centralise your main AGENTS.md

https://github.com/Adri96/AI-Constitution
2•adrimubo96•21m ago•1 comments

Show HN: Eve – Managed OpenClaw for Work

https://eve.new/login
3•zachdive•21m ago•0 comments

Amoxide: Composable, context-aware shell aliases

https://d34dl0ck.me/amoxide-composable-context-aware-shell-aliases/index.html
2•lukastyrychtr•22m ago•0 comments

HBO Obtains DMCA Subpoena to Unmask 'Euphoria' Spoiler Account on X

https://torrentfreak.com/hbo-obtains-dmca-subpoena-to-unmask-euphoria-spoiler-account-on-x/
4•speckx•26m ago•0 comments

Book flights MCP in a single prompt for India Flights

https://www.bookturing.com/mcp
2•avallark•26m ago•1 comments

Largest Group of Chimps Waging Deadly 'Civil War,' Scientists Discover

https://www.404media.co/worlds-largest-group-of-chimps-waging-deadly-civil-war-scientists-discover/
1•pavel_lishin•27m ago•0 comments

Show HN: Dynamic Map of YouTube Channels

https://www.ytmap.xyz/
3•Bachal•27m ago•1 comments

Update on Platform Stability

https://oapen.hypotheses.org/2217
1•jruohonen•28m ago•0 comments

Okay, Color Spaces – Ericportis.com

https://ericportis.com/posts/2024/okay-color-spaces/
1•tambourine_man•28m ago•0 comments

Ask HN: Is a purely Markdown-based CRM a terrible idea? Optimized for LLM agents

1•dmonterocrespo•30m ago•1 comments

Social Media Is the Opposite of Social Life

https://www.raptitude.com/2026/04/social-media-is-the-opposite-of-social-life/
2•speckx•32m ago•0 comments

AI (and) Maximalism

https://kerkour.com/ai-maximalism
1•randomint64•33m 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•11mo ago

Comments

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

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

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