frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hi HN: Loopy agent, meta-loop engineer my Claude Code and codex sessions

https://github.com/secretbuilds/loopy
1•secretbuilds•10m ago•1 comments

Pac-Man, but You're the Ghost

https://garrit.xyz/posts/2026-06-13-pac-man-but-you-re-the-ghost
1•mindracer•13m ago•0 comments

Ask HN: Do you buy the domain first or build first then domain?

1•akashwadhwani35•13m ago•0 comments

PeopleSoft 0-day affecting organizations steals gigabytes of data

https://arstechnica.com/security/2026/06/peoplesoft-0-day-affecting-hundreds-of-organizations-ste...
2•geoffbp•17m ago•0 comments

Track tokens usage and AI Subscriptions across major AI platforms

https://www.tokens4breakfast.app
1•1Kapish•23m ago•1 comments

Software Architecture Guide

https://martinfowler.com/architecture/
2•laxmena•24m ago•0 comments

Show HN: Winamp's Geiss and Milkdrop ported to WebGL

https://milkbar.fm/
2•vlbeta•36m ago•0 comments

OmniCloud is a full-stack cloud drive aggregation platform

https://github.com/dimartarmizi/OmniCloud
1•tonyhart7•39m ago•0 comments

Free SQL→ER diagram tool, runs in the browser, nothing uploaded

https://sqltoerdiagram.com/
2•robhati•49m ago•0 comments

Show HN: I created a simple searchable list of abandoned WordPress Plugins

https://vimsy.io/plugin-graveyard
2•arximughal•49m ago•0 comments

Running Out of Context? No More

https://github.com/shrey1110-dotcom/CLAUDE_API_SAVER
1•otto_api•49m ago•0 comments

AAD-50: multi-cycle NVMe sanitize with per-cycle hardware verification

https://github.com/yonasabeselom/aad50
1•yonasabeselom•1h ago•0 comments

UK announces $1.5B AI infrastructure plan

https://www.reuters.com/world/uk/uk-sets-out-15-billion-ai-hardware-plan-with-supercomputer-chip-...
3•Soumya_Max•1h ago•2 comments

What old technology do you still use regularly?

2•Soumya_Max•1h ago•4 comments

What happens if you click the first link on every Wikipedia article? [video]

https://www.youtube.com/watch?v=dpLG3DpfSlM
2•wilsonhobbs•1h ago•0 comments

Zero-knowledge SAT validation engine

https://ptsf-engine.vercel.app/
1•curio_Pol_curio•1h ago•0 comments

Type Theory Forall #62 – Dependent Haskell – Vladislav Zavialov [video]

https://www.youtube.com/watch?v=COBZZb6Iu2Q
5•matt_d•1h ago•0 comments

Automating my job away

https://austinhenley.com/blog/automatingmyjob.html
2•azhenley•1h ago•0 comments

The Redistribution of Housing Wealth Caused by Rent Control [pdf]

https://www.rhawa.org/file/secure/shs-the-impact-of-rent-control-in-st-paul.pdf
47•luu•1h ago•41 comments

Half-Life able to run on ReactOS

https://xcancel.com/reactos/status/2064839936059011207
3•zdw•1h ago•1 comments

Making Claude a Chemist

https://www.anthropic.com/research/making-claude-a-chemist
5•gmays•1h ago•0 comments

Life Evolved

https://github.com/harrisjerico30-dotcom/G4-construct-
4•jericoharris•1h ago•0 comments

Weave: Merging based on language structure and not lines

https://ataraxy-labs.github.io/weave/
7•rohanat•1h ago•1 comments

Show HN: Tabby – sleeps tabs based on RAM pressure, not fixed timers

https://meettabby.netlify.app/
2•justbuilding•1h ago•0 comments

Show HN: Bastion – isolated Linux VMs for background coding agents

https://bastion.computer/
3•almostlit•1h ago•0 comments

Thirty Years My Open Source Project: The ApeSDK/Noble Ape

https://apesdk.com/
1•barbalet•1h ago•1 comments

The Rise of Housing Nationalism in Canada and Transnational Ownership Patterns

https://open.library.ubc.ca/media/stream/pdf/52383/1.0438798/5
3•luu•1h ago•0 comments

I will put a talking persona on your website

https://www.usegoblin.xyz
2•Obi-•1h ago•6 comments

AUR Malware Attack: Do Not Update [video]

https://www.youtube.com/watch?v=WoxR7fGl4CI
1•kshri24•2h ago•1 comments

Building a serial and VGA "everything console"

http://oldvcr.blogspot.com/2026/06/building-serial-and-vga-everything.html
9•classichasclass•2h 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