frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tungsten Mine Predicts Major Wars. It's Opening Again

https://www.bloomberg.com/graphics/2026-opinion-australia-tungsten-mine-us-war-defense-china/
1•mooreds•20s ago•0 comments

Show HN: Pglayers – PostgreSQL extensions as stackable Docker layers

https://github.com/pglayers/pglayers
1•iemejia•1m ago•0 comments

Cider 2.0 Is Brewing

https://metaredux.com/posts/2026/06/30/cider-2-0-is-brewing.html
1•eigenhombre•1m ago•0 comments

Self-Hosted GitHub Actions Runners on Lambda MicroVMs

https://github.com/mkdev-me/terraform-aws-github-runner-lambda-microvms/tree/main
1•fodoj•2m ago•1 comments

The Decadent Double Dealer

https://64parishes.org/decadent-double-dealer
1•jruohonen•2m ago•0 comments

Ask HN: Developers and Builders, what have you shipped this week?

1•enlightpixel•3m ago•0 comments

Google kills Tenor GIF API, forcing changes at X, Discord, and more

https://arstechnica.com/gadgets/2026/06/google-kills-tenor-gif-api-forcing-changes-at-x-discord-a...
2•scommab•3m ago•0 comments

Over 900 Oracle E-Business instances exposed to ongoing attacks

https://www.bleepingcomputer.com/news/security/over-900-oracle-e-business-instances-exposed-to-on...
3•Brajeshwar•4m ago•0 comments

Show HN: A Simple Investment Portfolio Tracker

https://zenvesto.com/
3•zenvesto•8m ago•0 comments

Ensuring fairness and safety: €3 customs duty for low-value parcels

https://commission.europa.eu/news-and-media/news/ensuring-fairness-and-safety-eur3-customs-duty-l...
2•robin_reala•8m ago•0 comments

Buyers Disappointed as eBay Pulls Gift Cards Again

https://www.ecommercebytes.com/C/blog/blog.pl?/pl/2026/6/1782874791.html
1•ilamont•9m ago•0 comments

When anything is possible, how do you decide what to create?

https://digitalseams.com/blog/making-things-interview-series
1•bobbiechen•9m ago•0 comments

Show HN: AI Score Chrome extension, measure how AI agents read your docs site

https://chromewebstore.google.com/detail/jamdesk-ai-score/mhihkkgpcbmapmojnakhjfhjmiagkhlj
2•gbourne•9m ago•0 comments

Developers React to AI-Scented Blog Posts

https://writethatblog.substack.com/p/dev-reaction-to-ai-blog-posts
1•robin_reala•12m ago•0 comments

Verd: AI trip-plan checks for visa, connection, and border risks

https://verd.nanocorp.app
2•verdlaunch•12m ago•0 comments

Building Docker images 7x Faster with Clipper

https://clipper.dev/blog/buildkit-profile
1•a_t48•13m ago•1 comments

Show HN: Sidedoor – Paste any job, find who in your network can refer you

https://happenstance.ai/sidedoor
3•welshpony•14m ago•0 comments

PlayStation will end physical disc production for new games in 2028

https://www.cnbc.com/2026/07/01/sony-playstation-physical-disc-production-2028.html
2•shinryudbz•16m ago•0 comments

Using ChatGPT is not bad for the environment

https://blog.andymasley.com/p/a-short-summary-of-my-argument-that
4•ck2•17m ago•1 comments

Show HN: HN Keyboard Boost – Minimal Keyboard Navigation for Hacker News

https://addons.mozilla.org/en-US/firefox/addon/hn-keyboard-boost/
1•jessesoo•18m ago•0 comments

Sam Altman: This is how we can make AI safe for everyone

https://www.ft.com/content/0c2e1077-f658-4b3d-9040-602615c961ca
1•bifftastic•20m ago•0 comments

Inside the Egg Price-Fixing Scandal That Spiked American Grocery Bills

https://www.wsj.com/business/retail/inside-the-egg-price-fixing-scandal-that-spiked-american-groc...
2•impish9208•21m ago•1 comments

Ella: Deterministic compute engine for ultra‑low‑latency systems

https://github.com/steforsyth5439-ai/ELLA-whitepaper
1•ste5439•23m ago•0 comments

HT-ML.app – Deploy HTML Artifacts from Claude Code and Codex

https://ht-ml.app/
1•nsmith22•24m ago•1 comments

The Repository Knows Why

https://community.ibm.com/community/user/blogs/frank-de-gilio/2026/05/28/the-repository-knows-why
1•rbanffy•24m ago•0 comments

Taming Production Database Migrations

https://www.lirbank.com/taming-production-database-migrations
5•andrelandgraf•26m ago•1 comments

Jj jj jj jj jj

https://caiustheory.com/jj-jj-jj-jj-jj/
2•birdculture•27m ago•1 comments

Florida Is Executing Prisoners at a Record Pace

https://www.propublica.org/article/florida-death-penalty-executions-ron-desantis
10•petethomas•27m ago•1 comments

Is there a "is fable up tracker" or notification hook?

1•217•28m ago•1 comments

Palantir vs. Republik [Swiss News Magazine]

https://www.republik.ch/2026/06/13/palantir-gegen-die-republik-das-urteil
1•Arodex•28m 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...

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