Tag: security
All the articles with the tag "security".
-
Two Security Boundaries for AI-Assisted Development
A sandbox limits what an agent can damage while it works; it cannot tell you whether the resulting code is safe to ship. AI-assisted development needs separate controls for the runtime and the artefact.
-
Your First Day With Claude Code
The setup checklist I wish I'd had on day one with Claude Code: isolation, terminal configuration, code intelligence, context monitoring, and what not to install.
-
I Built Yet Another Sandbox for AI Coding Agents: Here's Why
Why existing sandbox solutions for AI coding agents didn't work for my workflow, and how I built sandbox-claude: fully isolated Incus containers with btrfs snapshots, deploy key automation, egress filtering, and parallel agent support on macOS and Linux.