voice-quality-audition
Warn
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell scripts including
tts_kokoro_audition.shandkokoro-install.shvia the Bash tool. These scripts are not part of the skill package and their integrity cannot be verified. - [DATA_EXFILTRATION]: The skill reads from the system clipboard using the
pbpastecommand. This presents a data exposure risk as the clipboard may contain sensitive information such as passwords, private keys, or personal data that is then processed by the TTS engine. - [EXTERNAL_DOWNLOADS]: The
kokoro-install.shscript is described as having--installand--upgradecapabilities, which typically involve downloading software packages and voice models from remote, unverified sources. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection via the clipboard content it processes.
- Ingestion points: System clipboard data captured via
pbpasteinSKILL.md. - Boundary markers: Absent; the skill does not use delimiters or instructions to ignore embedded commands within the clipboard text.
- Capability inventory: The skill possesses
Bash,Read, andGlobtools, providing a significant attack surface if malicious instructions are processed. - Sanitization: Absent; no sanitization or validation of the clipboard content is performed before it is passed to shell scripts.
Audit Metadata