graphic-overlays
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill relies on
npxto download and execute thehyperframesCLI tool from the npm registry for transcription and video rendering tasks.- [COMMAND_EXECUTION]: The skill uses several system utilities includingffmpeg,ffprobe,mkdir, andsed. The suggested shell commands inSKILL.mduse variables like$VIDEO_PATHinside double quotes or command substitutions without adequate escaping, which could lead to command injection if a video file name contains shell metacharacters.- [PROMPT_INJECTION]: The skill workflow is susceptible to indirect prompt injection by ingesting and acting upon an untrusted ASR transcript generated from the input video audio. The agent is instructed to read, edit, and use this transcript to design graphic cards without verification of its content. - [INDIRECT_PROMPT_INJECTION_EVIDENCE]:
- Ingestion points:
transcript.json(SKILL.md Step 4 and 5). - Boundary markers: Absent; no delimiters or security warnings are used for the transcript data.
- Capability inventory:
ffmpeg,npx,mkdir,cp,sed. - Sanitization: Absent; no validation or filtering is applied to the transcript text.
Audit Metadata