texture-driven-mesh-fitting
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill uses standard computer vision libraries (OpenCV, NumPy) to compare two images (source and product masks) and calculate geometric differences between their outlines.
- [EXTERNAL_DOWNLOADS]: The skill uses Python packages
opencv-pythonandnumpy. These are well-known, industry-standard libraries for image processing and numerical computation. - [COMMAND_EXECUTION]: The skill executes a local Python script
contour_correspondence_report.pyfor geometric analysis. This script does not use dangerous subprocess calls or dynamic execution (eval/exec).
Audit Metadata