PPort IoPort is a developer portal-native AI that offers AI agents and an MCP server to build software catalogs, enable self-service actions, and connect directly to your IDE for smooth workflows.

mcp-so:port-io_port-labs

View source
B
85/100

First Seen

Feb 18, 2026

Last Scanned

Feb 18, 2026

Findings

1

Score

85/100

HIGH 1

Findings (1)

HIGH
Inline code execution in MCP command
L58

Detects MCP servers using inline code execution via -e, -c, or eval flags

"args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "PORT_CLIENT_ID",
        "-e",
        "PORT_CLIENT_SECRET",
        "-e",
        "PORT_REGION"
FIX

Restrict MCP server permissions to the minimum required. Remove broad filesystem, network, or execution permissions and use scoped access controls (specific directories, specific tools).

FP?

Likely FP if the broad permissions are in a development/testing configuration that is clearly not intended for production use.