<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How safe is Databricks workspaces with user files uploaded to workspace? in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-safe-is-databricks-workspaces-with-user-files-uploaded-to/m-p/135516#M4245</link>
    <description>&lt;P&gt;With the growing adoption of diverse machine learning, AI, and data science models available in the market, it has become increasingly challenging to assess the safety of processing these models—especially when considering the potential for malicious content. This concern also extends to handling various file formats such as .zip, .dbc, .py, .bin, and others that are uploaded into the Databricks workspace.&lt;BR /&gt;- Is there currently any mechanism in place within Databricks to track and verify the safety of models available in the environment?&lt;BR /&gt;- How can we ensure that uploaded files are being scanned and monitored for potential malicious activity?&lt;BR /&gt;- I am in the process of developing a tool aimed at scanning notebooks, models, and related artifacts for security risks.&lt;BR /&gt;I would greatly appreciate your insights on how we can better safeguard this system and enhance our security posture.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 13:51:08 GMT</pubDate>
    <dc:creator>Chiran-Gajula</dc:creator>
    <dc:date>2025-10-21T13:51:08Z</dc:date>
    <item>
      <title>How safe is Databricks workspaces with user files uploaded to workspace?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-safe-is-databricks-workspaces-with-user-files-uploaded-to/m-p/135516#M4245</link>
      <description>&lt;P&gt;With the growing adoption of diverse machine learning, AI, and data science models available in the market, it has become increasingly challenging to assess the safety of processing these models—especially when considering the potential for malicious content. This concern also extends to handling various file formats such as .zip, .dbc, .py, .bin, and others that are uploaded into the Databricks workspace.&lt;BR /&gt;- Is there currently any mechanism in place within Databricks to track and verify the safety of models available in the environment?&lt;BR /&gt;- How can we ensure that uploaded files are being scanned and monitored for potential malicious activity?&lt;BR /&gt;- I am in the process of developing a tool aimed at scanning notebooks, models, and related artifacts for security risks.&lt;BR /&gt;I would greatly appreciate your insights on how we can better safeguard this system and enhance our security posture.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:51:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-safe-is-databricks-workspaces-with-user-files-uploaded-to/m-p/135516#M4245</guid>
      <dc:creator>Chiran-Gajula</dc:creator>
      <dc:date>2025-10-21T13:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: How safe is Databricks workspaces with user files uploaded to workspace?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-safe-is-databricks-workspaces-with-user-files-uploaded-to/m-p/135557#M4250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/193103"&gt;@Chiran-Gajula&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for raising this. There are a few complementary controls that can put in place across models, inference traffic, files, and observability.&lt;/P&gt;
&lt;P class="qt3gz91 paragraph"&gt;&lt;STRONG&gt;Is there currently any mechanism in place within Databricks to track and verify the safety of models available in the environment?&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL class="qt3gz98 qt3gz92"&gt;
&lt;LI class="qt3gz9a"&gt;Yes, Databricks provides governance and lineage for models via Unity Catalog (access controls, audit trails, cross‑workspace discovery, signature requirements), so you can trace provenance and enforce permissions. This, combined with endpoint guardrails in Mosaic AI Gateway (safety filtering/PII detection) and system tables, supports the safety and compliance of model use in production.&lt;/LI&gt;
&lt;LI class="qt3gz9a"&gt;To ensure the safety of outputs at runtime, enable AI Gateway guardrails, Inference Tables, and Lakehouse Monitoring to detect/track harmful content or PII and measure quality over time (including LLM‑as‑judge metrics).&lt;/LI&gt;
&lt;LI class="qt3gz9a"&gt;For host integrity, ESM adds malware/integrity monitoring on classic compute and logs detections to audit/system tables for review and alerting.&lt;/LI&gt;
&lt;LI class="qt3gz9a"&gt;(&lt;A href="https://www.databricks.com/blog/new-updates-mosaic-ai-gateway-bring-security-and-governance-genai-models" target="_self"&gt;source 1&lt;/A&gt;) (&lt;A href="https://docs.databricks.com/aws/en/machine-learning/manage-model-lifecycle#gsc.tab=0" target="_self"&gt;source 2&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;How can we ensure that uploaded files are being scanned and monitored for potential malicious activity?&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Databricks does not automatically scan files at upload into object storage (DBFS/UC Volumes).&lt;/LI&gt;
&lt;LI&gt;The recommended pattern is to enable cloud‑native “on‑upload” malware scanning (for example, &lt;A href="https://learn.microsoft.com/en-us/azure/defender-for-cloud/on-upload-malware-scanning" target="_self"&gt;Microsoft Defender for Storage on ADLS&lt;/A&gt; or Amazon GuardDuty malware protection for S3) and stage/quarantine files before Autoloader or downstream ingestion. You can then move “clean” files from a quarantine/staging path into a “safe” landing path watched by &lt;A href="https://docs.databricks.com/aws/en/ingestion/cloud-object-storage/auto-loader/#gsc.tab=0" target="_self"&gt;Autoloader&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;There are other protections offered through &lt;A href="https://docs.databricks.com/aws/en/security/privacy/enhanced-security-monitoring#gsc.tab=0" target="_self"&gt;enhanced security monitoring&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Oct 2025 17:24:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-safe-is-databricks-workspaces-with-user-files-uploaded-to/m-p/135557#M4250</guid>
      <dc:creator>stbjelcevic</dc:creator>
      <dc:date>2025-10-21T17:24:46Z</dc:date>
    </item>
  </channel>
</rss>

