video-clipper
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- No Security Issues Detected (SAFE): The skill performs legitimate video processing tasks using well-known libraries (
moviepy,ffmpeg-python). - Command Execution (SAFE): While the code executes logic to process videos, it does not use shell execution for arbitrary commands. It uses library-defined methods for file manipulation.
- File System Access (SAFE): The script reads from and writes to the local file system as required for its primary purpose of video clipping. It does not access sensitive system directories or credentials.
- Data Exfiltration (SAFE): No network operations or external communication patterns were found in the scripts.
- Indirect Prompt Injection (SAFE): The skill processes video data but does not interpret content from the files as natural language instructions for the agent.
Audit Metadata