jupyter
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution] (LOW): The skill utilizes
jupyter nbconvert --executeto run code contained within.ipynbfiles. This is the primary function of the skill, but executing untrusted notebooks can lead to arbitrary code execution on the host system. - [Indirect Prompt Injection] (LOW): The skill processes Jupyter notebook files which are external data sources that may contain malicious instructions.
- Ingestion points: The skill reads
notebook.ipynbusingjson.load(). - Boundary markers: No delimiters or warnings are used to prevent the agent from obeying instructions embedded in notebook cells.
- Capability inventory: The skill performs file system writes, searches via
grep, and code execution vianbconvert. - Sanitization: There is no validation or sanitization of notebook cell content prior to execution.
Audit Metadata