jupyter-notebooks
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Notebook Execution: The skill includes instructions to execute Jupyter notebooks using the standard
nbconvertutility. - Evidence:
python -m jupyter nbconvert --execute --to notebook --inplace path/to/notebook.ipynbinSKILL.md. - Context: This is a core feature enabling the validation of analysis artifacts. Users should review notebook content before execution as it involves running the code contained within the cells.
- Dependency Installation: The skill suggests installing standard Jupyter-related packages from the official Python package index.
- Evidence:
uv pip install jupyterlab nbformat nbclient ipykernelinSKILL.md. - Context: These are well-known, widely used packages required for the skill to perform its intended notebook management tasks.
- Data Ingestion Surface: The skill interacts with existing Jupyter notebook files (
.ipynb), which are structured JSON documents. - Evidence: Instructions for scaffolding with
nbformatandnbclientinSKILL.md. - Context: When editing notebooks from external sources, there is a potential surface for indirect instructions. The skill's focus on top-to-bottom execution and explicit validation helps in identifying unexpected behavior.
Audit Metadata