Voice To Text

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: voice-to-text Version: 1.0.0 The skill is designed for voice-to-text transcription using Vosk and FFmpeg. All operations, including dependency installation and model downloads, are from official and legitimate sources (alphacephei.com for Vosk models, standard package managers for FFmpeg and Vosk Python package). The `transcribe.py` script correctly uses `subprocess.run` with a list of arguments for executing `ffmpeg`, which prevents shell injection vulnerabilities from user-provided audio file paths. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The code and instructions align with the stated purpose and lack high-risk behaviors.