MCP server · trust report
dev.voicemode/voicemode
2 checks that ran failed — supply chain and permission scope — so this release can’t be trusted as-is.
- Publisher
- dev.voicemode
- Repository
- github.com/mbailey/voicemode
- Install
- pypi:voice-mode, pypi:voice-mode, pypi:voice-mode
- Versions
- 3
- Inspected
- 4 of 6 checks · 65%
- Scored
- 2026-07-21 · rubric 1.0.0
What we checked
Six static checks, weighted by risk. Every result reflects only what could be observed in the published package and repository — never intent.
Injection surface
unscannable25% of gradeTool descriptions/manifest scanned for instruction-injection patterns (imperatives at the model, hidden text, 'ignore previous', data-exfil URLs).
No tool descriptions, server instructions, prompts, or resources were fetched; nothing to scan for injection.
Supply chain
fail25% of gradePackage provenance: namespace verification, repo linkage, maintainer count, account age, postinstall scripts, typosquat distance.
Python build script executes at build time: network call in build script
Credential hygiene
warn15% of gradeHow the server takes secrets (env vs plaintext config vs hardcoded); secrets appearing in tool schemas.
voice_mode/serve_middleware.py: assigns a literal to secret (my-s…id (len 14)) — non-provider secret literal; prefer environment intake. voice_mode/serve_middleware.py: assigns a literal to token (my-s…en (len 15)) — non-provider secret literal; prefer environment intake. Reads secrets from the environment (e.g. voice_mode/_env_deprecation.py) — the recommended intake shape.
Permission scope
fail15% of gradeDeclared tools vs. breadth (filesystem, network, exec); flags shell-exec and unbounded filesystem access.
HIGH: shell/exec capability AND network egress together — download-and-execute risk (voice_mode/cli.py: subprocess.* call; voice_mode/auth.py: outbound HTTP/socket call). HIGH: shell/exec capability AND destructive filesystem writes together (voice_mode/cli.py: subprocess.* call; voice_mode/cli.py: destructive filesystem call (shutil.rmtree/os.remove/etc.)). discloses shell/exec capability: voice_mode/cli.py: subprocess.* call discloses shell/exec capability: voice_mode/conch_notify.py: subprocess.* call discloses shell/exec capability: voice_mode/conch_ops.py: subprocess.* call discloses shell/exec capability: voice_mode/config.py: subprocess.* call discloses shell/exec capability: voice_mode/core.py: subprocess.* call discloses shell/exec capability: voice_mode/shared.py: subprocess.* call discloses shell/exec capability: voice_mode/version.py: subprocess.* call discloses shell/exec capability: voice_mode/whisper_model_unified.py: subprocess.* call discloses shell/exec capability: voice_mode/cli_commands/status.py: subprocess.* call discloses shell/exec capability: voice_mode/dj/controller.py: subprocess.* call discloses shell/exec capability: voice_mode/exchanges/reader.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/converse.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/service.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/impressions/profiles.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/kokoro/install.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: voice_mode/tools/kokoro/uninstall.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/mlx_audio/install.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: voice_mode/tools/mlx_audio/uninstall.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/sound_fonts/audio_player.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/sound_fonts/player.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/transcription/backends.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/whisper/install.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/whisper/models.py: subprocess.* call discloses shell/exec capability: voice_mode/tools/whisper/uninstall.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/audio_diagnostics.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/ffmpeg_check.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/gpu_detection.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/migration_helpers.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/version_helpers.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/dependencies/checker.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/dependencies/package_managers.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/services/coreml_setup.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/services/whisper_helpers.py: subprocess.* call discloses shell/exec capability: voice_mode/utils/services/whisper_version.py: subprocess.* call discloses broad/destructive filesystem access: voice_mode/cli.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/config.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/config.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/conversation_logger.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/core.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/core.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/credential_store.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/credential_store.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/streaming.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/streaming.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/voice_profiles.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: voice_mode/cli_commands/exchanges.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/configuration_management.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/configuration_management.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/converse.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/converse.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/service.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/service.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/impressions/profiles.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/kokoro/install.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/kokoro/install.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/kokoro/uninstall.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/mlx_audio/install.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: voice_mode/tools/mlx_audio/uninstall.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/sound_fonts/player.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/whisper/install.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/whisper/install.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/whisper/models.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/tools/whisper/models.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/tools/whisper/uninstall.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/utils/download.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/utils/event_logger.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: voice_mode/utils/dependencies/checker.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: voice_mode/utils/services/coreml_setup.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: voice_mode/utils/services/whisper_helpers.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) Capability DISCLOSURE, not a verdict: static analysis sees the primitive is present and reachable, not whether its use is attacker-controlled.
Version behavior
unscannable10% of gradeDiff of tool definitions between versions; new permissions or changed descriptions in a patch release (the postmark-mcp class).
no prior version to diff (first sight of dev.voicemode/[email protected]); version-drift / rug-pull cannot be evaluated. Cold-start risk is covered by point-in-time checks (injection_surface, supply_chain, credential_hygiene), not here.
Transport config
warn10% of gradeRemote servers: TLS and auth mode (none/token/OAuth). Local servers: whether the manifest indicates it phones home.
sends telemetry to third-party SDK (amplitude) — disclosure, verify opt-in; manifest/source references heartbeat behavior — disclosure
Version history
Each release plotted by grade against the safe line at B. A version that sinks below the line has lost its trusted standing — the shape of a rug-pull.
| Version | Published | Grade | Score | Inspected | Change |
|---|---|---|---|---|---|
| v8.11.0 · current | 2026-07-10 | D | 47.5 | 4/6 · 65% | — |