model-registry
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides URLs to download AI model weights from established services such as Hugging Face and CivitAI. Hugging Face is a recognized and widely used repository for machine learning assets.
- [SAFE]: The model files referenced are in the
.safetensorsformat. This format is specifically designed to be a safe, data-only alternative to older formats likepickle(used in.ckptfiles), effectively preventing arbitrary code execution during the model loading process. - [SAFE]: Instructions for using authentication tokens (
HUGGINGFACE_TOKEN,CIVITAI_API_TOKEN) recommend using environment variables, which is a standard security practice for managing secrets and prevents credential hardcoding.
Audit Metadata