speech-generator
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a standard implementation of a Text-to-Speech (TTS) utility. No malicious patterns, obfuscation, or unauthorized data access were detected.
- [EXTERNAL_DOWNLOADS]: The skill communicates with
api.elevenlabs.io, which is a well-known and legitimate service for AI voice generation. This network activity is consistent with the skill's stated purpose. - [COMMAND_EXECUTION]: The tool is designed to be executed via
ts-nodeto run its internal TypeScript logic. It does not spawn arbitrary shell commands or use dangerous functions likeeval(). - [DATA_EXPOSURE]: The skill handles API keys using a
.envfile as recommended in the setup instructions, which is an industry standard for preventing credential leaks in code repositories.
Audit Metadata