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
| 102 | result = subprocess.run( |
medium line 134
Python subprocess execution
SourceSKILL.md
| 134 | result = subprocess.run(cmd, capture_output=True, text=True) |
medium line 140
Python subprocess execution
SourceSKILL.md
| 140 | result = subprocess.run(cmd, capture_output=True, text=True) |
Scanned on May 14, 2026
View Security Dashboard