mcp-builder
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The
MCPConnectionStdioclass inscripts/connections.pyenables the execution of arbitrary local commands through themcplibrary's stdio client interface. - Evidence: File
scripts/connections.pyline 77:stdio_client(StdioServerParameters(command=self.command, args=self.args, env=self.env)). If thecommandorargsparameters are populated from untrusted sources, it facilitates arbitrary command execution. - EXTERNAL_DOWNLOADS (LOW): The skill provides the capability to initiate connections to external URLs via SSE and HTTP, which could be leveraged for SSRF or data exfiltration.
- Evidence: File
scripts/connections.pylines 91 and 104 utilizesse_clientandstreamablehttp_clientwith user-provided URLs and headers.
Audit Metadata