migrate-mstest-v1v2-to-v3
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- Data Ingestion and Processing: The skill is designed to analyze and modify project files such as
.csproj,.sln, and source code. This represents a standard surface for indirect prompt injection, as the agent processes external content. However, the instructions are focused on structural migration tasks rather than complex logic parsing. - Command Execution: The workflow includes the execution of
dotnet buildanddotnet testto verify the migration. These are standard development commands used within the user's project environment. - Official Package References: The skill recommends updating to official Microsoft NuGet packages (e.g.,
MSTestv3.8.0,Microsoft.NET.Test.Sdk). These are reputable sources and are part of the standard .NET ecosystem. - Configuration Modernization: The skill guides the replacement of legacy
.testsettingswith the modern.runsettingsformat, which is a recommended security and stability practice in modern .NET development.
Audit Metadata