voice-clone-narration
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches model weights from Hugging Face (huggingface.co). This is a well-known service for hosting AI models and the downloads are performed anonymously.
- [COMMAND_EXECUTION]: Utilizes
ffmpegandffprobefor audio processing and quality checks. The scripts construct commands using argument lists rather than raw strings, which is a secure practice to prevent shell injection. - [SAFE]: The skill manages its own environment by creating a dedicated virtual environment in
~/.voice-clone-narration/venv, ensuring that dependencies are isolated from the system Python installation. - [SAFE]: Explicit safety guidelines are included in the documentation, emphasizing that biometric-adjacent voice data must remain local and requiring user consent for cloning real voices.
Audit Metadata