remotion-captions
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and install the Whisper.cpp engine and associated transcription models using the
@remotion/install-whisper-cpplibrary during the transcription process. - [COMMAND_EXECUTION]: The transcription guide includes code examples that utilize
execSyncto run shell commands, specifically intended for audio processing withffmpeg. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: Untrusted data is ingested from external subtitle files (.srt) and generated caption JSON files as described in
import-srt-captions.mdanddisplay-captions.md. - Boundary markers: None present; the instructions do not implement or suggest delimiters to separate caption data from agent instructions.
- Capability inventory: The skill includes instructions for file system operations (
fs.writeFileSync) and shell command execution (execSync) within the transcription scripts. - Sanitization: No sanitization or escaping mechanisms are described for handling the text content of imported or generated captions before rendering.
Audit Metadata