agents-sdk-dotnet-debugging
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [Diagnostic Command Usage]: The skill employs common development utilities such as dotnet, curl, netstat, and lsof to perform build checks, port verification, and network connectivity tests. These commands are used according to best practices for troubleshooting software applications.
- [Credential Validation]: It includes a diagnostic step to test Azure AD credentials by sending a request to the official Microsoft identity platform (login.microsoftonline.com). This is a legitimate method for verifying application authentication settings during development.
- [Development Tooling]: The skill references the agentsplayground package from the npm registry. This is a specialized tool intended for local testing and emulation of agent behavior, aligning with the skill's primary purpose.
- [Data Ingestion Surface]: The agent is instructed to read local project files, such as appsettings.json and Program.cs, to assist with troubleshooting. This allows the agent to provide context-aware debugging advice based on the user's specific project configuration.
Audit Metadata