transcription
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests untrusted external content that is subsequently used to influence project modifications.
- Ingestion points: External media files are ingested via
import_mediaanddownload_media, and generated transcripts are read into the agent's context usingfind_transcriptandread_captions(SKILL.md). - Boundary markers: The instructions lack explicit delimiters or guidance for the agent to treat transcribed text as potentially untrusted data rather than instructions.
- Capability inventory: The skill utilizes capabilities like
edit_captions,manage_transcript, andapply_script(which modifiestimeline.md) to perform actions based on the processed content. - Sanitization: There is no mention of sanitizing or validating transcript data before it is interpolated into prompts or used to drive timeline edits.
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to fetch media from user-provided public URLs using the
download_mediatool when local assets are unreachable by the backend.
Audit Metadata