xunit
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for managing .NET xUnit tests using standard tooling.
- The workflow utilizes
rg(ripgrep) for searching project configurations anddotnetCLI for package management and test execution. - Remote references point to official documentation (xunit.net, Microsoft Learn) and well-known open-source repositories (NSubstitute, Moq).
- No evidence of prompt injection, data exfiltration, or unauthorized command execution was found.
- [COMMAND_EXECUTION]: The skill executes standard .NET development commands.
- Commands like
dotnet test,dotnet run, anddotnet add packageare used as intended for a testing helper skill. - These commands are scoped to the project solution and test projects as defined by the repository's configuration.
Audit Metadata