mcp-csharp-create
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Standard Developer Tooling: The skill utilizes standard .NET CLI commands such as
dotnet new,dotnet build, anddotnet runfor project scaffolding and management. These are routine operations within a .NET development environment. - Official Dependency Management: The skill provides instructions for installing the official MCP server project templates and NuGet packages from established repositories. These resources are part of the recognized .NET ecosystem and are necessary for the skill's primary functionality.
- Network Communication Patterns: Code templates demonstrate the use of
HttpClientto interact with external APIs. This is a foundational capability for MCP servers, allowing them to provide data from various services to AI models as intended. - Input and Protocol Handling: The implementation patterns for tools and resources use the official
ModelContextProtocolSDK attributes. These patterns follow best practices for exposing functionality via the MCP protocol while maintaining typical project structure and security hygiene.
Audit Metadata