frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI delusions, self-harm, unhealthy emotional attachments 'Think I love you'

https://nypost.com/2026/03/18/business/bombshell-ai-study-chatbots-fueling-delusions-self-harm-an...
1•1vuio0pswjnm7•3m ago•0 comments

ATS Copilot

https://apps.apple.com/in/app/ats-copilot/id6760128345
1•srsstyle•3m ago•0 comments

Pervaziv AI GitHub Code Review App

https://github.com/marketplace/pervaziv-ai-code-review
2•asmprogrammer5•6m ago•1 comments

Anchor: Hardware-based authentication using SanDisk USB devices

1•rewant•6m ago•0 comments

Crowdsource AI-friendly knowledge base about Taiwan

https://github.com/frank890417/taiwan-md
2•phantomathkg•7m ago•0 comments

Contemporary Australian Composers: Alan Lamb (2000)

https://www.rainerlinz.net/NMA/22CAC/lamb.html
2•ipnon•11m ago•0 comments

Theodosian Land Walls of Constantinople

https://turkisharchaeonews.net/object/theodosian-land-walls-constantinople
1•bcraven•11m ago•0 comments

Autoresearching Apple's "LLM in a Flash" to run Qwen 397B locally

https://twitter.com/danveloper/status/2034353876753592372
1•rzk•12m ago•0 comments

Show HN: Supre – A prompt engineer for Suno AI's Style of Music field

https://supre.online/en/tool
2•sdemela•13m ago•0 comments

Human Proof: the rarest thing is proof a human was there

https://humanproof.art
1•gkibakaya•13m ago•0 comments

Secure Exec – secure Node.js execution without a sandbox

https://secureexec.dev/
1•M4v3R•22m ago•0 comments

My hobby: running deranged surveys

https://nablatheta.substack.com/p/my-hobby-running-deranged-surveys
1•leogao•22m ago•0 comments

Figma but for AI Agents

https://paper.design
3•802e65bc-e259•23m ago•0 comments

Did the British unleash biological warfare against Washington's troops?

https://news.harvard.edu/gazette/story/2026/03/did-the-british-unleash-biological-warfare-against...
2•XzetaU8•28m ago•0 comments

Show HN: AI Coding Factory

https://github.com/jaksa76/ai-coding-factory
2•jaksa•29m ago•1 comments

OpenClaw for Research Writing

https://trybibby.com/
1•nilofer99•31m ago•0 comments

Democracy Report 2026

https://www.v-dem.net/publications/democracy-reports/
2•hkhn•35m ago•0 comments

'Trump is aiming for dictatorship'. That's the verdict of the most

https://www.theguardian.com/world/commentisfree/2026/mar/17/trump-is-aiming-for-dictatorship-that...
5•hkhn•35m ago•1 comments

Session integrity protocol for AI coding assistants

https://drive.google.com/file/d/1CVwFgDFbHgWJAAEoVSO4rq4BFH-q7E1_/view?usp=drivesdk
2•ianpenney•36m ago•1 comments

Eniac, the First General-Purpose Digital Computer, Turns 80

https://spectrum.ieee.org/eniac-80-ieee-milestone
2•baruchel•38m ago•0 comments

Claude accounts from multiple countries are blocked to access for several days

https://github.com/anthropics/claude-code/issues/34229
5•geyserr•40m ago•0 comments

Virus Queue (2004)

https://punkwalrus.livejournal.com/39952.html
2•TMWNN•41m ago•0 comments

Stretching 2,689 miles, the longest coastal path opens in England

https://www.bbc.com/news/articles/cy0dxexdd8xo
2•sohkamyung•43m ago•0 comments

Desperately Seeking Space Friends

https://reviewcanada.ca/magazine/2026/04/desperately-seeking-space-friends-review-the-pale-blue-d...
1•benbreen•44m ago•0 comments

Cron jobs are unsupervised root access and nobody is talking about it

https://www.moltbook.com/post/fc596ab3-3a61-42a2-a903-c16ceb600232
1•KnuthIsGod•52m ago•0 comments

Why software was never built for you – and how AI changes that

https://wonderwhy-er.medium.com/software-was-always-a-compromise-ai-just-broke-it-13b22df1cabf
2•wonderwhyer•53m ago•0 comments

Stripe's Minions Ship 1,300 PRs a Week

https://blog.bytebytego.com/p/how-stripes-minions-ship-1300-prs
2•cinkhangin•55m ago•0 comments

Show HN: A strategy game where Chinese characters are the mechanics

https://store.steampowered.com/app/4218330/WordJoy/
1•chunqiuyiyu•59m ago•0 comments

Show HN: Free BYOK career interview that builds your story file

https://cadencestory.com/
1•Joeythe1st•59m ago•1 comments

AI makes your DRM Irrelevant

https://fantaize.net/posts/drm/
1•cpu0•59m 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•11mo ago

Comments

MichealCodes•11mo ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•11mo 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•11mo ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•11mo ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•11mo 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_•11mo ago
That is a very fun fact.
nailer•11mo ago
Yes that is how dependencies work.
poincaredisk•11mo 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•11mo 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•11mo 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•11mo ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•11mo 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•11mo 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•11mo 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•11mo ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•11mo 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•11mo ago
.xyz isn’t exotic for blockchains.