Back to Home
victor20252025 icon

opencode-config

by victor20252025

Overview

Orchestrates a multi-agent system to decompose, execute, and review complex software development tasks in parallel using Git worktrees.

Installation

Run Command
No command provided

Environment Variables

  • HOME

Security Notes

The `repo_search` and `repo_ast` tools in `tool/repo-explorer.ts` are highly vulnerable to command injection. User-provided `pattern` and `fileGlob` arguments are directly interpolated into shell commands executed via `sh -c` without apparent sanitization or escaping. An attacker could inject arbitrary shell commands by crafting malicious input for these parameters. For example, a `pattern` containing a single quote followed by `; rm -rf /;` would execute `rm -rf /`. This is a critical security flaw.

Similar Servers

Stats

Interest Score31
Security Score2
Cost ClassHigh
Avg Tokens2000
Stars1
Forks0
Last Update2026-01-19

Tags

Multi-Agent SystemCode GenerationGit WorkflowsAI OrchestrationDeveloper Tooling