Skip to main content

ffmpeg-graceful-degradation

Implements a graceful degradation workflow for ffmpeg encoding failures, ensuring reliable video processing through fallback strategies.

Install this skill

or
85/100

Security score

The ffmpeg-graceful-degradation skill was audited on May 14, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 102

Python subprocess execution

SourceSKILL.md
102result = subprocess.run(
medium line 134

Python subprocess execution

SourceSKILL.md
134result = subprocess.run(cmd, capture_output=True, text=True)
medium line 140

Python subprocess execution

SourceSKILL.md
140result = subprocess.run(cmd, capture_output=True, text=True)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 6.2K
Rate this skill
Categorydevelopment
UpdatedMay 20, 2026
HKUDS/OpenSpace