mcp-builder
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The file
scripts/connections.pyincludes theMCPConnectionStdioclass, which utilizes themcplibrary to execute local system commands via thestdio_client. This allows for the execution of arbitrary commands on the host system. If an attacker successfully uses prompt injection to control thecommandorargspassed to thecreate_connectionfactory, they could execute malicious code with the permissions of the agent. - EXTERNAL_DOWNLOADS (MEDIUM): The
MCPConnectionSSEandMCPConnectionHTTPclasses inscripts/connections.pyenable the agent to establish network connections to arbitrary URLs. This capability could be leveraged for Server-Side Request Forgery (SSRF) or data exfiltration if the agent is directed to connect to an attacker-controlled endpoint.
Audit Metadata