reference-to-3d-reconstruction
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Blender's internal Python API (
bpy) to automate the creation of reference 'Empty' objects and camera calibration. This is standard behavior for Blender-integrated tools. - [REMOTE_CODE_EXECUTION]: The
SKILL.mdfile mentions a bootstrap mechanism (blender-community-skill-bootstrap) to install dependency skills likeblender-modeling. These are referenced as expected upstream modular dependencies within the same environment. - [DATA_EXPOSURE]: The skill requires absolute paths for input manifests and output reports (e.g.,
--manifest,--output). This is used for local file management within a user-controlled project directory and does not exfiltrate data to external servers. - [SAFE]: The Python script
scripts/reference_projection_report.pyperforms geometric calculations (pixel-to-world distance, projection error) and writes results to a local JSON file. It contains robust error handling and does not perform any network operations.
Audit Metadata