Back to skill
Skillv0.1.0

VirusTotal security

Voice Assistant · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 3:31 AM
Hash
783c8ba0ca2f7c7c7ec3f1df9c7391e0ed24af4eeb7c58f7a07c36cd9e24e77b
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: voice-assistant Version: 0.1.0 The OpenClaw Voice Assistant skill is designed to provide a real-time voice interface. It runs a local FastAPI server (`scripts/server.py`) that handles audio streaming from the browser, interacts with external Speech-to-Text (STT) and Text-to-Speech (TTS) providers (Deepgram/ElevenLabs), and communicates with the OpenClaw gateway. The skill requires API keys for STT/TTS services, which are loaded from a local `.env` file. All network access (to STT/TTS APIs and the OpenClaw gateway) and file operations (reading `.env`, serving static files) are directly aligned with its stated purpose. The `SKILL.md` instructions guide the OpenClaw agent to perform setup and execution tasks (e.g., `cp .env.example .env`, `uv run scripts/server.py`), which are necessary for the skill's operation and do not exhibit prompt injection attempts for malicious ends. No evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation for harmful intent was found.
External report
View on VirusTotal