review-image
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes a bundled Python script (
resize-for-review.py) to process images. The script utilizes standard Python libraries and handles file paths provided as arguments. - [EXTERNAL_DOWNLOADS]: The script uses the
uvtool to manage its dependencies, specifically thePillowimage library. This involves fetching the library from a well-known package registry (PyPI) at runtime if needed. - [SAFE]: The skill's functionality is transparent and matches its described purpose. No indicators of data exfiltration, persistence, or malicious prompt injection were found. The use of a temporary directory (
/tmp) for preview files follows standard practices for temporary asset generation.
Audit Metadata