huawei-cloud-msmodelslim-model-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill is dedicated to legitimate model analysis tasks. No evidence was found of prompt injection, data exfiltration, or malicious persistence mechanisms.
- The instructions strictly guide the agent through technical assessment workflows.
- Security boundaries are maintained by focusing only on model metadata and local implementation files.
- [COMMAND_EXECUTION]: The skill employs standard system and programming tools for model analysis.
- Uses
python3to parseconfig.jsonand inspect model implementations. - Employs shell commands such as
ls,cat, andpip showto verify the environment and model file integrity. - [EXTERNAL_DOWNLOADS]: Includes instructions for fetching model configuration data from established community platforms.
- Recommends using
modelscopeandhuggingface-clito download non-weight metadata from known repositories. - These operations are standard in AI development and are directed at trusted, well-known services.
- [REMOTE_CODE_EXECUTION]: Documentation mentions the
trust_remote_code=Trueparameter within the context of troubleshooting model loading errors. - This is a standard configuration within the Hugging Face ecosystem for supporting custom architectures.
- The skill does not automate or force the execution of untrusted remote code without technical justification.
Audit Metadata