migrate-vstest-to-mtp
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Resource Verification: The skill references official documentation from Microsoft (learn.microsoft.com) and the xUnit.net project. The suggested NuGet packages and SDK configurations are standard components within the .NET testing ecosystem.
- Data Ingestion Surface: The skill is designed to analyze and modify project-specific files such as
.csproj,Directory.Build.props, andglobal.json. While these serve as ingestion points for the agent, the behavior is limited to the skill's primary purpose of code migration and relies on standard agent file-handling capabilities. - Command Execution: The skill involves the use of
dotnet testand other CLI arguments related to test execution. These are standard development operations and do not include high-risk patterns such as arbitrary shell execution from untrusted remote sources.
Audit Metadata