databricks-dbsql
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a comprehensive documentation set for built-in platform features. No security risks were identified in the instructions or examples.
- Data Exposure & Exfiltration: The skill demonstrates interaction with external services using
http_requestandremote_query. In all cases, it correctly utilizes thesecret()function to handle credentials (e.g.,bearer_token secret('scope', 'token')), preventing the leakage of sensitive keys or tokens. - Indirect Prompt Injection Surface: The documentation identifies data ingestion points such as
read_files,http_request, andremote_query. While these represent an attack surface where untrusted external data could enter the agent's context, the skill itself is purely instructional and does not provide or process malicious content. (Ingestion points:read_files,http_request,remote_queryinai-functions.md; Capability inventory:execute_sqlMCP tools). - Dynamic Execution: The skill provides guidance on using
EXECUTE IMMEDIATEfor procedural SQL. These examples follow standard administrative patterns (e.g., dynamic table truncation insql-scripting.md) and do not involve executing untrusted code or scripts from external sources.
Audit Metadata