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.mdfollow best practices for the target environment, such as usingghenv.Component.AddRuntimeMessagefor error reporting andscriptcontext.stickyfor session-based data persistence. - [SAFE]: File operations described in the 'JSON File I/O' template use standard Python
openfunctions 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