install-rembg
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to install a tool authored by the vendor ('danielrosehill') from their official GitHub repository. No suspicious or malicious behaviors were detected.
- [EXTERNAL_DOWNLOADS]: The skill downloads the 'Quick-RMBG' package from 'https://github.com/danielrosehill/Quick-RMBG.git' and its dependencies ('rembg', 'onnxruntime') via standard package managers. It also notes that the tool will download a ~150 MB machine learning model on its first run.
- [COMMAND_EXECUTION]: The skill executes shell commands to check for the tool's presence ('command -v quick-rmbg'), install the package ('pipx install' or 'uv tool install'), and verify the installation ('quick-rmbg --help'). these are standard operations for an installation skill.
Audit Metadata