matlab-connect-databricks
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill enables reading data from Databricks tables which are then converted to MATLAB tables. This creates a surface for indirect prompt injection where data from an external source could influence agent behavior. Ingestion points: Ingests data through
table(DF),sqlread(), andfetch()calls as shown inSKILL.mdandreferences/standalone-jdbc.md. Boundary markers: No specific delimiters or instructions are used to isolate database content. Capability inventory: The skill requires theevaluate_matlab_codetool, which permits arbitrary shell and file operations. Sanitization: No explicit validation or sanitization of ingested data is described. - [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The
setuproutine downloads thedatabricks-connectlibrary from the official PyPI registry. This is an expected installation of an official dependency from a well-known service. - [DATA_EXPOSURE_AND_EXFILTRATION]: The documentation provides guidance on standard credential storage in
.databrickscfgand environment variables. It also mentions that the interface package caches OAuth tokens locally in plain text at~/.databricksOauthTokenCache. these are documented security characteristics of the software's normal operation.
Audit Metadata