compose-notebook
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a validation script (
scripts/validate-notebook.sh) that executes shell commands to lint, format, and verify notebooks. These commands utilizeuvxto run reputable tools likemarimoandruffin isolated environments. - [EXTERNAL_DOWNLOADS]: The data contract (documented in
references/data.md) mandates the use ofpoochwith explicit SHA-256 hash pinning for all external data artifacts, which prevents unauthorized modifications or silent upstream changes. - [REMOTE_CODE_EXECUTION]: The skill executes Python notebooks as part of its core functionality. It mitigates risk by instructing the agent to use the
--sandboxflag with themarimoCLI, providing a level of execution isolation. - [DATA_EXFILTRATION]: No patterns of unauthorized data transmission were detected. Network operations are limited to documented data fetching through verified libraries and standard tool updates via
uvx.
Audit Metadata