migrate-xunit-to-mstest

Pass

Audited by Gen Agent Trust Hub on Jun 13, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Command Execution: The skill instructs the agent to perform dotnet build and dotnet test. These commands are used as part of the validation workflow (Step 1 and Step 13) to ensure that the project remains functional throughout the migration process. This is a standard practice in software development tools.
  • Project Configuration Access: The skill reads and modifies local project files, such as .csproj, .sln, and .cs files, to update package references and test attributes. These actions are limited to the project scope provided by the user and are necessary for the migration task.
  • Dependency Management: The skill guides the user through replacing xUnit packages with MSTest v4. It recommends using official metapackages or the MSTest SDK, which is consistent with modern .NET development practices.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 03:06 AM
Security Audit — agent-trust-hub — migrate-xunit-to-mstest