Back to Browse

Sorify MCP Server

by pulkit kathuria
Developer ToolsUse Caution3.2Local
Free

Browser automation, with scheduler and chrome extension

About

Sorify - Al Agentic QA Platform for Al agents. E2E Al Testing - full user management, test runner, CI webhook, scheduler, notifications, MCP for test runs, create, management. With Chrome extension.

Security Report

3.2
Use Caution3.2High Risk

Sorify is a browser testing automation platform with an MCP server component. While the core architecture is sound with proper authentication mechanisms, several moderate security concerns exist: (1) the Chrome extension captures and transmits sensitive input data (though passwords are redacted), (2) the harness eval() pattern presents code injection risks if input validation is insufficient, (3) credential storage relies on environment variables with limited validation, and (4) the MCP server lacks explicit permission scoping documentation. The permissions align reasonably with the stated purpose (browser automation, network access for CI webhooks, file I/O for test artifacts), but the eval() execution model and data capture practices warrant careful review. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity).

5 files analyzed · 14 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.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

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

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.

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.

browser_automation

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "sorify": {
      "args": [
        "-y",
        "github:rakutentech/sorify"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!