python-mcp-server-generator
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for generating a Python project using the Model Context Protocol (MCP). All referenced tools and libraries are standard and reputable.
- [EXTERNAL_DOWNLOADS]: The instructions include adding the 'mcp[cli]' dependency using the 'uv' package manager. This is a standard procedure for MCP development.
- [COMMAND_EXECUTION]: The skill mentions CLI commands like 'uv init' and 'uv run mcp' for project setup and local testing. These are typical developer workflows.
- [PROMPT_INJECTION]: The skill generates code that ingests untrusted data via tool parameters. The instructions mitigate this risk by recommending early input validation and comprehensive error handling.
- Ingestion points: Tool function parameters in the generated 'server.py'.
- Boundary markers: Not explicitly defined in the template instructions.
- Capability inventory: The skill suggests tools for file system operations and system information retrieval.
- Sanitization: Explicitly recommends validating inputs early and using Pydantic models for structured data.
Audit Metadata