frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Glad-AI-Tor, the "best" AI tools judged by the crowd

https://glad-ia-tor.com
2•GiornoJojo•1m ago•0 comments

Semantic transactions: securing untrusted AI agent workflows at the OS boundary

https://latentdynamics.substack.com/p/semantic-transactions-securing-untrusted
1•Ayauho•6m ago•0 comments

Thinking: Alternate Distribution for Filmmakers

1•phaedrus044•7m ago•0 comments

Show HN: Where NYC films – 6k shooting permits analyzed

https://civicdataforge.pages.dev/where-nyc-films
1•Chungus1172•9m ago•0 comments

CharXiv: Charting Gaps in Realistic Chart Understanding in Multimodal LLMs(2024)

https://arxiv.org/abs/2406.18521
1•hamburgererror•9m ago•0 comments

Where are YC founders now? OpenAI and Anthropic, mostly

https://joinedanthropic.com
3•ohong•9m ago•0 comments

Liberal Crime Squad: New Age

https://github.com/ashley-s-fox/lcs-new-age
2•bean469•21m ago•0 comments

Ask HN: Best way to buy second hand compute (in a future AI crash)

3•lifeisstillgood•21m ago•1 comments

How to Make a Font

https://www.makingsoftware.com/chapters/how-to-make-a-font
2•Brajeshwar•21m ago•0 comments

Unifeyn, an AI study workspace grounded in your own documents

https://www.unifeyn.app
1•securemepro•25m ago•0 comments

OpenAI Releases Codex Micro

https://openai.com/de-DE/supply/co-lab/work-louder/
1•zeeez•27m ago•0 comments

"Useful" is not sufficient

https://tante.cc/2026/07/15/useful-is-not-sufficient/
2•ttiurani•28m ago•0 comments

Show HN: Trellis2.c – Local 3D generation with Vulkan and CUDA

https://github.com/Wimacs/trellis2.c
1•wimaxs•33m ago•0 comments

Rethinking Databases for Humans and AI Agents

https://marcobambini.substack.com/p/rethinking-databases-for-humans-and
1•marcobambini•39m ago•0 comments

Writing GPU shaders in plain Rust [video]

https://www.youtube.com/watch?v=MK_dHFsBQsc
1•ibobev•47m ago•0 comments

Computing Camera Rays

https://momentsingraphics.de/CameraRays.html
2•ibobev•47m ago•0 comments

New AMD Radeon Developer Tool Suite update brings shader source code

https://gpuopen.com/learn/radeon-developer-tool-suite-shader-source-code/
1•ibobev•47m ago•0 comments

The early Research Unix exec(2) argv size limit

https://utcc.utoronto.ca/~cks/space/blog/unix/EarlyUnixExecArgvSizeLimit
2•ingve•49m ago•0 comments

AI Reviewing AI

https://twitter.com/GergelyOrosz/status/2077479764604883339
2•TheAnkurTyagi•53m ago•0 comments

Show HN: KindScan – product safety checker for your whole family

https://kindscan.com/
1•trulayer•55m ago•0 comments

Building a Financial Exchange from first principles

https://harshiyer.in/blog/farzi-exchange
3•proximuz•56m ago•2 comments

Browser Fingerprint Test–20 Signals your Browser Reveals Each Website You Visit

https://mysysinfo.com
1•hackstar•57m ago•0 comments

Republic of letters (2024) a first social network?

https://bigthink.com/strange-maps/republic-of-letters/
1•czw2•1h ago•1 comments

The Refusal Residue: When Probes Catch Alignment Faking and When They Don't

https://arxiv.org/abs/2607.13346
2•sbulaev•1h ago•0 comments

Show HN: I made ts-node alternative, ttsc/ttsx, a TypeScript-go toolchain

https://github.com/samchon/ttsc
3•autobe•1h ago•0 comments

Can we trust open weight models?

https://twitter.com/insiderphd/status/2077037121869664410
1•mef•1h ago•1 comments

GPT-Red: an LLM super-hacker OpenAI built to make its models safer

https://www.technologyreview.com/2026/07/15/1140514/meet-gpt-red-an-llm-super-hacker-openai-built...
1•joozio•1h ago•0 comments

A bunch of stuff I used to not know about K&R C

https://sebsite.pw/w/20260712-kandr.html
2•birdculture•1h ago•0 comments

The Looting of Science Fiction

https://aeon.co/essays/silicon-valley-has-a-science-fiction-problem
5•gajju3588•1h ago•0 comments

Uber moves to acquire Delivery Hero for €12.5B

https://www.reuters.com/business/finance/uber-nears-125bn-deal-acquire-delivery-hero-ft-reports-2...
2•ProjectBarks•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