cosmos3-setup
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the installation script for
uv, a well-known Python package manager, from Astral's official domain (astral.sh). - [REMOTE_CODE_EXECUTION]: The skill provides instructions to install the
uvtool by piping a remote script to the shell (curl | sh), which is the official installation method for this widely-recognized service. - [COMMAND_EXECUTION]: Standard system package installation commands using
sudo apt-getare provided to install necessary dependencies such asffmpeg,git-lfs, and development libraries. - [CREDENTIALS_UNSAFE]: The skill mentions HuggingFace authentication and the
HF_TOKENenvironment variable for model checkpoint access but does not contain hardcoded credentials or unsafe secret handling practices.
Audit Metadata