pull down to refresh

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.

You can also specify which packages can do anything post install

reply