vss-deploy-helm
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses a bootstrap script (
scripts/vss-bootstrap.sh) to perform a sparse, shallow clone of the VSS application source code from the official repository athttps://github.com/open-edge-platform/edge-ai-libraries.git. This download is required to provide the Helm charts and override files necessary for the deployment tasks. - [COMMAND_EXECUTION]: The skill executes local system commands including
git,kubectl, andhelmto interact with Kubernetes clusters and manage application releases. It also runs a bundled bash script to automate environment setup. All command execution is consistent with the skill's stated purpose of managing Kubernetes deployments. - [CREDENTIALS_SAFE]: The documentation provides configuration templates for
user_values_override.yamlthat use descriptive placeholders for sensitive data (e.g.,hf_...,change-me). The skill explicitly instructs users not to commit files containing actual secrets, following standard security best practices for credential management.
Audit Metadata