Skip to main content

ffmpeg-docker-containers

Facilitates containerized FFmpeg deployments with GPU support, ensuring consistent environments for video processing across platforms.

Install this skill

or
58/100

Security score

The ffmpeg-docker-containers skill was audited on Feb 21, 2026 and we found 14 security issues across 5 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116docker run --rm `
medium line 168

Curl to non-GitHub URL

SourceSKILL.md
168curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg
medium line 169

Curl to non-GitHub URL

SourceSKILL.md
169curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \
medium line 264

Wget to non-GitHub URL

SourceSKILL.md
264RUN wget -O ffmpeg.tar.bz2 https://ffmpeg.org/releases/ffmpeg-7.1.tar.bz2 && \
medium line 325

Wget to non-GitHub URL

SourceSKILL.md
325RUN wget -O ffmpeg.tar.bz2 https://ffmpeg.org/releases/ffmpeg-7.1.tar.bz2 && \
low line 581

Access to hidden dotfiles in home directory

SourceSKILL.md
581# Or add to ~/.bashrc
medium line 168

Access to system keychain/keyring

SourceSKILL.md
168curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg
medium line 170

Access to system keychain/keyring

SourceSKILL.md
170sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
low line 168

External URL reference

SourceSKILL.md
168curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg
low line 169

External URL reference

SourceSKILL.md
169curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \
low line 170

External URL reference

SourceSKILL.md
170sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
low line 264

External URL reference

SourceSKILL.md
264RUN wget -O ffmpeg.tar.bz2 https://ffmpeg.org/releases/ffmpeg-7.1.tar.bz2 && \
low line 319

External URL reference

SourceSKILL.md
319RUN git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git && \
low line 325

External URL reference

SourceSKILL.md
325RUN wget -O ffmpeg.tar.bz2 https://ffmpeg.org/releases/ffmpeg-7.1.tar.bz2 && \
Scanned on Feb 21, 2026
View Security Dashboard