deploy
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the official
databricksCLI for core operations such asbundle deploy,bundle run, andapps 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 tokencommand to generate OAuth tokens, which is the recommended security practice for Databricks Apps. - [SAFE]: Network operations via
curlare 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.utilsis a documented feature for ensuring agents operate with the appropriate user permissions.
Audit Metadata