ort-build
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Build Script Execution: The skill describes the use of
build.sh,build.bat, andbuild.pyto manage the ONNX Runtime compilation process. These are standard tools within the ONNX Runtime repository for delegating build tasks to CMake and other project-specific CI tools. - Configuration and Compilation Flags: It documents standard build parameters such as
--update,--build, and--test, alongside execution provider flags like--use_cudaand--use_webgpu. These are used to customize the build output and are consistent with the skill's stated purpose. - Workflow Optimization: The skill includes advice for agents on using parallel compilation, redirecting large output buffers to log files, and utilizing virtual environments, which aligns with standard software development and build automation practices.
Audit Metadata