export-stl
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
openscadbinary to perform the 3D model conversion. This is the primary and expected function of the skill. - The script checks for the binary at a default macOS path or within the system PATH.
- User-provided input filenames and output paths are used as arguments to the
openscadcommand. While these are technically shell arguments, they are handled within a Bash array and validated for file existence, which is a standard practice for this type of utility.
Audit Metadata