notebook-ai-agents-skill
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/execute_notebook.pyautomates the execution of Jupyter notebooks using thenbclientlibrary. This allows the agent to verify that a notebook is fully reproducible by running all cells in a fresh kernel.\n- [EXTERNAL_DOWNLOADS]: The skill defines environment dependencies intemplates/pixi.toml, including packages such aspandas,duckdb, andmatplotlib. These are downloaded from the well-knownconda-forgeregistry during environment setup.\n- [DATA_EXFILTRATION]: Documentation indocs/data_loading_duckdb.mddescribes methods for loading data from local file system paths (e.g., TSV and Parquet files) and interacting with DuckDB databases. These operations are essential for the skill's data analysis functionality.
Audit Metadata