run-integration-tests
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Build and Test Command Execution: The skill executes local build scripts and .NET CLI commands to compile code and run integration tests. This is the primary function of the skill and is constrained to the local repository context.
- External Tool Provisioning: The script uses standard .NET commands to restore tools and install workloads from official repositories. This ensures the environment has the necessary components for testing.
- Process Management: The PowerShell script includes logic to stop processes that are locking project directories. This is a common utility in .NET development used to resolve file access conflicts during the build process.
Audit Metadata