build-and-test
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Operations: The skill utilizes the official
dotnetCLI to perform routine development tasks such as building, testing, and formatting code. These actions are aligned with the skill's purpose of verifying changes in the repository. - Local Project Context: The commands are designed to operate on the local project structure, specifically targeting source and test directories within the repository.
- Dependency Management: The inclusion of
dotnet restoreallows for the standard resolution of project dependencies from configured package registries, which is a common practice in .NET development.
Audit Metadata