Keynote Video
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
The skill bundle implements a PPT-to-video conversion pipeline using a multi-phase approach involving LLM content generation and script-based technical synthesis. The primary security concern is the use of `child_process.execSync` in `scripts/generate.js` to invoke external tools like `ffmpeg`, `libreoffice`, and `edge-tts`. While the script includes an `escapeForShell` utility to sanitize inputs, the pattern of executing shell commands with data extracted from user-provided PPT files and LLM-generated scripts introduces a risk of shell injection. No evidence of intentional malicious behavior, data exfiltration, or unauthorized persistence was found, and the behavior aligns with the stated purpose.
