remotion-captions
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads external binaries and machine learning models required for audio transcription.
- Evidence:
transcribe-captions.mdusesinstallWhisperCppto download the Whisper.cpp engine anddownloadWhisperModelto fetch pre-trained models (e.g.,medium.en). These operations are handled by the official@remotion/install-whisper-cpplibrary. - [REMOTE_CODE_EXECUTION]: The skill facilitates the execution of downloaded binaries to perform heavy computation tasks.
- Evidence:
transcribe-captions.mdexecutes thetranscribefunction, which runs the locally installed Whisper.cpp binary against audio input files. - [COMMAND_EXECUTION]: The documentation instructs users to execute shell commands to manage the development environment.
- Evidence: Multiple files (
display-captions.md,import-srt-captions.md,transcribe-captions.md) suggest usingnpx remotion addor similar package manager commands to install necessary dependencies. - [PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection by ingesting and processing external data files.
- Ingestion points: The skill reads external
.srtfiles (import-srt-captions.md) and.jsonfiles (display-captions.md) via thefetchAPI. - Boundary markers: No explicit delimiters or warnings for the agent to ignore instructions embedded within the caption text are present.
- Capability inventory: The skill is primarily focused on UI rendering and transcription; it does not currently expose dangerous capabilities (like
evalor shell access) that could be triggered by injected data. - Sanitization: The skill performs parsing (e.g.,
parseSrt) but does not explicitly describe content sanitization for LLM safety.
Audit Metadata