Back to Home
Josepavese icon

nido

Verified Safe

by Josepavese

Overview

Nido is a retro-futuristic VM manager designed for AI agents, enabling rapid spawning, execution, and destruction of QEMU-based virtual machines using linked clones.

Installation

Run Command
nido mcp

Security Notes

The project uses `exec.Command` extensively, which is expected for a VM management tool interacting with QEMU and system utilities. User inputs like VM names are sanitized. Image downloads use checksum verification. SSH connectivity is local to the host (127.0.0.1). A minor risk exists if `SSH_USER` (configurable via `nido config set`) is maliciously set with shell commands, as it is directly used in `ssh` commands. However, `ssh` itself has internal safeguards against arbitrary command injection in username fields, and setting this requires local administrative privileges.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-19

Tags

VM managementAI agentsQEMUVirtualizationDevOpsLinked Clones