frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Hostflip – a macOS /etc./hosts switcher that detects external edits

https://github.com/heronapp/hostflip
1•heroncoder•2m ago•0 comments

Weaponizing Defender's Remediation Driver as a Kernel Operation Primitive

https://research.checkpoint.com/2026/btr-reforged-weaponizing-defenders-remediation-driver-as-a-k...
1•janandonly•5m ago•0 comments

DumpsterCluster: From Dumpster Diving to Serving Llama-70B on $60 GPUs

https://arxiv.org/abs/2608.14614
1•montalbano•6m ago•0 comments

I miss the old Claude Code

https://alexkras.com/focus-is-the-main-feature-why-i-miss-the-old-claude-code/
1•akras14•8m ago•0 comments

Gaming with a cast iron drill press, a mouse, and an ESP-32 [video]

https://www.youtube.com/watch?v=-8ZY74LW4W4
2•proftom•10m ago•0 comments

The wise do not hurry the seasons

1•peibin•11m ago•1 comments

Grok Build Lets Anyone Create Websites and Apps Without Knowing How to Code

https://moztako.me/grok-build-create-websites-apps-without-coding/
1•Jefmz•13m ago•0 comments

All Your Parking Tickets Are Belong to Me

https://www.jack.bio/blog/parkingtickets
1•7777777phil•13m ago•0 comments

Show HN: PostRank – Paid Leaderboard with Comments, Boosts, and Earned Credit

https://postrank.lol
1•anand_murugan•18m ago•0 comments

I turned my Mac into a “dumb” computer

https://javaman.bearblog.dev/computer/
2•Gecko4072•18m ago•0 comments

Show HN: Spinifex – run EC2/S3/IAM/EKS on your own hardware, AWS CLI unchanged

https://github.com/mulgadc/spinifex
4•toddyholiday•19m ago•0 comments

Show HN: Scribble/write on your desktop, with any phone/tablet

https://expressed.effective-flow.com
1•johncclayton•19m ago•0 comments

Olympic breakdancer Raygun says therapy helped after going viral

https://www.cnn.com/2026/08/25/entertainment/raygun-documentary-netflix-rachael-gunn-breakdance
1•Tomte•20m ago•1 comments

Musk's X Corp loses lawsuit against Israeli data-scraping company (2024)

https://www.reuters.com/legal/musks-x-corp-loses-lawsuit-against-israeli-data-scraping-company-20...
2•Markoff•21m ago•2 comments

Flow AI Video Generator

https://ai-flow.video
1•graphZen•22m ago•0 comments

Email Verification API

https://github.com/WICG/email-verification
1•nreece•25m ago•0 comments

Mold: A Parallel Linker

https://arxiv.org/abs/2608.23228
1•dannas•26m ago•1 comments

Chronic Illness Climbs Closer to a Former Nuclear Site in California

https://www.sra.org/2026/08/14/chronic-illness-climbs-closer-to-a-former-nuclear-site-in-california/
2•geox•26m ago•0 comments

Norway's digital government services hit by repeated DDoS

https://forgeeks.net/norway-government-ddos-attack/
3•ledoncool•28m ago•0 comments

Prison Gothic – Hong Kong Typeface

https://en.wikipedia.org/wiki/Prison_Gothic
1•keiferski•29m ago•0 comments

Someone just published open knowledge base

https://github.com/mo-root/open-kb
1•moroot•30m ago•0 comments

Two unvaccinated people in Pennsylvania are first measles-related 2026 US deaths

https://www.cnn.com/2026/08/25/health/measles-deaths-pennsylvania
5•helsinkiandrew•34m ago•0 comments

Nvidia Jetson Orin-guided Russian AI drone killed three civilians in Ukraine

https://www.tomshardware.com/tech-industry/drones/nvidia-jetson-orin-guided-the-russian-ai-drone-...
4•sbulaev•35m ago•0 comments

Apple Mac Studio M5 Ultra with 1.2TB/S Memory Bandwidth

https://www.apple.com/mac-studio/
2•itchingsphynx•36m ago•0 comments

Another DDoS attack against Norwegian government IT infrastructure – status

https://status.digdir.no/incidents/d7tgwqgzd742
4•omBratteng•39m ago•0 comments

Show HN: Launched free browser agent (the catch: ads)

https://rtrvr.ai
1•arjunchint•39m ago•0 comments

Can AI Music Tools Replace Epidemic Sound? An Honest Look

https://www.musegen.ai/blog/ai-music-vs-epidemic-sound
1•musegenai01•40m ago•0 comments

Show HN: Multiplayer Laser Simulator

https://prismaduel.com/
2•maxberggren•45m ago•1 comments

Chinese government fears talking to AI might replace human intimacy

https://www.theguardian.com/world/2026/aug/26/china-ai-companion-relationships-marriage-birth-rat...
3•fittingopposite•45m ago•2 comments

Turn Any Image into JPEG XL. Free and Private

https://anyjxl.com/
1•johnnyApplePRNG•47m 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