Skip to main content

python-video-pipeline

Guides users in building scalable video processing pipelines using FFmpeg, OpenCV, and Modal.com for efficient workflows.

Install this skill

or
55/100

Security score

The python-video-pipeline skill was audited on May 14, 2026 and we found 11 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 870

Eval function call - arbitrary code execution

SourceSKILL.md
870'fps': eval(video_info['r_frame_rate']),
medium line 167

Python subprocess execution

SourceSKILL.md
167reader = subprocess.Popen(
medium line 181

Python subprocess execution

SourceSKILL.md
181writer = subprocess.Popen(
medium line 593

Python subprocess execution

SourceSKILL.md
593subprocess.run([
medium line 654

Python subprocess execution

SourceSKILL.md
654subprocess.run([
medium line 1007

Python subprocess execution

SourceSKILL.md
1007result = subprocess.run(['ffmpeg', '-encoders'], capture_output=True, text=True)
low line 283

External URL reference

SourceSKILL.md
283source='https://youtu.be/live_stream_id',
low line 1076

External URL reference

SourceSKILL.md
1076- [VidGear Documentation](https://abhitronix.github.io/vidgear/)
low line 1078

External URL reference

SourceSKILL.md
1078- [Modal.com Docs - GPU](https://modal.com/docs/guide/gpu)
low line 1079

External URL reference

SourceSKILL.md
1079- [Modal.com Docs - Volumes](https://modal.com/docs/guide/volumes)
low line 1081

External URL reference

SourceSKILL.md
1081- [FFmpeg Hardware Acceleration](https://trac.ffmpeg.org/wiki/HWAccelIntro)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →