promo-video
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill frequently uses
execSyncandnpxto interact with system-level tools for media processing. It invokesffmpegandffprobefor audio/video manipulation,npmfor dependency management, andwhisperfor speech-to-text verification. These operations are core to the video production workflow. - [EXTERNAL_DOWNLOADS]: The skill fetches assets and data from external services. It makes API requests to ElevenLabs (
api.elevenlabs.io) for high-quality voice synthesis and uses standard Node.js package managers to install tools likelucide-reactand project templates vianpx create-video@latest. These sources are well-known industry services. - [DATA_EXFILTRATION]: Through the
discover-brand.tsscript, the skill crawls local repository files—includingpackage.json,README.md, and CSS configurations—to identify brand names, taglines, colors, and logos. While this involves reading local data, the information is processed locally by the agent to assist in video creation and is not sent to unauthorized external domains. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) because the
discover-brand.tsscript ingests content from external repositories (like README paragraphs) that are subsequently used to pre-populate the agent's creative prompts. Although there are no explicit sanitization layers or boundary markers for this untrusted data, the risk is categorized as low given the context of a developer-oriented automation tool.
Audit Metadata