frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Our response to the US ban on Fable 5 and Mythos 5

https://isaacus.com/blog/our-response-to-the-us-ban-on-fable-5-and-mythos-5
1•ubutler•4m ago•0 comments

ProofLayer Rules – runtime security, red-team evals for LangGraph

https://github.com/sinewaveai/prooflayer-rules
1•dchitimalla1•8m ago•0 comments

HAFT: Higher-Order Abstractions for Rust

https://www.deepcausality.com/blog/announcement-haft-hkt/
1•marvin-hansen•14m ago•0 comments

Qatar pursued secret talks with Iran to shield gas complex from strikes

https://www.washingtonpost.com/world/2026/06/12/qatar-pursued-secret-talks-with-iran-shield-gas-c...
2•pinewurst•17m ago•0 comments

Show HN: The A-C Coupling Theorem – Solving Diophantine Systems in O(1)

https://zenodo.org/records/20648657
4•A19dammer91•20m ago•0 comments

Notion Is Migrating to SwiftUI, Apple Confirms at WWDC

https://www.macrumors.com/2026/06/12/notion-is-migrating-to-swiftui/
1•peterspath•20m ago•0 comments

Fable 5 Released and Suddenly I'm Much More Paranoid About My VSCode Extensions

https://medium.com/@ishaan_agrawal/fable-5-dropped-and-im-suddenly-a-lot-more-paranoid-about-my-v...
2•shadow-ninja•21m ago•0 comments

The MilkV Jupiter 2/SpacemiT K3

https://taoofmac.com/space/reviews/2026/06/11/1830
1•zdw•22m ago•0 comments

Palantir loses lawsuit disputing story of how Swiss govt rejected its services

https://www.theguardian.com/technology/2026/jun/13/palantir-loses-legal-challenge-to-force-swiss-...
4•Geekette•36m ago•0 comments

Show HN: DNSweep – DNS lookup with ASN, anycast, and CDN/WAF detection

https://dnsweep.com
1•layer7_ethan•39m ago•0 comments

A Lean 4-verified Balansis lib to eliminate NaN and make zero-division safe

https://github.com/XTeam-Pro/Balansis
2•AndrewHakmi•44m ago•0 comments

Charlie Dalin, Who Set a Sailing Record While Battling Cancer, Dies at 42

https://www.nytimes.com/2026/06/12/sports/sailing/charlie-dalin-dead.html
1•iancmceachern•44m ago•0 comments

Gene Shalit, longtime 'Today' show movie critic, dies at 100

https://apnews.com/article/gene-shalit-dies-b8ed6f4b7054e530e5fba9a808902cca
2•petethomas•49m ago•0 comments

Elon Musk becomes first trillionaire

https://www.bbc.com/news/articles/c4gypy3wwl7o
4•tonyhart7•58m ago•1 comments

Text/Plain Blog

https://textplain.blog/
4•flykespice•59m ago•0 comments

OpenHands Index

https://index.openhands.dev/home
1•jmj•1h ago•0 comments

Let's call 'em "aigents"

https://www.autodidacts.io/aigents/
1•Curiositry•1h ago•0 comments

Dhtmlx Gantt – JavaScript Gantt Chart (Community Edition)

https://github.com/DHTMLX/gantt
1•thunderbong•1h ago•0 comments

CipherNode – An offline, self-correcting AI swarm compiled to a single .exe

1•CipherNode•1h ago•0 comments

China cracks down on Western AI models while US companies flock to DeepSeek

https://www.techradar.com/pro/the-great-ai-irony-china-cracks-down-on-western-models-while-us-com...
4•giuliomagnifico•1h ago•0 comments

Forbes declares Elon Musk as the world’s first trillionaire

https://www.forbes.com/sites/pr/2026/06/12/forbes-declares-elon-musk-as-the-worlds-first-trillion...
2•teleforce•1h ago•5 comments

A generic dynamic array in C that stores no capacity and needs no struct

https://gist.github.com/alurm/2ca14be134d719fe7431217a6b18d91e
1•alurm•1h ago•0 comments

TempleOS running in the browser with custom emulator

https://templeosweb.netlify.app/
1•AndrewPakrerH•1h ago•1 comments

Fred-80 – a fantasy console that runs on real Amiga hardware (68080 CPU)

https://medium.com/@fred80/i-built-a-fantasy-console-for-my-son-and-it-runs-on-real-amiga-hardwar...
2•rogueparticle•1h ago•0 comments

Streamlit

https://godsway-academy.streamlit.app
1•lmg_lockdown•1h ago•0 comments

Michelangelo's Prisoner Graffiti

https://www.thehistoryblog.com/archives/date/2013/06/30
2•thunderbong•1h ago•0 comments

Show HN: Lead Qualifier – Get leads qualified in minutes

https://lead.robowrite.ai
2•mehdizare•1h ago•0 comments

Kimi-K2.7-Code

https://twitter.com/Kimi_Moonshot/status/2065377579130142937
2•hisamafahri•1h ago•1 comments

Agentic-Engineering-Handbook

https://github.com/keyuchen21/agentic-engineering-handbook
1•keyuchen2020•1h ago•0 comments

Emerging Security Risks in Quantum Computing

https://myassineferjani.substack.com/p/beyond-post-quantum-cryptography
1•FMY_Q•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