vss-deploy-profile
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
uvpackage manager from its official domainastral.shto manage Python script execution. It also retrieves the NVIDIA NGC CLI fromapi.ngc.nvidia.comand various perception models fromngc.nvidia.comandhuggingface.co. These downloads are essential for the deployment of the VSS blueprint and target trusted vendor or well-known service domains. - [REMOTE_CODE_EXECUTION]: The skill facilitates the installation of the
uvtool by piping a remote script to the shell (curl | sh) and installs the NGC CLI by downloading, extracting, and linking the binary to the system path. Both operations are standard for setting up the required developer environment. - [COMMAND_EXECUTION]: The skill executes a wide range of system configuration commands, including Docker deployment (
docker compose), kernel parameter modifications (sysctl), and firewall management (ufw). The instructions include logic to detectsudopermissions and correctly handle password prompts by providing manual commands to the user if necessary.
Audit Metadata