dotnet-gha-build-test
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious behavior, prompt injections, or security bypasses were detected in the provided GitHub Actions templates. The skill offers standard configurations for .NET build and test processes.\n- [EXTERNAL_DOWNLOADS]: The skill references several well-known GitHub Actions including 'actions/setup-dotnet', 'actions/checkout', 'actions/cache', 'dorny/test-reporter', and 'codecov/codecov-action'. These are industry-standard tools for CI/CD pipelines. It also mentions installing 'dotnet-reportgenerator-globaltool' via the .NET CLI from NuGet.\n- [COMMAND_EXECUTION]: The workflow examples incorporate standard .NET CLI operations such as 'dotnet restore', 'dotnet test', and 'dotnet tool install'. It also uses common shell utilities like 'find' and 'jq' to dynamically discover project files within the repository.
Audit Metadata