databricks-cost-leak-hunter
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill accesses sensitive Databricks billing and compute system tables. This access is performed via the official Databricks CLI and requires explicit administrative grants, following security best practices. No unauthorized exfiltration to third-party domains was detected.
- [COMMAND_EXECUTION]: Shell commands are used to invoke the
databricksCLI andjqfor data retrieval and processing. These tools are standard for the skill's intended environment and are used to interact solely with the user's configured Databricks workspace. - [DYNAMIC_EXECUTION]: A provided Python script performs deterministic data ranking and report generation. This is a safety measure to ensure arithmetic accuracy and prevent the model from hallucinating financial figures.
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external APIs. Risks are mitigated by the use of structured JSON parsing and deterministic processing logic rather than direct prompt interpolation.
- Ingestion points:
databricksCLI query results anddatabricks-workspace-mcptool outputs. - Boundary markers: Data is passed as JSON directly to the deterministic ranker script.
- Capability inventory: Shell command execution (
Bash), file writing (Write), and file editing (Edit). - Sanitization: Data is parsed using the standard Python
jsonlibrary and specific numeric fields are extracted and cast inrank-and-report.py, minimizing the risk of instruction execution through malformed data.
Audit Metadata