skills/dotnet/runtime/build-and-test/Gen Agent Trust Hub

build-and-test

Pass

Audited by Gen Agent Trust Hub on Sep 6, 2026

Risk Level: SAFE
Full Analysis
  • Environment Configuration: The skill includes instructions to modify the PATH environment variable to include a local .dotnet directory. This is a standard procedure in this repository to ensure the agent uses the specific SDK version defined in the project's global.json for consistent build results.
  • Local Script Execution: The build and test workflows rely on repository-local scripts (e.g., ./build.sh, src/tests/build.sh). These are the primary entry points for the project's build system and operate on the local source code.
  • Log Management and Troubleshooting: Instructions involve redirecting build output to the artifacts/ directory. This is a common practice for monitoring long-running builds and provides the necessary logs for debugging build failures without exposing sensitive system information.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 6, 2026, 10:37 AM
Security Audit — agent-trust-hub — build-and-test