mlops
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes templates that use
kubectlandmlflowto manage infrastructure and job execution. These are standard operations for deploying and training models in cloud and cluster environments. - [DYNAMIC_EXECUTION]: Several Python scripts and templates utilize
mlflow.pyfunc.load_modelandjoblibfor model and artifact management. While these involve deserialization, they are core components of the MLOps workflow and the skill provides examples of validating data quality prior to processing. - [EXTERNAL_DOWNLOADS]: The skill references and installs standard packages from official registries (PyPI, Conda-Forge) such as
mlflow,xgboost, andscikit-learn. All external references target official documentation or reputable open-source projects. - [INDIRECT_PROMPT_INJECTION]: The skill defines pipelines that process external data files. 1. Ingestion points:
templates/kubeflow-pipeline.yaml(S3 parquet files),templates/mlflow-project/validate.py(local CSV files). 2. Boundary markers: Absent, as the skill deals with structured numerical data rather than natural language prompts. 3. Capability inventory: Cluster deployment viakubectl, job execution viamlflow, and file system writes viajoblib. 4. Sanitization: The skill incorporatesgreat-expectationsto validate data schema and values before processing.
Audit Metadata