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-cpp library during the transcription process.
  • [COMMAND_EXECUTION]: The transcription guide includes code examples that utilize execSync to run shell commands, specifically intended for audio processing with ffmpeg.
  • [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.md and display-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
Risk Level
SAFE
Analyzed
Sep 19, 2026, 01:48 PM
Security Audit — agent-trust-hub — remotion-captions