build-release
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill utilizes the
Bashtool to perform build operations, manage Docker containers, and interact with the GitHub CLI. - Evidence includes calls to
docker,cargo,git, andghwhich are appropriate for a release automation workflow. - EXTERNAL_DOWNLOADS (SAFE): The build process involves fetching dependencies via
cargoand Docker images. - These downloads are performed through official package managers and container registries as part of the intended build functionality.
- REMOTE_CODE_EXECUTION (SAFE): The skill uses a remote Docker context (
truenas) to perform builds on a separate server. - This is a standard Docker feature for offloading build tasks and is used here to avoid AVX-512 instruction contamination on specific builds.
Audit Metadata