MoodCast
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is designed to transform text into emotionally expressive audio using ElevenLabs APIs, which is clearly aligned with its stated purpose. The `scripts/moodcast.py` file uses `subprocess` for legitimate functions like installing the `elevenlabs` package if missing and playing audio locally via system players (`afplay`, `mpv`, `ffplay`, `aplay`) using securely created temporary files. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` instructions for the AI agent are direct invocations of the Python script with arguments relevant to its functionality, showing no signs of prompt injection attempts to deviate from the skill's purpose.
