frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Are You Hopeful for the Future?

1•piratesAndSons•37s ago•0 comments

ScanTailor Spectre

https://github.com/abandoned-industries/scantailor-spectre
1•axiologist•10m ago•1 comments

Examining the machine code of a 100 KB HTTP server

https://freelang.dev/machine-code-of-a-100kb-http-server/
1•keepamovin•14m ago•0 comments

Lifting Terms: Making Well Scoped Syntax Dumber

https://www.philipzucker.com/thin_term/
1•matt_d•16m ago•0 comments

Sheaves in Haskell

https://www.tweag.io/blog/2026-06-18-sheaves-in-haskell/
1•matt_d•19m ago•0 comments

Edith Wilson

https://en.wikipedia.org/wiki/Edith_Wilson
1•keepamovin•20m ago•1 comments

Show HN: NoiseRemover.ai – Remove background noise from audio

https://noiseremover.ai/
1•nadermx•20m ago•1 comments

Writing static checks to an unsuspecting library with Liquid Haskell

https://www.tweag.io/blog/2026-06-11-diff-package-static-checks/
1•matt_d•22m ago•0 comments

Web3D Survey shows WebGPU available on >75% of browsers

https://web3dsurvey.com/webgpu?70milestone
1•bhouston•22m ago•1 comments

Historical Fiction about the Circle of Fifths

https://monictheory.com/articles/circle-of-fifths
1•song_synth•23m ago•0 comments

Linux Project Visualized. 63M Lines with Linus' Contribution Coverage

https://www.reddit.com/r/PrincipalAi/s/htyRkZ7RqH
1•fernando-ram•24m ago•0 comments

Haves, have-nots and know-nots: Inside AI's new class divide

https://www.axios.com/2026/07/10/ai-class-divide-fable-sol-mythos
2•0in•24m ago•0 comments

AI makes Pompeii victim's final moments look real

https://www.popsci.com/science/ai-pompeii-victim-with-mortar-recreation/
1•gmays•26m ago•1 comments

Apple sues OpenAI, alleging the AI company stole trade secrets

https://www.washingtonpost.com/technology/2026/07/10/apple-sues-openai-alleging-ai-company-stole-...
1•1vuio0pswjnm7•26m ago•0 comments

Tax penalties/interest during the pandemic? You may be eligible for a refund

https://www.washingtonpost.com/business/2026/07/10/dont-miss-this-tax-refund-deadline-whos-eligib...
1•MilnerRoute•33m ago•0 comments

GDP.pdf: Can Frontier Models Master the Documents That Run the World?

https://surgehq.ai/blog/gdp-pdf-can-100b-ai-models-master-the-documents-that-run-the-world
1•handfuloflight•35m ago•0 comments

Entire: Distributed Git for Agents

https://entire.io
1•momeara•35m ago•1 comments

Show HN: Vxpix – $50 Lifetime Screenshot API, Free Tier with No Signup

https://tool.vxpix.com/
1•vxpix•36m ago•0 comments

Forced Clicks and Stand-Down Violations by Shopping Plugin Phia

https://www.benedelman.org/phia-forced-clicks/
1•sanj•36m ago•0 comments

Pulsed electric field, oscillating magnetic field effect on supercooled chicken

https://www.sciencedirect.com/science/article/abs/pii/S0260877416303636
1•thunderbong•38m ago•0 comments

European History Trivia

https://www.earthsattractions.com/european-history-trivia-questions/
1•colinprince•41m ago•0 comments

Show HN: Velocity – a keyless 3D globe that fuses 15 live Intel feeds

https://github.com/AndrewCTF/osint-geospatial-console
1•AndrewCTF•41m ago•0 comments

Progress asks its ShareFile customers to turn their software off to be secure

https://www.reddit.com/r/sysadmin/s/iRXUSv1sHk
1•taspeotis•42m ago•0 comments

Apple sues OpenAI for stealing trade secrets, blockbuster Silicon Valley lawsuit

https://www.latimes.com/business/story/2026-07-10/apple-accuses-openai-of-stealing-trade-secrets-...
3•1vuio0pswjnm7•42m ago•0 comments

Symmatrics Introduces Quantum Secure VPN to Eliminate Credential-Based Attacks

https://finance.yahoo.com/technology/ai/articles/symmatrics-introduces-quantum-secure-vpn-1300005...
1•cipherdrew•44m ago•0 comments

Show HN: @playbykey/theory - Music theory TypeScript engine and MCP server

https://theory-engine.docs.playbykey.com/
2•codewithbre•46m ago•2 comments

AI models' values are different from most people's

https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples
1•1vuio0pswjnm7•47m ago•0 comments

Emacs: A Tree and a Server Walk into a Core

https://www.chiply.dev/post-july-emacs-carnival
1•signa11•49m ago•0 comments

The FCC is cracking down on DJI tech that dodged the foreign drone ban

https://www.theverge.com/policy/964342/fcc-crack-down-dji-front-companies-xtra-skyrover-sgs-lab
1•thatxliner•50m ago•0 comments

Show HN: Persistent Claude Code sessions you drive as a terminal or a chat

https://github.com/thrinz/agentpeek
1•thrinz•53m 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