ffmpeg-cloudflare-containers
Enables edge video processing with FFmpeg in Cloudflare Containers, leveraging GPU acceleration and scalable architecture.
Install this skill
Security score
The ffmpeg-cloudflare-containers skill was audited on Feb 21, 2026 and we found 16 security issues across 3 threat categories, including 3 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 287 | const proc = spawn('ffmpeg', args, { stdio: ['pipe', 'pipe', 'pipe'] }); |
Direct command execution function call
| 435 | const ffmpeg = spawn('ffmpeg', [ |
Direct command execution function call
| 506 | const ffmpeg = spawn('ffmpeg', [ |
Template literal with variable interpolation in command context
| 214 | const outputPath = path.join(workDir, `output.${format}`); |
Template literal with variable interpolation in command context
| 234 | res.set('Content-Type', `video/${format}`); |
Template literal with variable interpolation in command context
| 303 | console.log(`FFmpeg server listening on port ${PORT}`); |
Template literal with variable interpolation in command context
| 462 | const key = `processed/${Date.now()}.mp4`; |
Template literal with variable interpolation in command context
| 568 | ```dockerfile |
Node child_process module reference
| 192 | import { spawn } from 'child_process'; |
Access to .env file
| 282 | res.json({ status: 'healthy', ffmpeg: process.env.FFMPEG_PATH }); |
Access to .env file
| 301 | const PORT = process.env.PORT || 8080; |
Access to .env file
| 535 | deploymentId: process.env.CLOUDFLARE_DEPLOYMENT_ID |
External URL reference
| 425 | await container.fetch(new Request("http://internal/health")); |
External URL reference
| 594 | - [Cloudflare Containers Documentation](https://developers.cloudflare.com/containers/) |
External URL reference
| 595 | - [Cloudflare Containers Announcement](https://blog.cloudflare.com/containers-are-available-in-public-beta-for-simple-global-and-programmable/) |
External URL reference
| 596 | - [Container Image Management](https://developers.cloudflare.com/containers/platform-details/image-management/) |
Install this skill with one command
/learn @josiahsiegel/ffmpeg-cloudflare-containers