edge-tts
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the established
node-edge-ttsNPM package to interface with Microsoft's official neural TTS service. No unauthorized or suspicious external communication was detected. - [SAFE]: Configuration management is handled securely by storing user preferences in a standard dotfile (
~/.tts-config.json) in the user's home directory. This is consistent with expected behavior for CLI-based tools. - [SAFE]: Temporary files generated during text-to-speech conversion are stored in a dedicated temporary directory (
/tmp/edge-tts-tempor equivalent), and the skill provides options for users to specify custom output paths. - [SAFE]: No patterns of prompt injection, data exfiltration, or malicious command execution were found. The use of the
commanderlibrary for argument parsing andfs/promisesfor file operations follows secure coding practices.
Audit Metadata