frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ken Liu on AI and Freedom

https://www.chinatalk.media/p/ken-liu-on-ai-and-freedom
1•alexnew•5m ago•0 comments

Amazon pressured one of its teams to develop an AI game: Project Trident

https://www.eurogamer.net/amazon-ai-game-project-trident-laid-off-anyway-report
2•oceansky•8m ago•0 comments

Conscience-Performance Risk in AI Governance Language

https://philpapers.org/rec/AEGRRA
1•aegissolis•16m ago•0 comments

We Can Now Read What Claude Is Thinking. Kind Of

https://priorcontext.substack.com/p/we-can-now-read-what-claude-is-thinking
1•contextwindow•17m ago•2 comments

Crystals found inside wreckage from the first nuclear bomb test

https://www.scientificamerican.com/article/strange-crystals-found-inside-wreckage-from-the-first-...
1•jumploops•21m ago•0 comments

Google explains why some new Gmail accounts only get 5GB storage

https://www.androidauthority.com/google-free-15gb-gmail-storage-ending-explanation-3667360/
1•sumanep•21m ago•0 comments

World’s first native color LiDAR gives machines human-like vision

https://newatlas.com/technology/ouster-rev8-native-color-lidar/
1•breve•22m ago•0 comments

We built an agent specialized for CI (using the 3 Claude models)

https://www.mendral.com/blog/same-llm-different-agent
1•shad42•24m ago•0 comments

I recreated the experience of reading the morning sports section

https://thesportspage.app
1•anjrued•30m ago•1 comments

ExploitGym: Can AI agents turn bugs into exploits?

https://arxiv.org/abs/2605.11086
1•p_stuart82•34m ago•0 comments

The main thing about P2P meth is that there's so much of it (2022)

https://dynomight.net/p2p-meth/
6•tomjakubowski•38m ago•0 comments

Context Forking to Save Time, Tokens and Trouble

https://www.humanlayer.com/blog/context-forking-to-save-time-trouble-and-tokens
2•0xblacklight•38m ago•0 comments

Show HN: Pico-intl – Type-safe internationalization with CLI localization gates

https://github.com/Elioz404/pico-intl
2•Elioz404•40m ago•0 comments

Gas Stations Under Attack

https://www.newsweek.com/iran-hacking-tank-readers-us-gas-stations-report-11957814
3•yoloman2•40m ago•1 comments

Erlang/OTP 29.0

https://www.erlang.org/news/188
3•pyinstallwoes•42m ago•0 comments

Urlsify.com Free (forever) Link shortener with Analytics

https://old.reddit.com/r/startups_promotion/comments/1te5th8/urlsifycom_free_forever_link_shorten...
1•godlymod•44m ago•0 comments

Broken windows theory

https://en.wikipedia.org/wiki/Broken_windows_theory
1•Austin_Conlon•45m ago•0 comments

Ghost Job Detector – AI that decodes fake job posts and HR lies

https://ghost-job-detector-rlcx.vercel.app/
1•aliabdm•45m ago•0 comments

NASA-cleanroom microbial isolates survival in simulated space/Martian conditions

https://journals.asm.org/doi/10.1128/aem.02065-25
1•bookofjoe•46m ago•0 comments

Colorado governor commutes sentence of election denier Tina Peters

https://www.theguardian.com/us-news/2026/may/15/colorado-governor-tina-peters
2•asib•50m ago•0 comments

SQL patterns I use to catch transaction fraud

https://analytics.fixelsmith.com/posts/sql-fraud-patterns/
2•redbell•53m ago•0 comments

Shell RT

https://github.com/wgallios/shell-rt
2•wgallios•55m ago•0 comments

How Diamonds Are Made

https://diamond.jaydip.me/
1•lemonberry•56m ago•0 comments

Striking New Views of the First Atomic Bomb Test

https://spectrum.ieee.org/trinity-nuclear-test
2•lemonberry•58m ago•0 comments

Google tests 5 GB cap for users who skip phone numbers

https://www.theregister.com/personal-tech/2026/05/15/google-tests-5-gb-cap-for-users-who-skip-pho...
4•jnord•59m ago•0 comments

Tuwunel – Matrix Chat and Voice/Video/Screen Conferencing for Groups

https://docs.zeropolis.net/doku.php/tech:tuwunel
1•unethical_ban•1h ago•1 comments

Datacenters slurping juice help drive 75% jump in PJM power prices

https://www.theregister.com/on-prem/2026/05/15/datacenters-slurping-juice-help-drive-75-jump-in-p...
4•jnord•1h ago•0 comments

Spectre Programming Language

https://spectre-docs.pages.dev
3•asdkop•1h ago•0 comments

OnlyCats – TikTok for Cats

https://onlycats.cc
19•stagas•1h ago•4 comments

Ask a Foolish Question

https://www.gutenberg.org/cache/epub/33854/pg33854-images.html
1•orsenthil•1h ago•1 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.