frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Exposing a global AI slop empire ruining the internet for profit – CBC [video]

https://www.youtube.com/watch?v=GEHHTh5OTnQ
1•SG-•1m ago•0 comments

OpenAI agents carried out an undisclosed attack on RubyGems

https://www.rubyhack.ai/
1•chao-•2m ago•0 comments

Hog Calling 2015 Competition

https://www.youtube.com/watch?v=fUY9FmBvqms
1•ninjahawk1•2m ago•0 comments

Two's Complement – Is Programming Still Fun?

https://www.twoscomplement.org/#podcast/is-programming-still-fun
1•tambourine_man•2m ago•0 comments

Fermyon – Deploy and manage serverless WASM apps

https://www.fermyon.com/cloud
1•peter_d_sherman•5m ago•0 comments

Security Research Without Asking Permission

https://www.provos.org/p/security-research-without-asking-permission/
1•wslh•7m ago•0 comments

Another cyberattack by internal OpenAI agents targetting RubyGems

https://twitter.com/thlarsen/status/2098544270361964576
2•owenshen24•10m ago•0 comments

Unique, mathematical 60-sided dice go on display

https://www.scientificamerican.com/article/unique-mathematical-60-sided-go-first-dice-go-on-display/
1•sohkamyung•17m ago•0 comments

DeCloudflare

https://0xacab.org/dCF/deCloudflare/-/blob/master/README.md
7•DeepLogin•20m ago•7 comments

Massachusetts hits data centers with new clean power rules

https://techcrunch.com/2026/09/09/massachusetts-hits-data-centers-with-new-clean-power-rules/
4•cdrnsf•26m ago•0 comments

The Beginning of the End of History

https://www.persuasion.community/p/the-beginning-of-the-end-of-history
1•lermontov•27m ago•0 comments

Show HN: Clone any voice from a short audio clip and generate speech

http://npm.im/clone-voice
1•init0•31m ago•0 comments

Most angels follow poorly their angel portfolio

https://olivecapital.vc:443/angelo/
1•rphgrc•33m ago•0 comments

Ask HN: Lots of sign ups but people not completing onboarding

1•lucgagan•33m ago•1 comments

Ask HN: Which LLMs are best suited for prose?

2•thatxliner•34m ago•1 comments

Houthis used Anthropic to develop guided weapons

https://www.washingtonpost.com/technology/2026/09/11/rebels-used-anthropics-ai-bot-develop-guided...
4•Alien1Being•35m ago•0 comments

UK Police to crack down on face coverings at protests

https://www.bbc.co.uk/news/articles/cy8zrz42yxko
4•a2fz•36m ago•0 comments

Altimeter's Gerstner blasts researchers voicing AI extinction warnings

https://www.cnbc.com/2026/09/11/altimeters-gerstner-blasts-researchers-voicing-ai-extinction-warn...
1•cramer4next•36m ago•0 comments

Dreamcast Development Links

2•hefner1456•37m ago•0 comments

Houthis used Anthropic AI to build ballistic missiles

https://www.ft.com/content/8310cf56-ce60-4e6e-8254-5bb470e9a880
5•Alien1Being•37m ago•3 comments

Bernie Sanders AI Bill Threatens Developers with 20-Year Jail Terms

https://timesofindia.indiatimes.com/technology/tech-news/bernie-sanders-introduces-a-bill-in-sena...
2•delichon•39m ago•0 comments

UN calls for global fund to address AI capacity gaps in developing nations

https://www.un.org/digital-emerging-technologies/content/secretary-general-calls-global-fund-addr...
2•neutron5083•40m ago•0 comments

Salesforce Completes Acquisition of Intercom (Fin)

https://www.salesforce.com/news/press-releases/2026/09/10/salesforce-completes-acquisition-of-fin...
3•XCSme•41m ago•1 comments

Useful Things Agents Can Do That Are Not Writing Code

https://elijahpotter.dev/articles/useful-things-agents-can-do-that-are-not-writing-code
1•chilipepperhott•42m ago•0 comments

Show HN: Bypassing Transformer Softmax via Static Contraction

https://github.com/PJHkorea/jax-softmax-bypass
1•PJHkorea•43m ago•0 comments

Adversaries Using Claude AI to Target Americans and Develop Missiles

https://www.twz.com/news-features/adversaries-using-claude-ai-to-target-americans-and-develop-mis...
2•xoxxala•43m ago•0 comments

Devin Fusion

https://cognition.com/blog/local-fusion
1•samyok•49m ago•0 comments

They do think AI might kill everyone

https://www.seangoedecke.com/they-really-do-think-ai-might-kill-everyone/
3•vladmashk•49m ago•0 comments

Awesome-agentic-payments – A curated list of tools for agentic payments/commerce

https://github.com/bitrefill/awesome-agentic-payments
1•peter_d_sherman•56m ago•0 comments

How to Write an Effective Software Design Document

https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
3•redbell•58m 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