Back to Browse

Orangepro MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

About

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

Security Report

4.2
Use Caution4.2High Risk

OrangePro is a well-intentioned test generation and coverage analysis tool with solid architectural separation between local analysis and optional AI-driven generation. However, several security concerns warrant attention: the tool invokes external processes (Node, Go, Java, Python interpreters) without strict path validation, reads and analyzes arbitrary user repositories without sandboxing, and exposes environment variables to AI providers during generation workflows. The BYOK model mitigates some exfiltration risk, but process invocation patterns and broad filesystem access present meaningful risks for users analyzing untrusted codebases. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 13 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

process_spawn

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

system_info

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.

What You'll Need

Set these up before or after installing:

Optional OpenAI BYOK key for AI candidate links and test generation.Required

Environment variable: OPENAI_API_KEY

Optional Anthropic BYOK key for AI candidate links and test generation.Required

Environment variable: ANTHROPIC_API_KEY

Optional Ollama endpoint for local AI candidate links and test generation.Optional

Environment variable: OLLAMA_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-orangeproai-orangepro": {
      "env": {
        "OPENAI_API_KEY": "your-openai-api-key-here",
        "OLLAMA_BASE_URL": "your-ollama-base-url-here",
        "ANTHROPIC_API_KEY": "your-anthropic-api-key-here"
      },
      "args": [
        "-y",
        "@orangepro/orangepro-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!