Slightly safer vibecoding by adopting old hacker habits
Summary
A personal blog post outlining a secure remote development setup to mitigate supply-chain and prompt-injection risks when using AI coding agents. It recommends keeping secrets out of development VMs, using SSH with key-forwarding, tmux/screen, forking development repos, and cross-repo PRs to improve insider risk handling.