ui-extractor
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to process static images to remove backgrounds and extract UI elements using OpenCV and NumPy. No malicious patterns such as prompt injection, data exfiltration, or unauthorized command execution were found.
- [COMMAND_EXECUTION]: The skill executes a local Python script (
ui_extractor.py) to perform its image processing tasks. The execution is confined to the local environment and operates on input files provided by the user. - [EXTERNAL_DOWNLOADS]: The project defines standard dependencies in
pyproject.toml(opencv-python-headless, numpy, pillow). These are well-known, reputable packages used for computer vision and image manipulation.
Audit Metadata