review-video-pacing-rhythm
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
ffmpegvia a shell command to perform scene detection. This is a standard use of the tool for media processing and operates on user-provided local file paths. - [REMOTE_CODE_EXECUTION]: Analysis shows the skill uses a local Python snippet for
librosabeat detection. There are no patterns of fetching or executing code from remote servers. - [DATA_EXPOSURE]: The skill reads video and audio files and writes output (JSON, PNG, MD) to a local directory. It does not access sensitive system files or credentials, nor does it perform any network operations to exfiltrate data.
- [INDIRECT_PROMPT_INJECTION]: The skill has an ingestion surface for external media files (
video_path,music_path). However, since it processes these files using deterministic signal processing libraries (librosa) and media filters (ffmpeg) rather than interpreting them as natural language instructions, the risk of injection is negligible.
Audit Metadata