engineering-voice-ai-integration-engineer
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides Python code that uses
subprocess.runwith list-based arguments to interact withffmpegandffprobe. This is a secure implementation that prevents shell injection attacks. - [PROMPT_INJECTION]: The skill creates an indirect prompt injection surface (Category 8) by transcribing audio from untrusted sources and feeding the resulting text into downstream LLM agents. 1. Ingestion points: Audio data enters the system through the
validate_audio_fileandpreprocess_audiofunctions. 2. Boundary markers: The transcripts use structured JSON and speaker tags, but lack explicit delimiters or instructions to prevent the downstream agent from executing commands embedded in the text. 3. Capability inventory: The pipeline has access to system command execution viasubprocessand network operations viahttpx. 4. Sanitization: Thenormalize_transcriptfunction performs basic text formatting cleanup but does not filter content for adversarial instructions.
Audit Metadata