Analyzed 1 day ago · 2 anonymous rescans remaining · register free to re-analyze any time.
Public analysis · read only
Register free to re-analyze

zachledoux/Voxverify

0 0 0 issues
TypeScript
MIT

Project Overview

codestral / codestral-latest

Voxverify

A tool for verifying Deepgram voice-AI integrations to ensure they actually work beyond just returning HTTP 200.

AI Verdict
Clean— AI Trust Assessment

True Intent (AI Assessment)

Voxverify is designed to verify the correctness of Deepgram voice-AI integrations beyond just checking for HTTP 200 responses.

README Accuracy

Accurate

Notes

The README accurately describes the tool's purpose and functionality. The code samples and documentation provide a clear understanding of how to use the tool.

What Is This?

Voxverify is a TypeScript-based tool designed to verify the correctness of Deepgram voice-AI integrations. It goes beyond checking for HTTP 200 responses and ensures that speech-to-text (STT), text-to-speech (TTS), and streaming integrations are functioning as expected.

The primary problem it solves is the common issue where voice-AI integrations return HTTP 200 status codes but still fail to deliver the correct results. This can happen due to empty transcripts, incorrect transcripts, JSON error envelopes, or other issues that are not caught by a simple status code check.

The tool is used by developers and AI coding agents who need to ensure their voice-AI integrations are working correctly. It can be used as a CLI tool or as an MCP server, allowing AI agents to verify their own work honestly.

Voxverify works by performing various checks on the integrations. For STT, it transcribes known-answer audio and asserts the transcript matches the expected result. For TTS, it checks that real audio is returned. For streaming, it ensures that a correct final transcript or audio stream is delivered. The tool also includes an offline config check to validate models and parameters without requiring an API key.

Notable patterns include the use of a word error rate (WER) threshold for STT transcript comparison, the inclusion of a mock transport for offline testing, and the use of the Model Context Protocol (MCP) for agent integration. The tool is designed to be used in CI pipelines and provides detailed reports on the verification results.

Your Report, Tab by Tab
At a Glance
0Stars
0Forks
0Open Issues
August 15, 2026Last Active
CLI ToolTypeScriptMIT
Technology Stack
LanguagesTypeScript, JavaScript
RuntimeNode.js 18+
FrameworkNone
DatabaseNone detected
Package Managernpm
Key Dependencies@modelcontextprotocol/sdk, commander, ws, zod
Build ToolTypeScript Compiler
Test FrameworkVitest