jupyter-notebook
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: LICENSE.txt [1/2] Description: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1.
Malicious tool definition detected
Tool: agents/openai.yaml Description: interface: display_name: "Jupyter Notebooks"
Malicious tool definition detected
Tool: assets/experiment-template.ipynb Description: { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Experiment: TITLE ", " ", "Objective: ", "- State the question you want to answer.
Malicious tool definition detected
- Setup and reproducibility: import only what you need, set a seed early, and keep configuration in one short cell.
Malicious tool definition detected
Tool: references/quality-checklist.md Description: # Quality Checklist Before delivering a notebook: - Run it top-to-bottom at least once (or as much as the environment allows).
Malicious tool definition detected
Defaults to output/jupyter-notebook/<slug>.ipynb.", ) parser.add_argument( "--force", action="store_true", help="Overwrite the output file if it already exists.", ) return parser.parse_args() def main() -> None: args = parse_args() script_path = Path(__file__).resolve() skill_dir = script_path.parents[1] repo_root = find_repo_root(skill_dir) notebook = load_template(skill_dir, args.kind) update_title(notebook, args.kind, args.title) out_path = args.out or default_output(repo_root, args.title) ou
Tool passed security scan
Tool passed security scan
Passed Files (2)Click to expand
Tool passed security scan
Tool passed security scan