Back to Browse

DeskCert CLI MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.

About

Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.

Security Report

5.2
Moderate5.2Moderate Risk

DeskCert is a well-architected MCP server for AI agent safety evaluation with proper input validation, safe navigation controls, and appropriate permission scoping. The codebase demonstrates good security practices with schema validation, isolated browser contexts, and forbidden-action enforcement at the harness level. Minor quality findings (broad exception handling, lack of explicit logging controls) are typical for developer tools and do not substantially impact the security posture. Supply chain analysis found 13 known vulnerabilities in dependencies (0 critical, 9 high severity). Package verification found 1 issue.

8 files analyzed · 17 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.

process_spawn

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rudrendupaul-deskcert": {
      "args": [
        "-y",
        "deskcert-cli"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!