python-notebook-dev
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements strong data privacy guidelines, explicitly forbidding the inclusion of secrets, tokens, or PII (Personally Identifiable Information) in notebooks, logs, or generated artifacts.
- [SAFE]: The provided utility script
scripts/new.shdemonstrates secure coding practices, including robust input sanitization viasedandtr, and the use of base-10 arithmetic (10#$prefix) to avoid common shell evaluation errors with leading zeros. - [SAFE]: The skill promotes environment isolation by mandating the use of
uvfor dependency management and environment execution, reducing the risk of global system pollution or dependency conflicts. - [SAFE]: The
adaptandverifyworkflows include mandatory auditing steps, requiring the agent to inspect notebook content for hidden state, unsafe magics, and side effects before execution or refactoring. - [SAFE]: The script generation logic in
scripts/new.shuses deterministic naming and checks for file existence ([[ ! -e "$file" ]]) to prevent accidental overwriting of existing work.
Audit Metadata