promo-video
Fail
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from the local repository (git logs, README, and source code) to determine video content without sanitization or boundary markers. * Ingestion points:
SKILL.md(Phase 1) reads git history and project files. * Boundary markers: Absent. * Capability inventory: Extensive, includingnpm,npx,ffmpeg, andpythonexecution. * Sanitization: Absent. - [EXTERNAL_DOWNLOADS]: The skill downloads assets and code from external sources. It fetches audio from the ElevenLabs API, downloads royalty-free music from Bensound and Pixabay using
curl, and bootstraps projects usingnpx create-video@latest. These target well-known services. - [COMMAND_EXECUTION]: The skill executes multiple shell commands for media processing and project management. This includes
ffmpegandffprobefor audio/video handling,npx remotion studiofor previews, andwhisperfor transcription tasks.
Recommendations
- HIGH: Downloads and executes remote code from: unknown (check file) - DO NOT USE without thorough review
Audit Metadata