Installing things on someone else’s computer A blog post warns that developers should treat installing anything on someone else's computer as a deliberate decision, citing git pre-commit hooks, `npx`/`uvx` commands, and LLM context files such as `AGENTS.md`, `CLAUDE.md`, skills, and MCP. The post notes `AGENTS.md` is now stewarded by the Agentic AI Foundation under the Linux Foundation and claims use by over 60,000 open-source projects, and that `husky init` adds a `prepare` script to `package.json` that npm runs on a plain `npm install`, installing hooks without an explicit decision. The author adds that agents given the ability to install things become the decision-makers, and that local LLM weights can consume storage. You should be very careful when you make a decision that implies installing something on someone else’s computer. A git pre-commit hook is one such decision.