Is lisniuse/edge-tts safe?
https://github.com/lisniuse/edge-tts
99
SAFE
This is a legitimate text-to-speech synthesis tool that uses Microsoft Edge's TTS service to convert text to audio files. The skill contains straightforward Python code and documentation with no evidence of malicious behavior, prompt injection, or data exfiltration.
Category Scores
Findings (2)
LOW Shell script for dependency installation -5 ▶
The skill includes install_dependencies.sh which executes 'pip install edge-tts'. While this is standard practice for Python dependencies, it does involve code execution.
INFO Audio generation capability -5 ▶
The skill generates audio files from text, which could theoretically be used for voice spoofing or social engineering, though this is the legitimate intended functionality.