skills/impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package/sverchok-impl-extensions/Gen Agent Trust Hub
sverchok-impl-extensions
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The documentation and code examples (e.g., in
references/examples.md) illustrate the use of Python'ssubprocessmodule to manage external dependencies. Specifically, it shows how to usepipto install required libraries such as SciPy and Open3D from within the Blender environment. This is a common and legitimate pattern for complex Blender add-ons that rely on external scientific computing packages. - [EXTERNAL_DOWNLOADS]: The skill provides instructions and automated snippets for downloading official libraries (e.g.,
pip install sdf,scipy,open3d) and references project repositories on GitHub (github.com/portnov/sverchok-extra,github.com/vicdoval/sverchok-open3d). These are standard installation procedures for the described software ecosystem. - [REMOTE_CODE_EXECUTION]: The skill uses dynamic module loading via
importlib.import_moduleandimportlib.reloadto discover and register Sverchok nodes. This is the standard architectural pattern for the Sverchok extension system and is used here for legitimate plugin discovery purposes.
Audit Metadata