airunway-aks-setup
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [Command Execution]: The skill utilizes
kubectlandmaketo manage Kubernetes resources and deploy the AI Runway controller. These commands are standard for cluster administration and are applied within the appropriate scope of setting up the environment. - [Secure Secret Handling]: The skill implements a secure pattern for handling HuggingFace access tokens. It reads the token interactively using secure inputs, stores it in a temporary file with restricted permissions (
chmod 600), and ensures the file is deleted immediately after the Kubernetes secret is created. This prevents credentials from being stored in shell history or persistent files. - [System Verification]: Before performing deployments, the skill includes comprehensive verification steps to check cluster connectivity, node status, and GPU hardware compatibility. This ensures that operations only proceed on a healthy and supported environment.
- [Trusted References]: The skill interacts with reputable services such as HuggingFace for model weights and uses official naming conventions associated with the vendor. No suspicious network operations or untrusted downloads were identified.
Audit Metadata