create-mcp-integration
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it accepts unvalidated user input (names, descriptions) and interpolates it directly into agent-executable template files.
- Ingestion points: Interactive requirement gathering in
SKILL.mdand templates in thetemplates/directory (e.g.,SKILL.md.jinja,agent.md.jinja). - Boundary markers: Absent. User input is placed directly into YAML frontmatter and Markdown bodies without delimiters or "ignore embedded instructions" warnings.
- Capability inventory: The skill utilizes
BashandWritetools to generate new skills and modify theclaude.jsonconfiguration. - Sanitization: No input sanitization or validation logic is defined in the instructions to filter malicious instructions from user-provided strings before file generation.
- [COMMAND_EXECUTION]: The skill prompts the user for a command or executable path to run the MCP server and writes this directly into the
mcpServersconfiguration inclaude.json. While this is the primary purpose of the skill, it creates a surface for command injection if a malicious shell command is provided by the user.
Audit Metadata