deploy

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes the official databricks CLI for core operations such as bundle deploy, bundle run, and apps logs. These are standard management commands for the Databricks ecosystem and are consistent with the skill's stated purpose.
  • [SAFE]: Authentication is handled through the official databricks auth token command to generate OAuth tokens, which is the recommended security practice for Databricks Apps.
  • [SAFE]: Network operations via curl are demonstrated for querying the deployed agent's endpoint. These examples are for testing and verification purposes and target the user's own deployed infrastructure.
  • [SAFE]: The skill references standard Python package management via uv add, which is a well-known tool for managing dependencies in a controlled manner.
  • [SAFE]: The On-Behalf-Of (OBO) authentication pattern described using agent_server.utils is a documented feature for ensuring agents operate with the appropriate user permissions.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 11:50 AM