mcp-builder
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a set of documentation and tools for developers building MCP servers. All identified behaviors are consistent with its stated purpose of software development and testing.
- [EXTERNAL_DOWNLOADS]: The instructions and scripts reference official Model Context Protocol documentation and SDKs hosted on
modelcontextprotocol.ioand GitHub. These are well-known resources for the technology the skill supports. - [COMMAND_EXECUTION]: The
scripts/evaluation.pyandscripts/connections.pyfiles include functionality to launch and interact with local MCP servers using thestdiotransport. This involves executing local commands as subprocesses, which is the standard and intended method for testing Model Context Protocol integrations locally. - [REMOTE_CODE_EXECUTION]: The evaluation harness utilizes the official
anthropicandmcplibraries to communicate with AI models and execute tools provided by the MCP server under test. These operations are performed through standard API channels and are restricted to the context of the evaluation tasks provided by the user.
Audit Metadata