LLeague Of Legends Mock Match PredictorAI-powered League of Legends professional esports match predictor and summoner analysis tool. Predict outcomes for T1, Faker, Zeus, and other pro players with advanced statistical modeling.
mcp-so:league-of-legends-mock-match-predictor_onepersonunicorn
View sourceB
85/100 First Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
1
Score
85/100
HIGH 1
Findings (1)
HIGH
Inline code execution in MCP command
L229 Detects MCP servers using inline code execution via -e, -c, or eval flags
"args": [
"run",
"--with",
"git+https://github.com/onepersonunicorn/lolgpt.git",
"python",
"-c",
"import main; main.main()" 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.