media-scenedetect
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/scenedetect.pyexecutes thescenedetectCLI usingsubprocess.run. It correctly uses the list-of-arguments format and avoids invoking a shell (shell=True), which is a security best practice to prevent command injection from user-provided file paths or parameters. - [EXTERNAL_DOWNLOADS]: The documentation instructs the user to install the
scenedetectlibrary from the official Python Package Index (PyPI). This is a standard and well-known dependency for the skill's stated purpose. - [SAFE]: No prompt injection patterns, data exfiltration attempts, or obfuscation techniques were detected. The skill's behavior and implementation are fully consistent with its described functionality for media analysis.
Audit Metadata