media-toolkit
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a variety of tools for media analysis, conversion, and editing. All operations are performed locally using standard Python libraries such as pydub, moviepy, and librosa.
- [COMMAND_EXECUTION]: The toolkit relies on ffmpeg and ffprobe (invoked via the moviepy and ffmpeg-python libraries) to process media files. These are expected subprocess calls for a media processing utility and do not involve unsanitized user input in a way that suggests command injection.
- [EXTERNAL_DOWNLOADS]: No external network requests, remote code fetching, or connections to untrusted servers were identified in the source code.
- [DATA_EXPOSURE]: The scripts read and write media files to the local file system. No access to sensitive system files, environment variables, or hardcoded credentials was detected.
Audit Metadata