Back to Home
sudocode-ai icon

sudocode

Verified Safe

by sudocode-ai

Overview

Git-native spec and issue management for AI-assisted software development, enabling agent orchestration, context tracking, and workflow automation within a version-controlled repository.

Installation

Run Command
SUDOCODE_DIR=$(pwd)/.sudocode npm start --workspace=server

Environment Variables

  • SUDOCODE_DIR
  • SUDOCODE_PORT
  • NODE_ENV
  • SUDOCODE_WATCH
  • CLAUDE_PATH

Security Notes

The system utilizes child_process.execSync and spawnSync for various Git operations. While it employs quoting and an escapeShellArg utility to mitigate shell injection risks, direct command execution is an inherent risk. The design assumes a local-first, high-trust environment, which can expose risks if deployed without robust external authentication (e.g., for the X-Project-ID header) and isolation mechanisms for multi-user or untrusted agent scenarios. Input validation is performed in API routes, which is a good practice.

Similar Servers

Stats

Interest Score66
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars56
Forks2
Last Update2025-12-13

Tags

AI-assisted developmentproject managementissue trackingspec-driven developmentworkflow automationagent orchestration