databricks-app-apx
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill initializes its framework by downloading and executing code directly from the vendor's repository.
- Evidence:
uvx --from git+https://github.com/databricks-solutions/apx.git apx initinSKILL.md. - [EXTERNAL_DOWNLOADS]: Recommends the installation of external development utilities
uvandbunvia the Homebrew package manager. - Evidence:
brew install uv,brew tap oven-sh/bun, andbrew install buninSKILL.md. - [COMMAND_EXECUTION]: Utilizes the
mcp-clitool to interact with local development servers and code quality checkers. - Evidence: Calls to
apx/start,apx/status, andapx/dev_checkinSKILL.md. - [COMMAND_EXECUTION]: Automates the retrieval and execution of UI component installation commands.
- Evidence:
mcp-cli call shadcn/get_add_command_for_itemsinSKILL.mdwhich generates commands for the user to execute.
Audit Metadata