rembg-ops
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation instructs the user to install standard Python libraries including
pillow,numpy,scipy, andrembg. It explicitly mentions that using the ML-based removal path will trigger a one-time download of a ~170 MB model (isnet-anime) from the 'rembg' library's official distribution sources. - [COMMAND_EXECUTION]: The skill includes a standalone Python script
scripts/cutout.pyand a shell test scripttests/run.sh. These files are used for image processing and verification of the cutout logic. The Python script uses standard libraries and does not contain any dynamic code execution (eval/exec) or unauthorized system access.
Audit Metadata