frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

About AgentRQ – Human-in-loop realtime conversational task manager for AI Agents

https://github.com/agentrq/agentrq
1•shahargl•45s ago•0 comments

Minimal Git CI using hooks

https://mccd.space/posts/26-06-29/simple-git-ci
1•olexsmir•53s ago•0 comments

Show HN: A comprehensive, filterable list of AI agent jails

https://pleasedonotescape.com/
2•petesergeant•2m ago•0 comments

Human mathematicians are being outcounterexampled

https://xenaproject.wordpress.com/2026/07/20/human-mathematicians-are-being-outcounterexampled/
1•vitplister•3m ago•0 comments

Nightborne – A Neill Blomkamp Sci-Fi Film. AI (4K) [video]

https://www.youtube.com/watch?v=8Wbtt2JxP7g
1•mxfh•6m ago•0 comments

Screenshot Editor Tool (SuperSnap) – 5 Free Lifetime Keys

https://supersnap.net
1•daniel_at08•8m ago•1 comments

China's Moonshot pauses Kimi subscriptions amid hot demand, IPO push

https://www.reuters.com/legal/transactional/chinas-moonshot-pauses-kimi-subscriptions-amid-hot-de...
3•JumpCrisscross•10m ago•1 comments

Connect Your AI Agent to Any API in Plain English (No Code)

https://quickchat.ai/post/connect-ai-agent-to-any-api
1•piotrgrudzien•10m ago•0 comments

What Happened to Le Chat? Mistral's Vibe Rebrand, Tested (2026)

https://mrkt30.com/what-happened-to-le-chat-mistrals-vibe-rebrand-tested-2026/
1•technewssss•14m ago•0 comments

From Proton to Posteo: Embracing the Underdog

https://moonwriting.blog/from-proton-to-posteo-embracing-the-underdog
1•g-b-r•15m ago•0 comments

The Travelers

https://www.seatlr.com/
1•alihadi965•15m ago•0 comments

Tree-of-Life and Evolution of Code

http://replicated.live/blog/worktree
1•gritzko•15m ago•0 comments

Environmental Performance Index (EPI) 2026

https://epi.yale.edu/indicator/2026/EPI
2•omkar-foss•17m ago•1 comments

Show HN: Trust Vault – encrypted file vaults with flexible key management

https://github.com/namelesscorp/tvault
1•midaef•19m ago•0 comments

The 'Bad Blood' Between Polymarket's Shayne Coplan and Kalshi's Tarek Mansour

https://www.nytimes.com/2026/07/19/technology/polymarket-kalshi-rivalry-coplan-mansour.html
1•thm•19m ago•0 comments

Spinning drone hides in plain sight

https://news.northwestern.edu/stories/2026/07/new-spinning-drone-hides-in-plain-sight
2•_kb•20m ago•1 comments

Airport Simulator

https://airport.apunen.com/
2•apunen•21m ago•0 comments

An autonomous AI agent that sells its own API access via x402 payment protocol

https://money-agent-production-a0a9.up.railway.app/api/summarize
2•TIMU619•21m ago•2 comments

Building an AmigaOS Development Environment in 2026

https://turtleware.eu/posts/Building-an-AmigaOS-Development-Environment-in-2026.html
2•jackdaniel•25m ago•1 comments

GitHub's 2FA is to become mandatory on September 2, 2026

4•itvision•27m ago•0 comments

How to Build a JavaScript Runtime with SpiderMonkey

https://twitter.com/i/status/2075570299576397910
1•opentestudox•30m ago•0 comments

AI-Native Companies Have Tiny Staffs and Fewer Bosses

https://www.wsj.com/tech/ai/ai-companies-staffing-c9029343
2•bryan0•31m ago•0 comments

I rewrote node-semver in Rust and benchmarked it honestly

https://github.com/dilukangelosl/rs-semver
3•dilukangelo•33m ago•0 comments

Engineering management after the cost of code collapsed

https://karimjedda.com/engineering-management-after-cost-of-code-collapse/
2•ilovefood•35m ago•0 comments

Gadget-free RCE in Fastjson 1.2.83

https://twitter.com/k_firsov/status/2078872293745570032
1•fragmede•36m ago•0 comments

Unnormalized Linear Transformer

https://people.idsia.ch/~juergen/1991-unnormalized-linear-transformer.html
1•tosh•36m ago•0 comments

Show HN: I built a deterministic arena where AI agents fight using code

https://www.agentduel.app/b/cru8E9nG
1•agentduel•37m ago•0 comments

Ask HN: How to Do SEO?

1•cyrbuzz•38m ago•0 comments

Airbus Takes Flight from AWS

https://www.theregister.com/columnists/2026/07/20/airbus-takes-flight-from-aws-what-happens-next-...
3•bbg2401•39m ago•1 comments

Slop Clogs Open Channels

https://doerpmund.com/musings/death-of-open-channels
1•felixdoerp•39m 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