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.
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 candocker exec -it mysecureshitshowand do your thing.