Skip to main content

tts

Converts text into speech audio, enabling voiceovers and audio narration for various formats and platforms.

Install this skill

or
82/100

Security score

The tts skill was audited on May 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 149

Access to hidden dotfiles in home directory

SourceSKILL.md
149- **Credential storage**: When you run `config --set-api-key`, the key is saved to `~/.config/noiz/api_key` (permissions `0600`). The `NOIZ_API_KEY` environment variable is also supported as an altern
medium line 150

Access to hidden dotfiles in home directory

SourceSKILL.md
150- **Legacy key migration**: If `~/.noiz_api_key` exists and `~/.config/noiz/api_key` does not, the key is **copied** (not deleted) to the new location. A message is printed; the old file is left untou
medium line 156

Access to hidden dotfiles in home directory

SourceSKILL.md
156No files outside the output path and `~/.config/noiz/` are modified. The Kokoro backend runs entirely offline with no network access.
low line 33

External URL reference

SourceSKILL.md
33python3 skills/tts/scripts/tts.py -t "Hello" --ref-audio https://example.com/my_voice.wav -o clone.wav
low line 151

External URL reference

SourceSKILL.md
151- **Network calls (Noiz backend)**: Text and optional reference audio are uploaded to `https://noiz.ai/v1/` for synthesis. No data is sent unless you invoke a Noiz command.
low line 162

External URL reference

SourceSKILL.md
162- Get your API key at [Noiz Developer](https://developers.noiz.ai/api-keys), then run `python3 skills/tts/scripts/tts.py config --set-api-key YOUR_KEY` (guest mode works without a key but has limited
Scanned on May 12, 2026
View Security Dashboard
Installation guide →