📄 skillActivePromisinghigh
vinhnx/VTCode
by vinhnx
VT Code is an open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management.
Supported Platforms
🤖 Claude Code🧠Codex
Quality Breakdown
99/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Repository contains multiple shell scripts in .vtcode/hooks/ directory (bash-validator.sh, code-formatter.sh, file-protection.sh, log-bash-commands.sh, run-tests.sh, session-cleanup.sh, session-setup.sh) that execute arbitrary commands
- Install script referenced in README uses curl | bash pattern (curl -fsSL https://raw.githubusercontent.com/vinhnx/vtcode/main/scripts/install.sh | bash) which executes remote code without verification
- Persistent configuration and agent definitions stored in .vtcode/ directory including agent definitions (rust-engineer.md, background-demo.md) and hooks that modify system behavior
- Multiple agent spawning capability indicated by AGENTS.md file and .vtcode/agents/ directory with agent definitions
- Bash command logging hooks (.vtcode/hooks/log-bash-commands.sh) suggest autonomous execution with command capture
- Session setup/cleanup automation (.vtcode/hooks/session-setup.sh, session-cleanup.sh) enables autonomous operation without explicit human approval gates