jupyter-notebook-manager
PassAudited by ClawScan on Apr 16, 2026.
Overview
The skill's code, documentation, and runtime instructions are consistent with a Jupyter notebook manager; it asks for no unrelated credentials or installs, but executing notebooks inherently runs arbitrary user code so treat inputs as untrusted.
This skill appears to do what it says — create, run, and analyze notebooks. Important cautions before use: (1) Executing a notebook runs any code inside it; only run trusted notebooks or run in an isolated/sandboxed environment. (2) The parameter injection simply inserts assignment lines into a code cell and may be fragile if parameter values contain quotes or malicious code; treat untrusted parameter values as untrusted code. (3) The executor calls the system 'jupyter nbconvert' command — ensure that dependency is installed and that you understand that long-running or resource-heavy notebooks may consume CPU/memory. If you plan to use this skill in production or with user-provided notebooks, run it inside a container or restricted environment and review notebooks before execution.
