media-processing
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The shell scripts
scripts/remove-background.shandscripts/batch-remove-background.shcontain logic to automatically executenpm install -g rmbg-cliif the command is not found on the system. - Evidence: Lines 57-62 in
scripts/remove-background.shand lines 65-70 inscripts/batch-remove-background.shattempt a global installation from the public npm registry without prompting the user. - Context: While
rmbg-cliis a documented dependency, automatic installation of third-party packages during execution is a security risk as it can pull unverified code into the environment. - COMMAND_EXECUTION (LOW): The skill makes extensive use of subprocess calls to system binaries (FFmpeg, ImageMagick, RMBG). While this is the intended functionality, it grants the agent broad control over the local filesystem and system resources when processing files.
Audit Metadata