Pocket Tts

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is benign. All files (SKILL.md, install.sh, test.sh, cli.py) are clearly aligned with the stated purpose of providing local text-to-speech functionality using the `pocket-tts` library. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The `install.sh` script installs standard Python dependencies, and `cli.py` uses `os.system` only for a hardcoded, local command (`pocket-tts serve`) to start a local HTTP server, which is a documented feature and not indicative of malicious intent or arbitrary command execution.