jupyter-notebooks
Fail
Audited by Socket on Feb 14, 2026
1 alert found:
Obfuscated FileObfuscated Filescripts/nb_convert.py
HIGHObfuscated FileHIGH
scripts/nb_convert.py
The file itself contains no signs of intentional backdoors, hardcoded secrets, or network callbacks. The main security concern is the intended ability to execute notebook cells via --execute, which allows arbitrary code execution and potential data exfiltration or host compromise if used on untrusted notebooks. Additionally, templates and nbconvert exporters can invoke external tools, increasing risk. Treat execution and untrusted templates as dangerous and run them only in sandboxed environments. There is also a likely syntax error at the script entry point that should be fixed before running.
Confidence: 98%
Audit Metadata