grasshopper-ironpython-base

Pass

Audited by Gen Agent Trust Hub on Mar 7, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as a documentation and style guide for developers working with the Rhino and Grasshopper APIs. It contains no instructions to bypass safety filters or override agent behavior.
  • [SAFE]: Code templates provided in examples.md follow best practices for the target environment, such as using ghenv.Component.AddRuntimeMessage for error reporting and scriptcontext.sticky for session-based data persistence.
  • [SAFE]: File operations described in the 'JSON File I/O' template use standard Python open functions with appropriate path validation (checking for absolute paths) and encoding/decoding handling for the IronPython 2.7 runtime.
  • [SAFE]: All imports are restricted to the official Rhino/Grasshopper .NET libraries (Rhino.Geometry, Grasshopper, System) and standard Python modules (os, json, math, re). No external third-party dependencies or remote script downloads are requested.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 7, 2026, 09:23 PM