AI agent security and management tool
Top 50.1% on sourcepulse
CodeGate is a security and management layer for AI agentic frameworks, coding assistants, and AI applications. It provides a centralized, abstracted environment for managing prompts, model configurations, and security, targeting developers who use AI for coding tasks. CodeGate aims to simplify AI model management and enhance security by preventing accidental exposure of sensitive data and ensuring AI-generated code adheres to secure practices.
How It Works
CodeGate operates as a local proxy, intercepting and processing interactions between AI coding assistants and AI models. It offers features like workspace management for isolating AI configurations, model muxing to route prompts to different AI models based on context, and automatic redaction of secrets and PII from prompts before they are sent to AI models. It also performs security analysis on AI-generated code and checks for vulnerable or outdated dependencies suggested by LLMs.
Quick Start & Requirements
docker run --name codegate -d -p 8989:8989 -p 9090:9090 -p 8990:8990 --mount type=volume,src=codegate_volume,dst=/app/codegate_volume --restart unless-stopped ghcr.io/stacklok/codegate:latest
http://localhost:9090
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README does not explicitly state the license type, requiring users to check the LICENSE file. Support for JetBrains IDEs for GitHub Copilot is listed as "coming soon."
1 month ago
1 day