databricks-lakebase-autoscale
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard instructional content and code examples for interacting with official Databricks APIs via the Databricks SDK for Python.
- [SAFE]: Database connection patterns correctly implement security best practices, including the use of
sslmode=requireand 1-hour expiring OAuth tokens rather than static passwords. - [SAFE]: A flagged database connection string in
connection-patterns.md(postgresql://user:password@host:5432/database) is used purely as a generic template placeholder within a comment and does not expose actual credentials. - [SAFE]: The
resolve_hostnameutility inconnection-patterns.mduses a system call todigviasubprocess.runto resolve DNS issues on macOS. The implementation avoids shell execution, mitigating standard command injection risks.
Audit Metadata