From 84db74ba771c31058b0bd7a78a214311eb2ca9f0 Mon Sep 17 00:00:00 2001 From: Quentin Ambard Date: Thu, 2 Apr 2026 18:20:30 +0200 Subject: [PATCH] Add security notice to builder app README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- databricks-builder-app/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databricks-builder-app/README.md b/databricks-builder-app/README.md index be8fb8f4..8fc0e215 100644 --- a/databricks-builder-app/README.md +++ b/databricks-builder-app/README.md @@ -1,5 +1,7 @@ # Databricks Builder App +> **Security Notice:** This application wraps Claude Code. Projects created within the app by different users are not strongly isolated from each other (this project doesn't implement solutions like Firecracker microVM or Docker to isolate Claude sessions from the app). Only grant access to users you trust. + A web application that provides a Claude Code agent interface with integrated Databricks tools. Users interact with Claude through a chat interface, and the agent can execute SQL queries, manage pipelines, upload files, and more on their Databricks workspace. > **✅ Event Loop Fix Implemented**