jupyter-notebook
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to manage its workflow.
- Utilizes
uv runto execute a local Python scaffolding script (scripts/new_notebook.py). - Suggests using
uv pip installfor standard notebook dependencies likejupyterlabandipykernel. - [SAFE]: The skill's logic is contained within local files and standard Python code.
- The helper script
scripts/new_notebook.pyonly uses Python standard libraries (argparse,json,re,pathlib) for file manipulation. - It implements a
slugifyfunction to sanitize titles used in default filenames. - No network operations, sensitive file access, or obfuscated code were found.
Audit Metadata