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 nbconvert utility.
  • Evidence: python -m jupyter nbconvert --execute --to notebook --inplace path/to/notebook.ipynb in SKILL.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 ipykernel in SKILL.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 nbformat and nbclient in SKILL.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
Risk Level
SAFE
Analyzed
Jul 15, 2026, 02:40 AM
Security Audit — agent-trust-hub — jupyter-notebooks