media-fixing-and-repair
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate technical guide for media repair. It provides standard FFmpeg and FFprobe command templates for common tasks such as rebuilding container indexes, fixing audio/video sync, and re-encoding with visual quality optimizations.
- [COMMAND_EXECUTION]: The skill generates shell commands for media processing. It includes security best practices such as wrapping user-supplied file paths in double quotes to mitigate simple command injection and explicitly instructing the agent never to overwrite original files.
- [EXTERNAL_DOWNLOADS]: The skill mentions support for processing media via URLs, which is a native feature of FFmpeg. There are no patterns suggesting the download of untrusted scripts or executable code.
- [DATA_EXPOSURE]: No attempts to access sensitive system files (e.g., SSH keys, credentials) or environment variables were detected. All file access is scoped to the media files provided by the user for processing.
Audit Metadata