mcp-csharp-test
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the standard .NET CLI (
dotnet) for creating test projects, adding references, managing dependencies, and executing test suites. These operations are restricted to the local development environment and are essential for the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: The skill instructs the user or agent to install standard, well-known .NET libraries from NuGet, including
ModelContextProtocol,Moq, andFluentAssertions. These are industry-standard tools for testing and protocol implementation. - [REMOTE_CODE_EXECUTION]: While integration tests involve executing the server code via
dotnet run, this is done within a controlled testing environment for the project being developed, which is expected behavior for a developer-centric testing skill.
Audit Metadata