ai-voice-humanizer
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of markdown-based workflows and a utility script for audio filtering. No malicious patterns, obfuscation, or unauthorized data access were identified during analysis.
- [COMMAND_EXECUTION]: The provided
scripts/voice_preset.pyutility invokes theffmpegtool to apply audio presets. The implementation usessubprocess.runwith a list of arguments and defaults toshell=False, which is a secure method for executing local binaries that prevents shell injection vulnerabilities. - [DATA_EXFILTRATION]: The documentation references the use of the
ELEVENLABS_API_KEYenvironment variable. This aligns with secure development practices by delegating secret management to the environment rather than hardcoding credentials or accessing unauthorized locations.
Audit Metadata