frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Deepmark – Search your bookmarks by what's inside them, not the title

https://usedeepmark.com/
1•shafkathullah•18s ago•0 comments

Mistral OCR 4.1

https://docs.mistral.ai/models/ocr-4-1
1•spelk•50s ago•0 comments

Rob Pike Received the 2026 Usenix Lifetime Achievement Award

https://www.usenix.org/about/awards/flame
2•jervant•1m ago•0 comments

Headless Xcode: From Prompt to Simulator with MCP

https://artemnovichkov.com/blog/headless-xcode-from-prompt-to-simulator-with-mcp
1•artemnovichkov•1m ago•0 comments

Russian ransomware group Clop claims cyberattacks on Shell and Philips

https://nltimes.nl/2026/08/13/russian-ransomware-group-clop-claims-cyberattacks-shell-philips
1•TechTechTech•2m ago•0 comments

Typed WebSocket Realtime in Point0, a TypeScript Framework on Bun and React

https://1gr14.dev/blog/point0-socket
1•1gr14•2m ago•0 comments

What I Learned Securing Sniffnet with the GitHub Secure Open Source Fund

https://sniffnet.app/news/github-secure-open-source-fund/
1•dmit•3m ago•0 comments

AI isn't ready to research itself

https://www.nature.com/articles/d41586-026-02494-5
1•Brajeshwar•3m ago•0 comments

Gemini 3.7 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-fl...
3•meetpateltech•3m ago•0 comments

Class clowns: the triumph of inanity over academia

https://spectator.com/article/class-clowns-the-triumph-of-inanity-over-academia/
1•rahimnathwani•4m ago•0 comments

The Download: kids' thoughts on AI, and female clones of male mice

https://www.technologyreview.com/2026/08/13/1141896/the-download-kids-thoughts-on-ai-female-clone...
1•joozio•4m ago•0 comments

Databricks Raises $5B at a $190B Valuation

https://finance.yahoo.com/technology/articles/databricks-raises-5-billion-190-144033565.html
2•sixdimensional•5m ago•0 comments

Previewing Ultrafast mode: GPT‑5.6 Sol at up to 14X the speed

https://openai.com/index/previewing-ultrafast/
3•meetpateltech•6m ago•0 comments

Inside UBS's Record $125M Anti-Money Laundering Penalty

https://brief.middesk.com/p/ubs-125-million-aml-penalty-fincen
1•petethomas•7m ago•0 comments

The EU Cyber Resilience Act Meets Its Match in Determinate Secure Packages

https://determinate.systems/blog/nix-cyber-resilience-act/
1•biggestlou•8m ago•0 comments

Chicago Mercantile Exchange will list futures contracts for GPU costs

https://www.cmegroup.com/media-room/press-releases/2026/8/11/cme_group_and_silicondatatolaunchcom...
1•p4ul•9m ago•0 comments

I built a memory tool for Claude Code that never leaves your disk

https://github.com/georgedagher/deposition
1•georgedagher•12m ago•0 comments

Forgetting Is a Feature

https://medium.com/@majid.fekri/forgetting-is-a-feature-2cc53c7693cc
1•supportm•12m ago•0 comments

Cloud should come with an app builder

https://blog.railway.com/p/dev-new
1•thisismahmoud_•13m ago•1 comments

In a first, US will allow some private firms to carry out cyberattacks

https://techcrunch.com/2026/08/13/in-a-first-us-will-allow-some-private-firms-to-carry-out-cybera...
2•Cider9986•14m ago•0 comments

Who Should Pay for Source Code Availability?

https://kristoff.it/blog/source-code-availability/
1•kristoff_it•15m ago•0 comments

Cloudflare Durable Objects, Ported to Rails

https://solidobjects.dev/
3•necrodome•16m ago•0 comments

The Biology of Claude's Tokenizer: Reverse Engineered

https://tokencontributions.substack.com/p/on-the-biology-of-claudes-tokenizer
1•goranmoomin•17m ago•0 comments

Marketers are Addicted to Bad Data (2020)

https://www.jacquescorbytuech.com/writing/marketers-addicted-bad-data
1•zbentley•18m ago•0 comments

Five European companies just agreed to buy AI compute that doesn't exist yet

https://thenewstack.io/mistral-third-party-open-models/
1•Brajeshwar•18m ago•0 comments

Greatness: Telegram-Distributed M365 AiTM PhaaS

https://zerobec.com/blog/greatness-phaas-aitm-and-device-code-phishing
1•speckx•19m ago•0 comments

Does AI save time at work?

https://censuseasy.com/blog/does-ai-save-time-at-work
1•misterinfo•19m ago•1 comments

Show HN: My Claude subscription did $5,868 of API-equivalent work last month

https://github.com/dpro10/cookbook-meter
1•dproz•20m ago•0 comments

US Navy sailors try to throw themselves overboard after 250 days at sea

https://www.telegraph.co.uk/world-news/2026/08/13/us-navy-sailors-jump-overboard-after-nine-month...
9•embedding-shape•21m ago•2 comments

The Prompt Sequence I Used to Make a Full Game and Deploy in 2 Days

https://github.com/Glitch-Gaming-Platform/AI-Prompts-For-Game-Development
1•bingewave•23m 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