pull down to refresh

"Researchers have discovered that a compromised npm publish token pushed an update for the widely-used Cline command line interface (CLI) containing a malicious postinstall script. That script installs the wildly popular, but increasingly condemned, agentic application OpenClaw on the unsuspecting user’s machine."

Now that would be crazy if it turns out AI planted the corrupted NPM...

65 sats \ 1 reply \ @rblb 25 Feb

It's always javascript and npm. You should all switch to java.

reply

" Install Once, Run Nowhere"

reply
138 sats \ 1 reply \ @optimism 24 Feb

Naw. OpenAI prolly. After all, they committed to supporting claws.


Stackers beware: If you thought that npm install <package> is harmless, think again. postinstall was proven fundamentally compromised years ago. Instead, at the very least: docker run node:lts-alpine --name mysecureshitshow install <package> and then you can docker exec -it mysecureshitshow and do your thing.

reply

You can also specify which packages can do anything post install

reply