← Back to scan
File as GitHub Issue repo: microsoft/VibeVoice

Push this scan report to microsoft/VibeVoice

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

`self.get_hf_config` used but never assigned in __init__

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH MINED108 [MINED108] `self._get_dummy_audios` used but never assigned in __init__: Method `get_dumm… vllm_plugin/model.py:659
HIGH MINED108 [MINED108] `self._get_max_audio_samples` used but never assigned in __init__: Method `get… vllm_plugin/model.py:654
HIGH MINED108 [MINED108] `self.info` used but never assigned in __init__: Method `get_dummy_text` of cl… vllm_plugin/model.py:637
HIGH MINED108 [MINED108] `self.info` used but never assigned in __init__: Method `_get_max_audio_sample… vllm_plugin/model.py:614
HIGH MINED108 [MINED108] `self.get_hf_config` used but never assigned in __init__: Method `get_mm_max_t… vllm_plugin/model.py:576
HIGH MINED108 [MINED108] `self.get_tokenizer` used but never assigned in __init__: Method `get_audio_to… vllm_plugin/model.py:539
HIGH MINED108 [MINED108] `self.ctx` used but never assigned in __init__: Method `get_feature_extractor`… vllm_plugin/model.py:498
HIGH MINED108 [MINED108] `self.ctx` used but never assigned in __init__: Method `get_hf_config` of clas… vllm_plugin/model.py:481
HIGH MINED108 [MINED108] `self._ensure_audio_encoder_dtype` used but never assigned in __init__: Method… vllm_plugin/model.py:339
HIGH MINED108 [MINED108] `self.transcribe_batch` used but never assigned in __init__: Method `transcrib… demo/vibevoice_asr_inference_from_file.…:240
HIGH MINED108 [MINED108] `self._prepare_generation_config` used but never assigned in __init__: Method … demo/vibevoice_asr_inference_from_file.…:147
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `get_voice_pa… demo/realtime_model_inference_from_file…:83
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `get_voice_pa… demo/realtime_model_inference_from_file…:74
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `get_voice_pa… demo/realtime_model_inference_from_file…:70
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `get_voice_pa… demo/realtime_model_inference_from_file…:69
HIGH MINED108 [MINED108] `self.available_voices` used but never assigned in __init__: Method `setup_voi… demo/realtime_model_inference_from_file…:63
HIGH MINED108 [MINED108] `self.available_voices` used but never assigned in __init__: Method `setup_voi… demo/realtime_model_inference_from_file…:62
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `setup_voice_… demo/realtime_model_inference_from_file…:58
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `setup_voice_… demo/realtime_model_inference_from_file…:51
HIGH MINED108 [MINED108] `self.available_voices` used but never assigned in __init__: Method `setup_voi… demo/realtime_model_inference_from_file…:37
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `setup_voice_… demo/realtime_model_inference_from_file…:36
HIGH MINED108 [MINED108] `self.available_voices` used but never assigned in __init__: Method `setup_voi… demo/realtime_model_inference_from_file…:57
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `setup_voice_… demo/realtime_model_inference_from_file…:54
HIGH MINED108 [MINED108] `self.voice_presets` used but never assigned in __init__: Method `setup_voice_… demo/realtime_model_inference_from_file…:41
HIGH MINED108 [MINED108] `self._format_transcription` used but never assigned in __init__: Method `__ge… finetuning-asr/lora_finetune.py:305
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… vllm_plugin/__init__.py:46
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… vibevoice/modular/streamer.py:249
HIGH COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 32 (SonarSo… demo/realtime_model_inference_from_file…:129
MED MINED109 [MINED109] Mutable default argument in `__init__` (dict): `def __init__(... = []/{}/set()… vibevoice/modular/modular_vibevoice_tok…:435
MED MINED109 [MINED109] Mutable default argument in `__init__` (dict): `def __init__(... = []/{}/set()… vibevoice/modular/modular_vibevoice_tok…:259
MED MINED109 [MINED109] Mutable default argument in `__init__` (dict): `def __init__(... = []/{}/set()… vibevoice/modular/modular_vibevoice_tok…:179
MED MINED109 [MINED109] Mutable default argument in `__init__` (dict): `def __init__(... = []/{}/set()… vibevoice/modular/modular_vibevoice_tok…:164
MED MINED109 [MINED109] Mutable default argument in `__init__` (list): `def __init__(... = []/{}/set()… vibevoice/modular/configuration_vibevoi…:97
MED MINED109 [MINED109] Mutable default argument in `__init__` (list): `def __init__(... = []/{}/set()… vibevoice/modular/configuration_vibevoi…:34
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:649
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:589
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:535
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:466
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:388
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:232
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:196
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:156
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/gradio_asr_demo_api…:88
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/scripts/start_server.py:294
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… vllm_plugin/model.py:1095
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_inference_from_file.…:184
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_inference_from_file.…:391
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/realtime_model_inference_from_file…:201
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:595
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:403
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:635
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:323
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:230
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:911
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:512
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:427
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:338
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… demo/vibevoice_asr_gradio_demo.py:43
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… finetuning-asr/inference_lora.py:137
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… vllm_plugin/__init__.py:46
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AUC012 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /…
MED AGT012 Agent control bridge may listen on a network interface without visible auth vllm_plugin/scripts/gradio_asr_demo_api…:1843
MED AGT012 Agent control bridge may listen on a network interface without visible auth demo/vibevoice_asr_gradio_demo.py:402
MED CORE_NO_CI No CI/CD configuration found
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 8 (SonarSou… finetuning-asr/inference_lora.py:147
LOW COMP001 [COMP001] High cognitive complexity: Function `get_voice_path` has cognitive complexity 8… demo/realtime_model_inference_from_file…:65
LOW AIC003 Duplicated implementation block across source files vibevoice/processor/vibevoice_streaming…:53
LOW AIC003 Duplicated implementation block across source files vibevoice/processor/vibevoice_streaming…:15
LOW AIC003 Duplicated implementation block across source files vibevoice/processor/vibevoice_processor…:56
LOW AIC003 Duplicated implementation block across source files vibevoice/modular/modeling_vibevoice_st…:108
LOW AIC003 Duplicated implementation block across source files vibevoice/modular/modeling_vibevoice_st…:45
LOW AIC003 Duplicated implementation block across source files vibevoice/modular/modeling_vibevoice_as…:35
LOW AIC003 Duplicated implementation block across source files vibevoice/modular/configuration_vibevoi…:13
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… vibevoice/modular/streamer.py:133
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. demo/realtime_model_inference_from_file…:279
Reset to top 5 78 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `microsoft/VibeVoice`

**Score: 86/100 (C+)**  ·  80 findings  ·  scanned 2026-05-24 01:24 UTC  ·  17,165 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 28 |
| MEDIUM | 38 |
| LOW | 10 |

📊 [Full filterable report](https://repobility.com/scan/59822133-99df-4890-8acc-0ec11ec6560c/)  ·  ![scorecard](https://repobility.com/scan/59822133-99df-4890-8acc-0ec11ec6560c/report.png?v=1779585899-s2)

### Top findings

1. **HIGH** `MINED108` — `self._get_dummy_audios` used but never assigned in __init__
   `vllm_plugin/model.py:659` · ✓ Repobility
2. **HIGH** `MINED108` — `self._get_max_audio_samples` used but never assigned in __init__
   `vllm_plugin/model.py:654` · ✓ Repobility
3. **HIGH** `MINED108` — `self.info` used but never assigned in __init__
   `vllm_plugin/model.py:637` · ✓ Repobility
4. **HIGH** `MINED108` — `self.info` used but never assigned in __init__
   `vllm_plugin/model.py:614` · ✓ Repobility
5. **HIGH** `MINED108` — `self.get_hf_config` used but never assigned in __init__
   `vllm_plugin/model.py:576` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/59822133-99df-4890-8acc-0ec11ec6560c/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Already filed
'microsoft' is on the known-megaproject org list. These projects use auto-triage bots and established security disclosure channels. Unsolicited automated issues from Repobility would be perceived as AI-generated spam. For security findings, follow the project's SECURITY.md policy. For non-security findings, open a focused PR or community discussion instead.
Megaproject â high spam risk
Could not determine 'microsoft/VibeVoice' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
42/100 findings (42%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.