voice-quality-audition
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes several local shell scripts and system utilities to perform its tasks.
- Executes
kokoro-install.shwith--healthand--installflags to manage the TTS environment. - Runs
tts_kokoro_audition.shlocated in~/.local/bin/or the plugin directory to perform voice testing. - Utilizes the macOS
afplayutility for audio playback. - Employs
pbpasteto retrieve text data for processing. - [DATA_EXFILTRATION]: The skill accesses potentially sensitive information from the macOS clipboard.
- Specifically uses
pbpasteto acquire the text passage used for the voice audition, which could inadvertently expose private data copied by the user. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its processing of untrusted clipboard data.
- Ingestion points: The skill reads external data from the system clipboard via
pbpasteas described in Phase 2 of the workflow. - Boundary markers: No delimiters or instructions to ignore embedded commands are present when processing the clipboard content.
- Capability inventory: The skill possesses extensive capabilities through the
Bashtool, including file system modification and script execution. - Sanitization: There is no evidence of sanitization or validation performed on the text retrieved from the clipboard before it is processed by the agent or the TTS script.
Audit Metadata