slice-video-frames

Pass

Audited by Gen Agent Trust Hub on Aug 5, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes external binaries ffmpeg and ffprobe to process video data. Detailed code analysis confirms that these are executed using subprocess.run with command arguments passed as a list and without a shell (shell=False), which effectively prevents shell injection vulnerabilities.
  • [EXTERNAL_DOWNLOADS]: The skill requires the Pillow Python library for image processing and the standard ffmpeg/ffprobe utilities. These are well-known, industry-standard tools and dependencies.
  • [DATA_EXPOSURE]: No hardcoded credentials or sensitive data exfiltration patterns were detected. The skill operates on local files provided by the user and generates local outputs.
  • [PROMPT_INJECTION]: The skill's instructions are purely functional and do not contain attempts to override agent behavior or bypass safety guardrails.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 5, 2026, 11:16 PM
Security Audit — agent-trust-hub — slice-video-frames