avatar-camera-angles
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill's primary function is prompt engineering and image manipulation using standard libraries. No suspicious network activities, obfuscation, or credential harvesting were detected. Analysis of the prompt construction shows it is designed for identity preservation in image generation, not for bypassing safety filters.\n- [COMMAND_EXECUTION]: The script generate_angles.py uses subprocess.run to call the generate_image.py script from the gpt-image-2 skill. This is a legitimate inter-skill communication pattern. The execution is handled securely by passing arguments as a list, which prevents shell injection vulnerabilities.\n- [EXTERNAL_DOWNLOADS]: The skill requires the Pillow package, which is a well-known and reputable image processing library from the official Python Package Index (PyPI). This is a standard dependency for the skill's cropping functionality.
Audit Metadata