kermt-setup
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill orchestrates environment setup by executing host-level commands including
docker build,docker run,nvidia-smi, anddocker infothrough thekermt_container.shscript. These commands are essential for building the KERMT image and verifying GPU passthrough.- [EXTERNAL_DOWNLOADS]: The skill documentation and build process reference officialnvidia/cudaDocker images and theNVIDIA-Digital-Bio/cuik-molmakerrepository. These references are standard for GPU-accelerated container development.- [DYNAMIC_EXECUTION]: Thekermt_check_systemfunction utilizes an inline Python script to probe system resources like VRAM, compute capability, and disk availability. This script uses standard libraries and executes in a controlled manner without incorporating untrusted user input into its execution logic.
Audit Metadata