mcp-installer
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
npx @smithery/clito install servers and utilizesrg(ripgrep) to discover existing configuration files on the filesystem. - [EXTERNAL_DOWNLOADS]: The skill fetches and executes the
@smithery/clipackage from the npm registry usingnpx. While Smithery is a recognized service in the MCP ecosystem, this involves running code from a remote repository at runtime. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection via the processing of untrusted MCP server configurations.
- Ingestion points: The skill gathers MCP server definitions (JSON objects) from the user or the session context in
SKILL.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to ignore or escape instructions embedded within the server configuration data.
- Capability inventory: The skill has the ability to write to sensitive application configuration files (e.g.,
claude_desktop_config.json,cline_mcp_settings.json) and execute commands vianpx. - Sanitization: While the skill specifically checks for sensitive fields such as API keys and tokens, it does not validate the safety of the
commandorargsfields in the server definitions, which could allow an attacker to persist malicious shell commands in the user's AI client configuration.
Audit Metadata