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.pyimplements an MCP client that uses thestdio_clienttransport to spawn local subprocesses. TheMCPConnectionStdioclass allows for the execution of arbitrary commands and arguments. While this is the intended mechanism for local MCP server integration, it provides a high-privilege capability that could be exploited to run malicious code if the agent is directed to build or test a compromised server configuration. - [EXTERNAL_DOWNLOADS] (LOW): The
SKILL.mdinstructions guide the agent to fetch README and specification files frommodelcontextprotocol.ioandraw.githubusercontent.com/modelcontextprotocol/. These are authoritative sources for the protocol, and the downloads are limited to markdown documentation, posing a low risk. - [SAFE] (SAFE): The
reference/mcp_best_practices.mdfile proactively includes security recommendations, such as input sanitization to prevent directory traversal and command injection, as well as guidance on secure authentication (OAuth 2.1).
Audit Metadata