Back to Home
MihirKosambia icon

CodeCompass

Verified Safe

by MihirKosambia

Overview

Transforms GitHub repositories into an interactive, searchable knowledge base with an AI chatbot for answering questions based on repo content.

Installation

Run Command
python backend/app.py

Environment Variables

  • GITHUB_TOKEN
  • LOG_LEVEL
  • HOST
  • PORT
  • FLASK_DEBUG

Security Notes

The Flask backend has CORS enabled for all origins ('*') on its '/api/*' endpoints. While common for local development, this could pose a security risk in a public production deployment if not properly restricted to specific frontend origins. The GITHUB_TOKEN is correctly loaded from environment variables, avoiding hardcoded secrets. Input validation is performed on the repository URL, mitigating basic injection concerns. No 'eval' or other obvious remote code execution patterns were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

chatbotcode-searchllmraggithub