demo-video
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a shell script (
scripts/frames-to-video.sh) that executesffmpegto process captured frames. This is a standard and expected operation for video generation tasks. - [EXTERNAL_DOWNLOADS]: The skill specifies a dependency on the
playwright-corelibrary. No other external downloads, remote script executions, or installations from untrusted sources were detected. - [DATA_EXFILTRATION]: The skill captures browser frames as JPEG files and saves them to a local output directory (
./demo-frames). No network requests to external domains for the purpose of data exfiltration were identified. - [SAFE]: The implementation follows standard practices for browser automation and video processing. All operations (file system access and browser control) are consistent with the stated purpose of creating demo videos.
Audit Metadata