model-deployment
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill describes legitimate MLOps workflows including containerization and orchestration using docker and kubectl CLIs. These operations are aligned with the skill's primary purpose.
- [COMMAND_EXECUTION]: The skill utilizes subprocess.run to invoke deployment commands. This is a standard method for automation scripts and does not involve arbitrary or unsanitized input execution.
- [EXTERNAL_DOWNLOADS]: Mentions the use of official GitHub Actions, which are well-known and trusted services for CI/CD pipelines.
- [DATA_EXPOSURE]: References standard credential management through environment variables such as $KUBECONFIG and $DOCKER_REGISTRY_TOKEN, adhering to common security practices for handling authentication tokens.
Audit Metadata