video-loop
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate media processing using standard tools like
ffmpegandffprobewhich are explicitly listed in the allowed tools configuration. - [SAFE]: The shell script
scripts/video-loop.shfollows best practices, including input validation, path resolution, and the use of temporary files with cleanup traps. - [SAFE]: Privilege escalation concerns are addressed by suggesting installation commands (like
sudo apt install) to the user rather than attempting to execute them automatically. - [SAFE]: Data processing is limited to reading video file metadata and performing transformations. No evidence of data exfiltration, credential harvesting, or malicious command execution was found.
Audit Metadata