databricks-dbsql
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical manual and reference guide for Databricks SQL capabilities. A thorough analysis of all instruction files and scripts revealed no malicious patterns, prompt injections, or obfuscated payloads.
- [COMMAND_EXECUTION]: The documentation describes procedural SQL features, including stored procedures, control flow (IF, WHILE, etc.), and the
EXECUTE IMMEDIATEstatement for dynamic SQL. These are presented as standard, native components of the Databricks SQL environment for automation and data orchestration. - [EXTERNAL_DOWNLOADS]: The skill provides reference material for the
read_filesandhttp_requestfunctions. These are core platform features used to ingest data from cloud storage and interact with external APIs. The documentation adheres to security best practices by demonstrating the use of thesecret()function for secure credential management. - [DATA_EXFILTRATION]: Functions such as
remote_queryandhttp_requestare documented as legitimate tools for federated analytics and service integration. The examples provided do not contain any patterns suggestive of unauthorized data transfer or harvesting of sensitive information.
Audit Metadata