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.py executes the scenedetect CLI using subprocess.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 scenedetect library 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
Risk Level
SAFE
Analyzed
Jun 17, 2026, 07:24 AM
Security Audit — agent-trust-hub — media-scenedetect