it will help you to send voice messages to your AI Assistant and also can make it talk

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is benign. It provides Text-to-Speech and Speech-to-Text functionality using the ElevenLabs API. The Python scripts (`elevenlabs_scribe.py`, `elevenlabs_speech.py`) correctly load the `ELEVENLABS_API_KEY` from environment variables or a workspace `.env` file and make legitimate API calls to `https://api.elevenlabs.io/v1`. File system operations are limited to reading input audio files and writing output audio files, which is expected for its stated purpose. The `SKILL.md` documentation is clear, provides usage examples, and does not contain any prompt injection attempts or instructions for malicious behavior.