open-notebook
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download a 'docker-compose.yml' configuration file from the official project repository on GitHub ('github.com/lfnovo/open-notebook'). This is a standard deployment practice and does not involve automated script execution.
- [COMMAND_EXECUTION]: The test script 'scripts/test_open_notebook_skill.py' includes a 'compile()' call used to verify the syntax of example Python scripts. This is a common practice in test suites to ensure documentation examples are functionally correct and does not pose a runtime execution risk.
- [CREDENTIALS_UNSAFE]: Documentation and code examples use placeholder strings for sensitive values, such as 'sk-...' for API keys and 'your-secret-key-here' for encryption keys, preventing the accidental exposure of real credentials.
Audit Metadata