ICUICU
high

mcp-code-interpreter

v0.2.1

Safe code execution MCP server

Smitherytool-smithFirst seen Jan 1, 202675de48585aa38a41...

1

Total

0

Critical

1

High

0

Medium

Findings

interpreter/run.py
highSC-004Suspicious CommandsLine 55

No sandbox — executes code directly on host system

exec(code, globals())  # Run in current process namespace
Report false positive