migrate-from-model-serving
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads MLflow model artifacts and code dependencies from the user's Databricks workspace using the
mlflow.artifacts.download_artifactsAPI. - [COMMAND_EXECUTION]: Employs the
databricksCLI for workspace authentication, model management, and deployment via Databricks Asset Bundles (DABs). - [COMMAND_EXECUTION]: Uses the
uvpackage manager to execute Python scripts with specific dependencies, such asmlflow[databricks]anddatabricks-sdk, for artifact retrieval and local testing. - [SAFE]: The skill follows security best practices by using profile-based authentication (
--profile <profile>) and instructing users to store configuration/secrets in.envfiles rather than hardcoding them. - [SAFE]: All external resources and tools (MLflow, Databricks CLI,
uv) are well-known, reputable developer tools consistent with the skill's primary purpose of migrating Databricks-hosted assets.
Audit Metadata