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-tts NPM 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-temp or 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 commander library for argument parsing and fs/promises for file operations follows secure coding practices.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 24, 2026, 12:25 AM