integration-test
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to perform project discovery, build verification, and test execution. It runs standard development commands such as git diff, find, dotnet build, and dotnet test to identify targets and ensure the quality of the generated code. These operations are essential for the skill's primary function of test generation and quality auditing.
- [SAFE]: The skill incorporates robust engineering practices, including a mandatory requirement for evidence (file:line proof) for all findings and a strict task-based workflow using TaskCreate. It enforces the use of project-standard helpers for unique data generation and asynchronous polling, which reduces the risk of flaky tests and data collisions.
- [SAFE]: The skill's templates and instructions reference well-known and trusted .NET ecosystem packages such as xunit, FluentAssertions, and Microsoft.NET.Test.Sdk. No suspicious or unversioned external dependencies are introduced.
Audit Metadata