skills/ascend-ai-coding/awesome-ascend-skills/external-mindstudio-msmodelslim-model-adapt/Gen Agent Trust Hub
external-mindstudio-msmodelslim-model-adapt
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/step2_run_quantization.pyutilizessubprocess.runto execute themsmodelslimtool as a module. This execution is performed using a list of arguments for security and is a fundamental component of the skill's quantization workflow. - [REMOTE_CODE_EXECUTION]: The script
scripts/step3_verify_weights.pyusestorch.load()to compare model weights. Whiletorch.loadhas known security considerations with untrusted files, its use here is standard for local weight verification. The skill also utilizes thetrust_remote_code=Trueparameter in various model loading functions, which is a common requirement for processing non-standard Transformer architectures. - [SAFE]: The
assets/vlm_model_adapter_template.pytemplate implements path validation viaget_valid_read_pathwhen processing image samples in thehandle_datasetmethod, which mitigates potential path traversal or unauthorized file access risks.
Audit Metadata