voice-orchestrator
Warn
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute shell commands with unvalidated placeholders such as {name} and {content}. The interpolation of these parameters into commands like
lsandpython3without rigorous sanitization represents a significant risk for arbitrary command injection if a malicious voice name or file path is supplied. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests data from external
profile.jsonandconfig.jsonfiles, as well as user-provided content drafts. These ingestion points lack boundary markers or specific instructions to prevent embedded malicious prompts from influencing the agent's logic during the generation and validation phases. 1. Ingestion points:profile.json,config.json, and/tmp/voice-content-draft.md. 2. Boundary markers: Absent. 3. Capability inventory: Access toBash(ls, test, python3, rm),Read, andWritetools. 4. Sanitization: Absent.
Audit Metadata