Built by Rahul Giri | Powered by Google Gemini + GitLab
CodeGuard AI is an automated AI agent that reviews every Merge Request.
It:
- 🔒 Finds security vulnerabilities
- 👀 Reviews code quality
- 🧪 Generates unit tests
- 💬 Posts comments on GitLab MR
- FastAPI (Python)
- Google Gemini API
- GitLab API
- Docker
- GitLab CI/CD
GitLab MR → Webhook → FastAPI → Gemini → GitLab Comment
pip install -r requirements.txt
uvicorn agent.main:app --reload