sverchok-impl-extensions

Pass

Audited by Gen Agent Trust Hub on Mar 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The documentation identifies standard scientific and utility libraries such as SciPy, python-sdf, and Shapely as requirements for specific advanced geometry features, directing users to install them via standard package managers like pip.\n- [COMMAND_EXECUTION]: Provides an implementation pattern for a Blender operator that uses subprocess.check_call to invoke pip for managing addon dependencies. This is a common and legitimate practice within the Blender ecosystem to ensure required Python libraries are available to the host process.\n- [REMOTE_CODE_EXECUTION]: Describes modular dynamic loading patterns using importlib.import_module to register node classes from specific subdirectories. This technique is used for local module management within the extension framework and does not incorporate untrusted remote input.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 17, 2026, 06:31 PM