ffmpeg-webassembly-workers
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches FFmpeg WebAssembly cores and utilities from the JSDelivr CDN (e.g.,
cdn.jsdelivr.net/npm/@ffmpeg/core@0.12.10/dist/umd/ffmpeg-core.js). This is a standard distribution method for browser-based libraries. - [EXTERNAL_DOWNLOADS]: References official GitHub repositories for the FFmpeg project and the ffmpeg.wasm port for documentation and custom build instructions.
- [COMMAND_EXECUTION]: Includes standard build environment commands (
./configure,make,docker build) intended for developers to create custom WebAssembly builds. These are provided as documentation and are not executed automatically by the agent. - [COMMAND_EXECUTION]: Demonstrates the use of the
ffmpeg.exec()API to run FFmpeg commands. These operations occur entirely within the browser's WebAssembly sandbox and do not interact with the host operating system's shell. - [SAFE]: Instructions for Cloudflare Workers correctly utilize environment variables (
env.API_TOKEN) for secret management rather than hardcoding credentials.
Audit Metadata