nimble-databricks-data-products
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands using the Databricks CLI via
scripts/ingest.shandscripts/build_dashboard.pyfor legitimate API interactions such as submitting SQL statements and managing dashboards. The Python implementation uses thesubprocessmodule with argument lists and temporary files for JSON payloads, which effectively mitigates command injection risks. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external web sources through Nimble agents, creating a standard surface for indirect prompt injection. The skill mitigates this by focusing on structured data extraction and using defensive SQL patterns like
try_castandregexp_replaceto sanitize values during ingestion into Delta tables. - [EXTERNAL_DOWNLOADS]: Documentation references setup scripts located in the vendor's official GitHub repository (Nimbleway). These resources are consistent with the skill's purpose and are intended for manual installation by the user.
Audit Metadata