voice-conversion-studio
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests and processes untrusted data from the user to drive its workflow.
- Ingestion points: Untrusted data enters the agent context through the user-supplied
source audio path,target voiceIDs, andconsent metadataas described in the 'Request triage' section ofSKILL.md. - Boundary markers: The instructions lack explicit boundary markers or delimiters to separate processed data from instructions, increasing the risk that the agent could misinterpret data content as commands.
- Capability inventory: The skill utilizes the
voice_converttool and requestsfilesystem-writeandnetwork-readcapabilities in its metadata, providing a mechanism for file manipulation and network interaction based on user-controlled inputs. - Sanitization: There are no instructions provided for sanitizing or validating user-provided file paths or metadata strings to prevent path traversal or other injection-based attacks.
Audit Metadata