build-mcp-server-sdk-v2
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a local shell script to verify that the project is using correct and safe alpha versions of the MCP SDK packages.
- Evidence:
scripts/check-mcp-server-v2-version.shuses Node.js to parse the localpackage.jsonand validate version strings against safe patterns. This is an expected utility for a developer-oriented skill. - [EXTERNAL_DOWNLOADS]: The instructions direct the user to install official packages from the
@modelcontextprotocolscope and use debugging tools from@anthropic-ai. - Evidence:
SKILL.mdand various guides recommend commands likenpm install --save-exact @modelcontextprotocol/server@2.0.0-alpha.2andnpx @anthropic-ai/mcp-inspector. These are official, well-known resources necessary for the skill's purpose. - [SAFE]: The skill includes explicit security guidance for developers, such as implementing DNS rebinding protection via
hostHeaderValidationand sanitizing file paths and URLs in tool handlers. - Evidence: Found in
references/guides/authentication.mdandreferences/patterns/production-patterns.md, which provide code examples forsanitizePathandsanitizeUrlto prevent directory traversal and SSRF.
Audit Metadata