exec-local-compile
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes environmental verification commands such as
nvidia-smiand performs library compilation using the local script./scripts/build_wheel.py. These operations are consistent with the skill's stated purpose of building software from source. - [EXTERNAL_DOWNLOADS]: The skill uses
git pullto update the local codebase andpip installto resolve and install Python development dependencies. These actions occur within established developer workflows and target standard repositories. - [REMOTE_CODE_EXECUTION]: Employs a Python one-liner (
python3 -c) to verify the success of the installation by importing the compiled library. This is a benign validation step common in software installation processes.
Audit Metadata