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's subprocess module to manage external dependencies. Specifically, it shows how to use pip to 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_module and importlib.reload to 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
Risk Level
SAFE
Analyzed
Jul 23, 2026, 11:32 AM
Security Audit — agent-trust-hub — sverchok-impl-extensions