Back to Home
Vibe-Code-Agent icon

github-review

Verified Safe

by Vibe-Code-Agent

Overview

An MCP server for comprehensive GitHub Pull Request review, code analysis, and security issue detection.

Installation

Run Command
npm start

Environment Variables

  • GITHUB_TOKEN
  • COPILOT_MODEL

Security Notes

The server correctly uses environment variables for the GITHUB_TOKEN, which is good practice. No 'eval' or direct code execution vulnerabilities from user input were found. However, there is a significant functional flaw in `src/services/CodeAnalyzer.ts`: it attempts to authenticate with `https://api.githubcopilot.com` using the `GITHUB_TOKEN` which is intended for the standard GitHub API. GitHub Personal Access Tokens (PATs) are generally not valid for GitHub Copilot's API, meaning the core AI-powered analysis features will likely fail unless a different, compatible authentication method is manually configured or the code is modified. This is not a direct security vulnerability of the server's code, but a critical functional bug regarding authentication for a key feature. Additionally, if the AI generates malicious or incorrect recommendations, applying them to the codebase could introduce risks, though the server itself only generates comments and does not automatically apply fixes.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens100000
Stars0
Forks0
Last Update2025-12-08

Tags

GitHub PR ReviewCode AnalysisSecurity ScanningCode QualityAI Powered