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 exec to 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.conf with restricted file permissions (chmod 600), preventing other users on the system from reading the credentials.
Audit Metadata
Risk Level
SAFE
Analyzed
May 19, 2026, 06:27 AM
Security Audit — agent-trust-hub — external-gitcode-ascend-swanlab-setup