frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sotheby's video showcases working Apple-1 serial number 01-0033

https://www.youtube.com/watch?v=NiOu3DL7t94
1•giuliomagnifico•4m ago•0 comments

Nuclear Fusion Ready for Commercialization?

https://abc7news.com/post/inertia-worlds-1st-fusion-factory-lawrence-livermore-national-laborator...
1•dd-sharma•7m ago•0 comments

Telling a tom from a snare with one microphone

https://drummate.app/blog/the-snare-has-wires
1•sashyo•8m ago•0 comments

Beavis Ultrasound PnP ISA Sound Card Replica

https://github.com/schlae/BeavisUltrasound
2•mariuz•12m ago•0 comments

Same agent tasks, 76% fewer LLM calls – we moved semantic cache inside the graph

https://github.com/insightitsGit/ChorusGraph/
2•insightits•13m ago•0 comments

Data Engineers Should Be Held to the Same Standards as Bakers

https://www.hermit-tech.com/blog/data-engineers-and-bakers
1•l0b0•17m ago•0 comments

Bob's Research, stock analysis, filings read for you

https://www.bobsresearch.com/
1•mrmarco•19m ago•0 comments

TwoMillionKit: Private Cloud Compute in FoundationModels without an entitlement

https://github.com/insidegui/TwoMillionKit
1•zdw•26m ago•0 comments

'Quality decays exponentially following AI arrival': Experts leaving in droves

https://www.techradar.com/pro/quality-decays-exponentially-following-ai-arrival-research-shows-ex...
1•Fricken•27m ago•0 comments

Red Hat's Project Lightwell. Interview with Mo Duffy

https://opensourcesecurity.io/2026/2026-07-lightwell-mo-duffy/
1•LaSombra•32m ago•0 comments

NyxOS

https://github.com/kazah-png/nyx-os
2•kazah•38m ago•2 comments

Ask HN: How long do you use your personal laptop before replacing it?

3•thallavajhula•41m ago•4 comments

Gleam for Python Programmers

https://third-bit.com/gl4py/
3•TheWiggles•43m ago•0 comments

Letl1en

1•l1en•45m ago•0 comments

Billionaire exodus? California drew 10x more venture capital than anyother state

https://www.latimes.com/business/story/2026-07-10/billionaire-exodus-california-attracted-10-time...
1•WarOnPrivacy•45m ago•1 comments

Is the top song on Australian radio AI-generated?

https://www.theguardian.com/music/2026/jul/13/josh-fawaz-like-a-prayer-song-is-it-ai-radio
2•sbulaev•45m ago•0 comments

Sticky Note Chrome Extension Turns Favorites into Multimedia Sticky Notes

https://chromewebstore.google.com/detail/sticky-note-web-clipper-s/gniilbpapgommpalikcclpcnbcamgila
1•taskloco_nyc•48m ago•0 comments

The Future Worth Building Is Human

https://thinkingmachines.ai/blog/the-future-worth-building-is-human/
1•gmays•49m ago•0 comments

The University in the AI Era

https://htmx.org/essays/universities-and-ai/
1•vismit2000•50m ago•0 comments

Comparing the Burn Ability of 4 Materials Used for Wall Insulation [video]

https://www.youtube.com/watch?v=CdItsso3ur0
1•nomilk•50m ago•0 comments

[jdubray/sam-lib] V2 (PR #25)

https://github.com/jdubray/sam-lib/pull/25
1•turtleyacht•51m ago•1 comments

Show HN: 2026 World Cup Simulator with redemition mode

https://7-0worldcup.org/
1•cksmct•52m ago•0 comments

Droidsaw Rust Utility

https://lib.rs/crates/droidsaw
1•axus•53m ago•0 comments

Ask HN: As a customer, how do you feel about AI-First Customer Support?

2•gerardojbaez•1h ago•1 comments

Fable 5 on Playcode. As well as Sol, Grok 4.5 and GLM 5.2

https://playcode.io/blog/fable-5
1•ianberdin•1h ago•0 comments

Playcode Cloud – Firecracker backed and Neon inspired

https://playcode.io/blog/playcode-cloud
1•ianberdin•1h ago•0 comments

Adapnex: PLC Programming for Software Engineers

https://adapnex.com/
1•nobodyknowsyoda•1h ago•0 comments

A Metallurgist's Doubts About Self-Replicating Probes

https://www.centauri-dreams.org/2026/07/10/a-metallurgists-doubts-about-self-replicating-probes/
5•EA-3167•1h ago•0 comments

Global Talent Fund

https://www.globtalent.org/
1•nobodyknowsyoda•1h ago•0 comments

Common Cog: The Calibration Case Method

https://commoncog.com/calibration-case-method/
2•nobodyknowsyoda•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...

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