ptq
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to manage the quantization process. This includes using
grepto identify model dependencies,pipfor installing required libraries, anduv runorenrootfor executing the quantization launcher and managing containerized environments. - [EXTERNAL_DOWNLOADS]: It fetches resources from trusted external sources, including model checkpoints from Hugging Face, the 'transformers' source code from GitHub, and official container images from NVIDIA's NGC registry (nvcr.io).
- [REMOTE_CODE_EXECUTION]: The skill instructions specify the use of the
trust_remote_code=Trueparameter when loading models. This enables the execution of custom Python modeling code provided by the model's author, which is a common but sensitive practice in the AI research community for supporting non-standard model architectures.
Audit Metadata