migrate-xunit-to-xunit-v3
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill uses the dotnet test command to establish a baseline of test results and verify the migration. This is a common pattern for automating development workflows and is consistent with the skill's purpose of verifying project state.
- File System Access: The skill reads and modifies project files (such as .csproj and Directory.Build.props) and C# source files. These operations are necessary for updating dependencies and applying code fixes required for xUnit v3 compatibility.
- External Package Management: It instructs the agent to update NuGet package references to official xunit.v3 libraries. This represents a standard upgrade path within the .NET ecosystem and uses official package registries.
Audit Metadata