Is there a way to analyze/monitor WRITE operations in a Notebook

lauraxyz
Contributor

I have user input as a Notebook, which process data and save it to a global temp view.    Now I have my caller notebook to execute the input Notebook with dbutils.notebook API

Since the user can do anything in their notebook, I would like to analyze their notebook and make sure there is no other WRITE operations or any malicious operations before I execute their notebook.   Is there any built-in feature for this analysis?