Back to Browse

Review Assist MCP Server

by Uditk2
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Turns an AI coding agent session into a reviewable Intent Document, validated against the diff.

About

Turns an AI coding agent session into a reviewable Intent Document, validated against the diff.

Security Report

4.2
Use Caution4.2High Risk

Review Assist MCP server is a well-structured tool for managing code review workflows with proper authentication gating via role definitions and consent checks. The codebase demonstrates solid security practices including input validation, bounded responses, and careful permission scoping. However, there are moderate concerns around file system operations without explicit path validation in some code paths, and reliance on environment variables for critical configuration that could be inadvertently exposed. Supply chain analysis found 7 known vulnerabilities in dependencies (2 critical, 4 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-uditk2-review-assist-mcp": {
      "args": [
        "-y",
        "review-assist"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!