skills/ascend-ai-coding/awesome-ascend-skills/external-gitcode-ascend-swanlab-setup/Gen Agent Trust Hub
external-gitcode-ascend-swanlab-setup
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the 'swanlab' Python package from the standard PyPI registry using
pip install swanlab. This is a routine operation for setting up the required CLI tool. - [COMMAND_EXECUTION]: The script executes
docker execto configure SwanLab inside specified containers. It also uses shell commands for environment setup, configuration parsing, and network connectivity checks (curl) to the SwanLab host. - [CREDENTIALS_SAFE]: The skill manages an API key for SwanLab. It implements safe storage by saving the key to
~/.verl/swanlab.confwith restricted file permissions (chmod 600), preventing other users on the system from reading the credentials.
Audit Metadata