mcp-csharp-debug
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx @modelcontextprotocol/inspectorto download and execute the MCP Inspector tool from the npm registry, which is a standard utility for testing Model Context Protocol servers. - [COMMAND_EXECUTION]: Provides instructions to compile and execute local C# projects using standard
dotnet buildanddotnet runcommands. - [COMMAND_EXECUTION]: Includes a PowerShell utility script in
references/ide-config.mdthat automates the generation ofmcp.jsonconfiguration files by reading local project metadata and source code. - [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management practices by using VS Code's
${input:variable}pattern to prompt users for API keys at runtime instead of hardcoding them in configuration files.
Audit Metadata