frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: To lead with, or bury, AI in product marketing

1•probst•21s ago•0 comments

Brazil and US clash as popular Pix system stirs global interest

https://www.reuters.com/business/finance/brazil-us-clash-over-future-payments-popular-pix-system-...
1•digoxine•1m ago•0 comments

AGI Singer: Full Saturday

https://medium.com/@miho999lv/i-only-left-to-buy-some-ice-five-minutes-thats-what-i-said-locked-t...
1•miho999lv•1m ago•0 comments

Show HN: Neat, Static code and OTel fused into one graph for agents (OSS)

https://github.com/neat-technologies/neat
3•dcdeniz•1m ago•0 comments

A Fireside Chat with Cat and Thariq from the Claude Code Team

https://simonwillison.net/2026/Jul/21/cat-and-thariq/
1•arto•1m ago•0 comments

Ask HN: Which model do you use with Pi coding agent?

1•theaniketmaurya•1m ago•0 comments

GDID Windows – Cut the tracker that follows you even under VPN

https://korben.info/en/gdid-windows-cut-tracker-vpn.html
1•rfarley04•2m ago•0 comments

The first UL 3700-compliant plug-in solar microinverter is now available in US

https://www.engadget.com/2219291/the-first-ul-3700-compliant-plug-in-solar-microinverter-is-now-a...
1•dylan604•2m ago•0 comments

How the 2026 World Cup affected Internet traffic

https://blog.cloudflare.com/2026-world-cup-internet-traffic/
1•Erenay09•3m ago•0 comments

Formal verification might solve AI's review bottleneck

https://georgwiese.github.io/posts/formal-verification-ai/
1•georgwiese•3m ago•0 comments

Show HN: Neverbell, an AI agent that analyzes markets and executes trades

https://neverbell.com
1•alexcordina•3m ago•0 comments

Mermaider is a dotnet lib for generating Mermaid diagrams

https://github.com/nullean/mermaider
1•cek•4m ago•1 comments

Keeping Cool: The Air Conditioner That Changed America

https://humanprogress.org/keeping-cool-the-air-conditioner-that-changed-america/
1•surprisetalk•4m ago•0 comments

Show HN: Bolted – Visualizing real-time lightning strikes with MetalKit

https://www.boltedapp.com
1•ryeguy_24•5m ago•0 comments

PartialString – A finite-difference time-domain physical modelling synthesiser

https://differentinstruments.com/
1•shmeano•5m ago•0 comments

Show HN: Printme.money – small toys that visualize what your salary is doing

https://printme.money/
1•hafiz_•5m ago•0 comments

Snowflake: An update and some important information (2010)

https://groups.google.com/g/twitter-development-talk/c/ahbvo3VTIYI
1•subset•6m ago•0 comments

The most expensive instruction might be cmov

https://questdb.com/blog/cmov-vs-branch-perf/
1•nhourcard•7m ago•0 comments

Sigrok – portable, cross-platform, Open-Source signal analysis software suite

https://sigrok.org/wiki/Main_Page
1•gregsadetsky•7m ago•0 comments

Show HN: My continuity checker found Watson's wound in the wrong place

https://www.novilot.com
1•vizay08•8m ago•0 comments

Device Hidden in Cars Across US Leaves Them Vulnerable to Hacking and Paralysis

https://www.wired.com/story/a-device-hidden-in-cars-across-the-us-leaves-them-vulnerable-to-hacki...
1•dylan604•8m ago•0 comments

Automated Manga translation local pipeline

https://koharu.rs/
3•SciStone•10m ago•0 comments

git's –end-of-options Flag

https://nesbitt.io/2026/07/21/end-of-options.html
1•Erenay09•11m ago•0 comments

Show HN: An interactive network graph of every Stanley Cup champion

https://puckstory.com/
1•cansofgrease•12m ago•0 comments

Show HN: Pinpoint – Visual feedback for AI coding agents

https://pinpoint.maferland.com/
2•maferland•12m ago•1 comments

Biological Physics: Energy, Information, Life(2002) [pdf]

https://www.esalq.usp.br/lepse/imgs/conteudo_thumb/Biological-Physics-Energy--Information--Life.pdf
1•o4c•14m ago•0 comments

EtLT: The Middle Ground Your Data Pipeline Has Been Missing

https://seatunnel.apache.org/blog/etlt-middle-ground-data-pipeline/
3•Xiali•16m ago•0 comments

The Great Steam Deck Crash of 2026: How the New Pricing Decreased Demand by 80%

https://boilingsteam.com/the-great-steam-deck-volume-crash/
6•ekianjo•19m ago•0 comments

Show HN: MyIntelBrief – daily competitive-Intel briefs, white-label for agencies

https://myintelbrief.com/consultant
2•chooklay•19m ago•0 comments

White House instructs intelligence agencies to fight distillation

https://www.whitehouse.gov/presidential-actions/2026/06/national-security-presidential-memorandum...
2•softwaredoug•21m 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