feat: Databricks Security Best Practices checks#324
Merged
andres-linero merged 2 commits intomainfrom Mar 8, 2026
Merged
Conversation
Add 12 security checks across 5 sections (IAM, Clusters, Data, Audit, Secrets) using the databricks-sdk. Includes CLI flag --databricks-cis-benchmark, MITRE ATT&CK tagging, and 32 tests.
Databricks has no official CIS Benchmark. Rename everything from databricks_cis_benchmark → databricks_security and DatabricksCISReport → DatabricksSecurityReport. CLI flag is now --databricks-security. Docstring clarified: checks are based on Databricks' own published security hardening guidance.
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
andres-linero
approved these changes
Mar 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Databricks does not have an official CIS Benchmark. These are security best practice checks based on Databricks' own published hardening guidance.
src/agent_bom/cloud/databricks_security.py— 12 checks,DatabricksSecurityReport,run_security_checks()--databricks-security(readsDATABRICKS_HOST+DATABRICKS_TOKENfrom env)tag_cis_check()on all findingsChecks implemented
Test plan
pytest tests/test_databricks_security.py— 32/32 passCloses #290