characteristic-voice
Warn
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile contains instructions for the AI agent to execute complex shell pipelines involvingyt-dlp,rg, andffmpegto download and trim media files from external sources.\n- [EXTERNAL_DOWNLOADS]: The skill facilitates downloading subtitles and audio from YouTube viayt-dlpas part of its character voice setup process.\n- [CREDENTIALS_UNSAFE]: Thespeak.shscript manages a service API key by reading from and writing to~/.noiz_api_key. Although it sets restricted file permissions (600), handling persistent secrets in the home directory is a sensitive operation.\n- [DATA_EXFILTRATION]: Thespeak.shscript allows uploading a local file to the Noiz API via the--ref-audioflag. Since the script does not validate the file path, this mechanism could potentially be used to transmit sensitive local files to the external service.\n- [COMMAND_EXECUTION]: Thespeak.shscript executes a Python snippet at runtime to normalize API keys and process JSON data from the service endpoint.
Audit Metadata