ai-video-tools
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates processing of untrusted external data, creating a surface for indirect prompt injection. * Ingestion points: Video transcripts generated from audio are ingested by the agent through the
get-transcripttool. * Boundary markers: The instructions sent to the agent viasendToAgentChatdo not implement delimiters or safety warnings to distinguish between system instructions and transcript content. * Capability inventory: The agent is empowered to perform state-changing actions such asupdate-recording,add-comment, andapply-editbased on the processed content. * Sanitization: There is no evidence of filtering or sanitizing the transcript text before it reaches the LLM. - [EXTERNAL_DOWNLOADS]: The skill utilizes external APIs for audio transcription. * Transcription fallback: If native or managed services are unavailable, the skill routes audio to Groq (
api.groq.com), a well-known AI infrastructure service. - [CREDENTIALS_UNSAFE]: The skill mentions the use of API keys for authentication. * Evidence: Refers to
BUILDER_PRIVATE_KEYandGROQ_API_KEY. * Handling: The skill provides instructions to manage these via a dedicated UI panel rather than hardcoding them, which follows security best practices.
Audit Metadata