frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Make Claude Fix the Claude VS Code Extension

https://github.com/Pomax/Claude-VS-Code-Extension-patches
1•TheRealPomax•29s ago•1 comments

Show HN: Mycli 2.0

https://github.com/dbcli/mycli
1•drw•1m ago•0 comments

NOYB (Max Schrems) to challenge EU/US data sharing after SCOTUS ruling [pdf]

https://noyb.eu/sites/default/files/2026-06/Letter_noyb_EU-US_data_transfers.pdf
1•lokar•1m ago•0 comments

Tell HN: Fewer PRs done with proper prompting, review, and refinement wins

1•tomerbd•2m ago•0 comments

Ask HN: Are any startups hiring front-end developers, or are they just using AI?

1•Kathan2651•4m ago•0 comments

A manifesto against property (2023)

https://www.berghahnjournals.com/view/journals/focaal/2023/97/fcl970101.xml?ArticleBodyColorStyle...
1•tjaeger•5m ago•0 comments

Test

1•hslcalgary•5m ago•1 comments

Show HN: Live hiring tracker for B2B SaaS, rereshed daily

https://tracker.mccoy.io/b2b-saas
1•jgafni•8m ago•0 comments

Coffee chats are the real job market for competitive recruiting

https://coffeechatos.com
1•sarvarjafarov•9m ago•0 comments

Inkfield

https://www.inkfield.studio
1•surprisetalk•10m ago•0 comments

A Summer of Solar Cooking (2023)

https://100r.ca/site/solar_cooking_experiment.html
1•surprisetalk•13m ago•0 comments

SaaS Economics in the AI Era

https://medium.com/@adarshdeepsingh/saas-economics-in-the-ai-era-39b63acfaae7
1•hsrada93•14m ago•0 comments

Musk demanded proof people died from USAID cuts. He got it – and lost it

https://oligarchwatch.substack.com/p/musk-demanded-proof-people-died-from
5•HotGarbage•14m ago•0 comments

Show HN: Online Recipe Card Editor

https://www.sunnyshorescreative.com/recipe-card-editor
1•bobblywobbles•14m ago•0 comments

AI turned every engineer into three. Now companies need more product thinkers

https://venturebeat.com/ai/claude-code-turned-every-engineer-into-three-now-companies-need-more-p...
1•gmays•15m ago•0 comments

Heterogeneous Mapping for Analog In-Memory Computing Accelerators

https://arxiv.org/abs/2606.02672
1•Jimmc414•16m ago•0 comments

Show HN: Emra – A workspace where every app you build shares one db

https://emra.app
2•thejarren•18m ago•1 comments

Croatia got eliminated from the World Cup by a closed-source sensor

https://twitter.com/l3d1c/status/2073004611632353575
2•dsego•18m ago•0 comments

Collabora Office Update with Choose Your Own LLM Adventure

https://www.heise.de/en/news/Collabora-Office-26-04-Desktop-suite-with-self-selected-AI-11351930....
1•CalicoUK•20m ago•0 comments

Scientists: Phones may not reduce focus–they change effort valuation

https://tech-paper.com/a-new-theory-published-in-nature-human-behaviour-says-phones-are-not-damag...
1•surenohan•21m ago•1 comments

Physics informed generative AI for semiconductor manufacturing

https://arxiv.org/abs/2606.11247
1•Jimmc414•22m ago•0 comments

David Potter, founder of Psion, dead at 82

https://www.opendemocracy.net/obituary-david-potter-psion-industrialist-physicist-philanthropist/
1•lproven•22m ago•1 comments

Tracing the Emergence of Extreme Ultraviolet Lithography (2024)

https://cset.georgetown.edu/publication/tracing-the-emergence-of-extreme-ultraviolet-lithography/
1•Jimmc414•26m ago•0 comments

A Cali. farmer is giving away tons of nectarines that he's not allowed to sell

https://apnews.com/article/california-farmer-nectarines-lawsuit-patent-4f7bc8ab185e8b9cbdd6d6ad4f...
3•djoldman•28m ago•0 comments

Show HN: Dockside – I turned unused space around the macOS Dock into a workspace

https://hachipoo.com/dockside-app
2•prajwalshetty•34m ago•0 comments

The Neurobiology of Cognitive Fatigue and Its Influence on Effort-Based Choice

https://pmc.ncbi.nlm.nih.gov/articles/PMC11275777/
1•rglover•36m ago•0 comments

Rust: First safety-certified embedded system

https://www.sonair.com/journal/worlds-first-safety-certified-3d-ultrasonic-sensor
1•torotime•36m ago•0 comments

Aerosmena hybrid thermal airships (2022) [pdf]

https://lynceans.org/wp-content/uploads/2021/04/Aerosmena_hybrid-thermal-airships-converted.pdf
1•simonebrunozzi•42m ago•0 comments

Show HN: BlackStork – render cybersecurity reports directly from structured data

https://blackstork.io
1•Traut•43m ago•3 comments

Holes

https://xkcd.com/3266/large/
11•caminanteblanco•45m 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