skills/kevintsengtw/dotnet-testing-agent-skills/dotnet-testing-advanced-xunit-upgrade-guide/Gen Agent Trust Hub
dotnet-testing-advanced-xunit-upgrade-guide
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to use standard development CLI tools.
- Includes
git checkoutfor version control management. - Includes
dotnet clean,dotnet restore,dotnet build, anddotnet testfor project lifecycle management. - Uses
dotnet runwith specific xUnit v3 flags (-ctrf,-trx,-xml) to generate test reports, which is the standard execution model for xUnit v3 executable test projects. - [EXTERNAL_DOWNLOADS]: The skill references several external resources for documentation and package management.
- Links to official xUnit documentation (
xunit.net) and NuGet package pages. - References the author's GitHub repository (
github.com/kevintsengtw) for sample code, which is consistent with the skill's authorship. - References well-known community platforms like iT Help (ithelp.ithome.com.tw) for deep-dive articles.
- [SAFE]: The skill follows best practices for .NET development and focuses on providing educational content and templates for framework migration. No malicious patterns such as obfuscation, credential theft, or unauthorized network activity were detected.
Audit Metadata