mcp-builder
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The evaluation scripts (
scripts/evaluation.pyandscripts/connections.py) allow for the execution of arbitrary local commands via thestdiotransport using user-provided CLI arguments. This is the intended mechanism for running and testing local MCP servers. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection in
scripts/evaluation.py. The script ingests question text from XML files and response data from external MCP servers, passing them directly into the LLM context without sanitization. Ingestion points:scripts/evaluation.pylines 48 and 103; Boundary markers: Absent; Capability inventory:subprocessfor server launch andanthropicfor LLM calls; Sanitization: Absent. - [EXTERNAL_DOWNLOADS]:
SKILL.mddirects users to fetch documentation and schemas from official Model Context Protocol domains and GitHub repositories. These are recognized as trusted or well-known sources for development resources.
Audit Metadata