jupyter-notebook

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
10
Flagged
8
Chunks
11
Flagged Files (8)
LICENSE.txtHIGH
78.3%

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.

agents/openai.yamlHIGH
78.3%

Malicious tool definition detected

Tool: agents/openai.yaml Description: interface: display_name: "Jupyter Notebooks"

assets/experiment-template.ipynbHIGH
78.3%

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.

references/experiment-patterns.mdHIGH
78.3%

Malicious tool definition detected

- Setup and reproducibility: import only what you need, set a seed early, and keep configuration in one short cell.

references/quality-checklist.mdHIGH
78.3%

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).

scripts/new_notebook.pyHIGH
78.3%

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

references/notebook-structure.mdMEDIUM
44.3%

Tool passed security scan

SKILL.mdMEDIUM
41.8%

Tool passed security scan

Passed Files (2)Click to expand
references/tutorial-patterns.mdOK
6.1%

Tool passed security scan

assets/tutorial-template.ipynbOK
2.8%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
10
Files Flagged
8
Chunks Analyzed
11
Analyzed
Feb 22, 2026, 01:06 AM
Security Audit — runlayer — jupyter-notebook