Agent Vm
Description
🛡️ Security by Compartmentalization for AI Coding Agents.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent VM
This project provides a secure and compartmentalized environment for running AI agents. It utilizes [microvm.nix](https://github.com/microvm-nix/microvm.nix) to create a lightweight NixOS-based virtual machine. We would like to give a huge thanks to the `microvm.nix` project for their great work.
The primary goal is to enable developers to safely run AI agents without compromising the security of their host system. The agent operates within a MicroVM and only has access to its own home directory, which is created alongside the machine. Project directories from the host can be selectively mounted into this home directory, making them accessible to the agent in a controlled manner.
[!TIP] There is nothing special about this VM to make it particularly limited to AI agent use-cases. These machines can be used for compartmentalizing other applications as well.
[!WARNING] I'm not a security expert, and this is designed around my understanding of potential risks of running AI agents. Use it with caution.
Table of Contents
Features
- Secure Environment: Run AI agents in a lightweight, isolated MicroVM.
- Controlled Access: Selectively mount host directories into the agent's home directory.
- NixOS-based: Leverage the power and reproducibility of NixOS.
- Easy to Use: Get started quickly with a single command.
Getting Started
These instructions will guide you through building and running the MicroVM on your lo
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,