pixel-art-scaler
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing 'Pillow' and 'numpy' via pip. These are well-known, trusted, and standard Python libraries for image processing and numerical analysis.
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute its own local Python scripts (scale_epx.py, batch_scale.py, and compare_algorithms.py). This is the intended core functionality for processing images and does not involve executing untrusted or remote code.
- [DATA_EXFILTRATION]: No network activity was detected. All file operations, including reading input images and saving scaled outputs, are performed on the local file system within user-specified directories.
- [SAFE]: The implementation of the upscaling algorithms (EPX/Scale2x) is done using transparent Python code and NumPy operations. No dynamic code execution (e.g., eval or exec) or obfuscation techniques were found.
- [SAFE]: The compare_algorithms.py script generates an HTML report that embeds scaled images using base64 data URLs. This is a standard method for creating self-contained reports and is not a form of malicious obfuscation.
Audit Metadata