airunway-aks-setup
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [Secure Secret Management]: The skill demonstrates best practices for handling sensitive information. Specifically, in Step 5 (First Model Deployment), it provides instructions for securely ingesting a HuggingFace token using
read -r -s(to prevent echo in shell history), temporary files with restricted permissions (chmod 600), and Kubernetes secrets. The PowerShell equivalent also usesSecureStringto handle the token safely. - [Standard Cluster Operations]: The skill utilizes industry-standard tools like
kubectlandmaketo manage Kubernetes resources. The operations performed, such as installing Custom Resource Definitions (CRDs) and deploying controllers, are appropriate for its stated purpose of setting up a model serving infrastructure. - [Infrastructure Awareness]: The skill includes cost-awareness warnings and hardware compatibility assessments (GPU vs CPU), which help users avoid misconfiguration and unexpected compute charges.
Audit Metadata