Speech Recognition

PassAudited by VirusTotal on Apr 30, 2026.

Overview

Type: OpenClaw Skill Name: speech-recognition-forqq Version: 1.0.0 The skill bundle provides documentation and instructions for a speech-to-text utility using standard libraries like pysilk and faster-whisper. The instructions in SKILL.md are consistent with the stated purpose of converting AMR/SILK audio files and include legitimate model download steps from HuggingFace (Systran/faster-whisper-base). No malicious code, data exfiltration, or suspicious execution patterns were identified.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill as documented may pull code and model files from external package/model sources, so behavior depends on those upstream artifacts.

Why it was flagged

The skill relies on external Python packages and a model download. These dependencies are clearly disclosed and align with speech transcription, but they are not pinned or represented in a formal install spec.

Skill content
pip install pysilk faster-whisper ... python3 -m huggingface_hub snapshot-download --repo-id Systran/faster-whisper-base
Recommendation

Install from trusted package indexes, consider pinning package versions, and verify the HuggingFace model source before use.