remove-background
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation and use of the
rembgPython package. - Installation via
pip install rembgorpipx install rembgis standard for this utility. - Troubleshooting documentation correctly notes that the tool will fetch AI models during its first execution, which is expected behavior for this software.
- [COMMAND_EXECUTION]: The skill provides various shell-based workflows for processing images.
- Utilizes
rembgCLI commands for both single and batch processing. - Batch processing examples use proper shell quoting (e.g.,
"$img") to mitigate potential command injection risks from unsanitized filenames. - Includes safe file management practices such as mandatory backups and the use of temporary output directories.
Audit Metadata