scrub-takes
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses various Bash utilities such as
find,ffprobe,mv, andrmto manage files. The implementation correctly quotes shell variables to handle filenames safely and prevent common command injection vulnerabilities associated with file processing. - [SAFE]: The skill's primary function is local file management. It includes built-in safeguards, such as moving files to a quarantine folder (
_rejected/) by default and requiring explicit user confirmation before any deletion occurs. It does not access sensitive system paths, perform network requests, or use obfuscated code.
Audit Metadata