frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chinese LLMs write more vulnerable code when prompted as U.S. officials

https://www.boozallen.com/expertise/cybersecurity/whats-in-americas-code.html
1•talhof8•2m ago•1 comments

How ZigZag made our workflow worse before we fixed it

https://zagforge.com/blogs/the-tool-that-made-things-worse-before-it-made-it-better
1•anzedev•3m ago•0 comments

Show HN: Tool that turns a CSV into an agent-run, searchable paywalled directory

https://medspas.shipmore.io
1•fabijanbajo•4m ago•0 comments

Show HN: ChatPanel, A Privacy-first AI Agent browser side panel

https://chatpanel.net/
1•earth2mars•6m ago•0 comments

GitHub's Stacked PRs

https://pckt.blog/b/dev-stream/stacked-prs-explainer-2npkbg2
1•matijash•7m ago•0 comments

Minimal Git CI using hooks

https://mccd.space/posts/26-06-29/simple-git-ci
1•birdculture•8m ago•0 comments

Ask HN: Have you noticed convincing AI comments on Product Hunt?

1•loptic_tyasuda•9m ago•0 comments

Show HN: See what's happening accross the social web before it goes viral

https://www.threadverse.ai/
1•rootonmainnet•10m ago•0 comments

The mysterious hum heard around the world may have an explanation

https://www.sciencedaily.com/releases/2026/07/260719040002.htm
2•amichail•11m ago•0 comments

The Giant Fish of Americas Rivers

https://www.realclearscience.com/blog/2026/07/16/meet_the_truly_giant_fish_of_americas_rivers_119...
1•RickJWagner•13m ago•0 comments

Show HN: We checked 2,291 top Product Hunt launches- 1 in 4 is dead

https://rightaichoice.com/state-of-ai-tools/graveyard
2•Tanmay_Verma•14m ago•0 comments

How Musklr Keeps Your Apple Watch and iPhone in Sync During a Workout

https://musklr.com/blog/2026/apple-watch-iphone-workout-sync/
1•badgag•15m ago•0 comments

Come Async You Are

https://corentin-core.github.io/posts/ruxe-async-runtime-agnostic/
1•corentin-core•16m ago•0 comments

Christopher Nolan on the Sheer Feat of Filming 'The Odyssey'

https://www.nytimes.com/2026/07/17/movies/the-odyssey-christopher-nolan.html
1•bookofjoe•17m ago•2 comments

Men Walk on Moon

https://archive.nytimes.com/www.nytimes.com/learning/general/onthisday/big/0720.html
2•keepamovin•17m ago•0 comments

Post-workout essentials that boost performance and prevent injury

https://text.npr.org/nx-s1-5234138
1•mooreds•18m ago•0 comments

The Stoppage Time That Never Gets Played

https://matkin.substack.com/p/the-stoppage-time-that-never-gets
1•myyke•19m ago•0 comments

Tech ain't that deep – and that's a problem

https://deadsimpletech.com/blog/tech-aint-deep
1•fanf2•20m ago•0 comments

Famine Early Warning Systems Network

https://fews.net/
1•gone35•21m ago•0 comments

Services: The New Software

https://sequoiacap.com/article/services-the-new-software/
1•futurecat•21m ago•0 comments

The Identity Salon: Five-Year Problems, Chatham House Notes, and DNS Nonsense

https://sphericalcowconsulting.com/2026/07/21/the-identity-salon/
2•mooreds•22m ago•0 comments

GitHub suddenly rejected my SSH key (the fix was a .pub file?)

https://thorsell.io/2026/07/21/github-ssh-keys.html
9•xGLaDER•23m ago•0 comments

LLMs Are Surprisingly Bad Blog Authors

https://wakamoleguy.com/p/llms-are-surprisingly-bad-blog-authors
3•wakamoleguy•24m ago•0 comments

Ask HN: Will Anthropic or OpenAI start offering Chinese open source models?

3•Risse•27m ago•2 comments

Israeli spyware vans infiltrate American streets and your phones

https://cybernews.com/privacy/us-police-israeli-spy-vans-falconet-cognyte/
1•isaacfrond•28m ago•0 comments

FizzBuzz Tier List

https://georgemauer.net/fizzybuzzy/
1•mooreds•29m ago•0 comments

Smedley Butler on Interventionism (1933)

https://man.fas.org/smedley.htm
1•downbad_•29m ago•0 comments

Show HN: Open-Kritt – Open-source infrastructure for AI-based security research

https://github.com/Kritt-ai/open-kritt
1•GabiControlZ•30m ago•0 comments

Show HN: Enlarger • A local upscaler that keeps detail instead of smoothing it

https://enlarger.app/
1•jaakkoc•30m ago•0 comments

Responsible LLM Use in Conversations

https://marcdix.de/blog/responsible-llm-use-in-conversations.html
1•mdix•31m 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