skills/dotnet/skills/run-tests/Gen Agent Trust Hub

run-tests

Pass

Audited by Gen Agent Trust Hub on Mar 15, 2026

Risk Level: SAFE
Full Analysis
  • Command Execution: The skill facilitates the execution of standard .NET CLI commands such as dotnet test, dotnet run, and dotnet exec. These are the primary tools used by developers to build and test .NET applications.
  • Project File Interaction: It provides logic for detecting project configurations by reading standard files like global.json, .csproj, and Directory.Build.props. This is necessary for identifying the correct test runner and framework settings.
  • Framework Integration: The skill references industry-standard testing frameworks including MSTest, xUnit, NUnit, and TUnit. These dependencies are typical for the .NET ecosystem and are used as intended for test discovery and execution.
  • Input Handling: The workflow processes user-provided inputs for project paths and filter expressions. While these are used to construct CLI commands, the documentation focuses on proper syntax for both the classic VSTest and the newer Microsoft.Testing.Platform.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 15, 2026, 07:59 AM