mcp-client
Warn
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/mcp-client.pyusessubprocess.Popenwithshell=Trueto run local MCP servers. The command to be executed is passed directly from the--stdiocommand-line argument without sanitization. - File:
scripts/mcp-client.py(line 175) - [REMOTE_CODE_EXECUTION]: Documentation and examples in the skill encourage running
npxcommands to download and execute MCP servers from the NPM registry at runtime. - File:
SKILL.md(lines 31, 51, 63) - [EXTERNAL_DOWNLOADS]: The
HTTPTransportclass performs POST requests to any URL provided via the--urlargument, enabling communication with arbitrary external endpoints. - File:
scripts/mcp-client.py(line 137)
Audit Metadata