frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Synthetic evaluation datasets for testing AI agents before production deployment

https://paixblox.github.io/learned/
1•cemillxchange•12s ago•0 comments

What's in a GGUF, besides the weights – and what's still missing?

https://nobodywho.ooo/posts/whats-in-a-gguf/
1•bashbjorn•2m ago•0 comments

The coming AI jobs-pocalypse

https://katecarruthers.com/ai-jobs-future/
1•speckx•3m ago•0 comments

Show HN: Pokémon SVG Generation LLM Benchmark

https://svg-bench.fenx.work/
2•haxfenx•3m ago•0 comments

New Nginx Exploit

https://github.com/DepthFirstDisclosures/Nginx-Rift
3•hetsaraiya•6m ago•1 comments

Gemini Android App User Hostile Behavior

1•morpheos137•6m ago•0 comments

Neanderthals Mastered Dentistry

https://nautil.us/how-neanderthals-mastered-dentistry-1280722
1•Brajeshwar•7m ago•0 comments

SED_Model – Observation <-> Theory Machine

https://github.com/nialljmiller/SED_Model
1•nialljmiller•7m ago•0 comments

Catch Flakes on Main

https://matklad.github.io/2026/05/14/catch-flakes-on-main.html
2•surprisetalk•8m ago•0 comments

One engine, many tools – Introducing Rubydex

https://railsatscale.com/2026-05-12-one-engine-many-tools/
1•ksec•11m ago•0 comments

Software Engineers Are Obsolete

https://idiallo.com/blog/everyone-is-better-than-you
1•speckx•11m ago•0 comments

Google says it disrupted an AI-driven effort to exploit a software bug

https://apnews.com/article/google-ai-cybersecurity-exploitation-mythos-926aea7f7dc5e0e61adce3273c...
1•gmays•14m ago•0 comments

I used acoustic physics and Whisper to automate video editing

https://github.com/DeegoFronk/Auto-Vod-Trimmer
1•DeegoFronk•14m ago•0 comments

Yaw Labs Built a Terminal Startup for People Who Treat Context Like Ammunition

https://www.siliconsnark.com/yaw-labs-built-a-terminal-startup-for-people-who-treat-context-like-...
2•tkjef•14m ago•0 comments

Lawmakers' prescription data at risk after data breach

https://www.politico.com/live-updates/2026/05/13/congress/congress-prescriptions-data-hack-00919356
3•rationalist•14m ago•1 comments

VSCode Window for Agents

https://code.visualstudio.com/docs/copilot/agents/agents-window
1•ratatougi•15m ago•0 comments

Removing the Modem and GPS from My 2024 RAV4 Hybrid

https://arkadiyt.com/2026/05/13/removing-the-modem-and-gps-from-my-rav4/
6•arkadiyt•16m ago•1 comments

Protein in Homo erectus teeth suggests Denisovans gave us some of their DNA

https://arstechnica.com/science/2026/05/protein-in-homo-erectus-teeth-suggests-denisovans-gave-us...
1•Brajeshwar•16m ago•0 comments

5× faster fast_blur in image-rs

https://apas.tel/blog/optimizing-image-rs-blur
2•art049•18m ago•0 comments

Until you get punched in the face

https://usefulfictions.substack.com/p/until-you-get-punched-in-the-face
2•Ariarule•19m ago•1 comments

Monoids in Public: Useful monoid structures in programming

https://blog.veritates.love/monoids_in_public.html
1•marvinborner•19m ago•0 comments

Diffflow, web monitor built with Rust + Svelte + AI

https://diffflow.com/
1•7rin0•20m ago•0 comments

"Being Poor," Ten Years on (2015)

https://whatever.scalzi.com/2015/09/03/being-poor-ten-years-on/
3•chistev•21m ago•1 comments

The Vibe Coding Hangover

https://checkmarx.com/blog/the-vibe-coding-hangover/
1•speckx•22m ago•0 comments

Four tech waves. Six companies. Here's what I'm building next

https://www.tamccann.com/four-tech-waves-six-companies-heres-what-im-building-next/
1•mahirsaid•22m ago•0 comments

Data readiness for agentic AI in financial services

https://www.technologyreview.com/2026/05/14/1137034/data-readiness-for-agentic-ai-in-financial-se...
1•joozio•23m ago•0 comments

Princeton scraps honor code and will supervise exams for first time in 133 years

https://www.independent.co.uk/news/world/americas/princeton-proctor-exams-ai-b2976111.html
2•madihaa•23m ago•0 comments

Next-gen pumps use film-based technology

https://www.foodprocessing.com.au/content/processing/article/next-gen-pumps-use-film-based-techno...
1•PaulHoule•23m ago•0 comments

Agents Can Reason. They Still Can't Search

https://dipkumar.dev/posts/agents/agent-search-problem/
4•askhn1234_12•24m ago•1 comments

Stop using user passwords for OpenStack automation

https://thobias.org/2026/05/10/openstack_app_credentials.html
1•cavanche•24m 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...

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

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.