voicemode-connect — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited voicemode-connect (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Voice conversations through the voicemode.dev cloud platform. Connect your AI assistant to voice clients (iOS app, web app) without running local STT/TTS services.
Agents (Claude Code, claude.ai) connect via MCP to voicemode.dev. Clients (iOS app, web app) connect via WebSocket. The platform routes voice messages between them.
Add to your Claude Code MCP settings (~/.claude/settings.json):
{
"mcpServers": {
"voicemode-dev": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://voicemode.dev/mcp"]
}
}
}When you first use a Connect tool, Claude Code will prompt for OAuth authentication. Sign in with your voicemode.dev account.
Open the iOS app or web dashboard (voicemode.dev/dashboard) and sign in with the same account.
Use the status tool to see connected devices, then use converse to have a voice conversation.
| Tool | Description |
|---|---|
status | Show connected devices and agents |
converse | Two-way voice conversation via connected client |
| Feature | Local VoiceMode | VoiceMode Connect |
|---|---|---|
| STT/TTS | Local (Whisper/Kokoro) | Client device (phone/browser) |
| Setup | Install services | Just add MCP server |
| Internet | Optional | Required |
| Latency | Lower | Higher |
| Mobile voice | No | Yes |
Use both: Local VoiceMode for desktop voice, Connect for mobile voice.
converse?These are documented in docs/connect/ as we learn more.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.