GGuepardGuepard is an agent-native data platform that brings Git-style versioning to databases. It enables instant branching, safe snapshots, and full time-travel capabilities so developers and AI agents can explore, test, and collaborate on data without fear of corruption or downtime.

mcp-so:guepard_Ghassen MENAOUAR

View source
B
85/100

First Seen

Feb 19, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

85/100

HIGH 1

Findings (1)

HIGH
Inline code execution in MCP command
L65

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

"args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "ACCESS_TOKEN"
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.