Ccmd-line-executor MCP serverExperimental MCP server to execute command line commands

mcp-so:cmd-line-executor-MCP_MarkusPfundstein

View source
B
76/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

3

Score

76/100

MEDIUM 3

Findings (3)

MEDIUM
MCP code execution tool
L22

Detects MCP tools that execute arbitrary code

run_command
FIX

Restrict code execution tools to specific languages and sandbox the runtime environment. Use a container or VM-based sandbox instead of running code directly on the host.

FP?

Likely FP if the MCP tool is a dedicated code runner (e.g., Jupyter kernel) with documented sandboxing and no network access.

MEDIUM
MCP code execution tool
L26

Detects MCP tools that execute arbitrary code

run_command
FIX

Restrict code execution tools to specific languages and sandbox the runtime environment. Use a container or VM-based sandbox instead of running code directly on the host.

FP?

Likely FP if the MCP tool is a dedicated code runner (e.g., Jupyter kernel) with documented sandboxing and no network access.

MEDIUM
MCP code execution tool
L35

Detects MCP tools that execute arbitrary code

MCP run any command
FIX

Restrict code execution tools to specific languages and sandbox the runtime environment. Use a container or VM-based sandbox instead of running code directly on the host.

FP?

Likely FP if the MCP tool is a dedicated code runner (e.g., Jupyter kernel) with documented sandboxing and no network access.