open-notebook
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a collection of documentation and utility scripts for the Open Notebook research tool.- [EXTERNAL_DOWNLOADS]: Fetches a deployment configuration file from the project's official GitHub repository.
- Evidence:
curl -o docker-compose.yml https://raw.githubusercontent.com/lfnovo/open-notebook/main/docker-compose.ymlinSKILL.md.- [COMMAND_EXECUTION]: Uses the Pythoncompile()function in test scripts to verify the syntax of provided example scripts. - Evidence: Use of
compile(content, filename, "exec")inscripts/test_open_notebook_skill.pyto ensure code quality.- [CREDENTIALS_UNSAFE]: Employs standard placeholders for API keys in code examples and documentation. - Evidence: Example usage of
"api_key": "sk-..."inSKILL.mdandreferences/api_reference.md.
Audit Metadata