Back to Home
tzDel icon

orchestrAIgent

Verified Safe

by tzDel

Overview

Manages isolated Git worktrees for AI coding agents to provide isolated development environments and context.

Installation

Run Command
go run ./cmd/server/main.go

Security Notes

The server uses `os/exec` to interact with the Git CLI. While this is a common pattern, it inherently carries a risk of command injection. However, the `SessionID` input is strictly validated using a regular expression (`^[a-z0-9][a-z0-9-]*[a-z0-9]$`), which significantly mitigates the risk of arbitrary command execution by sanitizing user-provided session IDs before they are used in Git commands. Repository and database paths are configured via flags, not user input. The server communicates over `stdio`, limiting direct network exposure.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-26

Tags

GitWorktreeAI AgentsMCPGo