Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
51 of your 70 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 2.36s · analysis 1.2s · 4.4 MB · GitHub API rate-limit (preflight)

personaplex

https://github.com/NVIDIA/personaplex · scanned 2026-05-24 01:24 UTC (1 week, 5 days ago) · 10 languages

276 findings (67 legacy + 209 scanner) 25th percentile · Typescript · small (2-20K LoC) Scanner says 77 (lower by 19)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 5 days ago · v2 · 171 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 55.0 0.15 8.25
security_score 93.5 0.25 23.38
testing_score 0.0 0.20 0.00
documentation_score 78.0 0.15 11.70
practices_score 52.0 0.15 7.80
code_quality 71.0 0.10 7.10
Overall 1.00 58.2
Severity distribution — click a segment to filter
Active filters: layer: quality × excluding tests × Reset all
Scan summary Repository scanned at 77.3/100 with 88.9% coverage. It contains 594 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 104 findings — concentrated in quality (45), software (31), frontend (17). Risk profile is high: 0 critical, 4 high, 7 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 69 of 171 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Legacy quality quality conf 1.00 ✓ Repobility `self._add` used but never assigned in __init__
Method `add` of class `Line` reads `self._add`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/client_utils.py:82 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._apply_named_streaming` used but never assigned in __init__
Method `set_streaming_state` of class `StreamingModule` reads `self._apply_named_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:416 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._apply_named_streaming` used but never assigned in __init__
Method `set_streaming_state_inplace` of class `StreamingModule` reads `self._apply_named_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:401 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._apply_named_streaming` used but never assigned in __init__
Method `get_streaming_state` of class `StreamingModule` reads `self._apply_named_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:364 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._apply_named_streaming` used but never assigned in __init__
Method `reset_streaming` of class `StreamingModule` reads `self._apply_named_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:355 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._apply_named_streaming` used but never assigned in __init__
Method `_stop_streaming` of class `StreamingModule` reads `self._apply_named_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:326 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._apply_named_streaming` used but never assigned in __init__
Method `_start_streaming` of class `StreamingModule` reads `self._apply_named_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:320 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._remove_pending` used but never assigned in __init__
Method `print_pending` of class `Printer` reads `self._remove_pending`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/client_utils.py:205 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._remove_pending` used but never assigned in __init__
Method `log` of class `Printer` reads `self._remove_pending`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/client_utils.py:190 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._remove_pending` used but never assigned in __init__
Method `print_token` of class `Printer` reads `self._remove_pending`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/client_utils.py:145 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._start_streaming` used but never assigned in __init__
Method `streaming` of class `StreamingModule` reads `self._start_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:338 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._start_streaming` used but never assigned in __init__
Method `streaming_forever` of class `StreamingModule` reads `self._start_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:332 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._stop_streaming` used but never assigned in __init__
Method `streaming` of class `StreamingModule` reads `self._stop_streaming`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:342 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._streaming_state` used but never assigned in __init__
Method `forward` of class `RawStreamingConv1d` reads `self._streaming_state`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:487 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._streaming_state` used but never assigned in __init__
Method `forward` of class `StreamingAdd` reads `self._streaming_state`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:460 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._streaming_state` used but never assigned in __init__
Method `forward` of class `StreamingAdd` reads `self._streaming_state`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:459 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._streaming_state` used but never assigned in __init__
Method `forward` of class `StreamingAdd` reads `self._streaming_state`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:453 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._streaming_state` used but never assigned in __init__
Method `forward` of class `StreamingAdd` reads `self._streaming_state`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:452 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._streaming_state` used but never assigned in __init__
Method `forward` of class `StreamingAdd` reads `self._streaming_state`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:449 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.erase` used but never assigned in __init__
Method `_add` of class `Line` reads `self.erase`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/client_utils.py:86 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.get_streaming_state` used but never assigned in __init__
Method `save_streaming_state` of class `StreamingModule` reads `self.get_streaming_state`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:387 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.named_children` used but never assigned in __init__
Method `_apply_named_streaming` of class `StreamingModule` reads `self.named_children`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:313 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.parameters` used but never assigned in __init__
Method `set_streaming_state_inplace` of class `StreamingModule` reads `self.parameters`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:398 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.print_token` used but never assigned in __init__
Method `print_lag` of class `Printer` reads `self.print_token`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/client_utils.py:198 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.stride` used but never assigned in __init__
Method `forward` of class `RawStreamingConv1d` reads `self.stride`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
moshi/moshi/modules/streaming.py:484 qualitylegacy
medium Legacy quality quality conf 1.00 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0).
Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser).
client/src/pages/Conversation/Conversation.tsx:112 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (dict)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/seanet.py:295 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (dict)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/seanet.py:149 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (dict)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/seanet.py:60 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (dict)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/conv.py:291 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (dict)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/conv.py:194 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (dict)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/conv.py:161 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (dict)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/conv.py:137 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (list)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/models/lm.py:242 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (list)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/seanet.py:295 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (list)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/seanet.py:149 qualitylegacy
medium Legacy quality quality conf 1.00 ✓ Repobility Mutable default argument in `__init__` (list)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
moshi/moshi/modules/seanet.py:60 qualitylegacy
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — client/public/assets/decoderWorker.min.js:701
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — client/src/pages/Queue/api/client.ts:8
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 70 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
testscoverage
low 9-layer quality integrity conf 1.00 Legacy-named symbol `pseudo_tensors_copy` in moshi/moshi/utils/compile.py:114
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `to_copy` in client/src/audio-processor.ts:153
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/client_utils.py:print_header, moshi/moshi/client_utils.py:print_header This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/client_utils.py:print_token, moshi/moshi/client_utils.py:print_token This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/client_utils.py:log, moshi/moshi/client_utils.py:log This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/client_utils.py:print_lag, moshi/moshi/client_utils.py:print_lag This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/client_utils.py:print_pending, moshi/moshi/client_utils.py:print_pending This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/server.py:wrap_with_system_tags, moshi/moshi/offline.py:wrap_with_system_tags This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/models/lm.py:step_system_prompts_async, moshi/moshi/models/lm.py:step_system_prompts This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're se…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/quantization/vq.py:forward, moshi/moshi/quantization/vq.py:forward This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: moshi/moshi/quantization/vq.py:encode, moshi/moshi/quantization/vq.py:encode This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:forward, moshi/moshi/models/compression.py:forward, moshi/moshi/models/compression.py:forward This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consoli…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:encode, moshi/moshi/models/compression.py:encode, moshi/moshi/models/compression.py:encode This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidat…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:decode, moshi/moshi/models/compression.py:decode, moshi/moshi/models/compression.py:decode This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidat…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:decode_latent, moshi/moshi/models/compression.py:decode_latent, moshi/moshi/models/compression.py:decode_latent This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:channels, moshi/moshi/models/compression.py:channels, moshi/moshi/models/compression.py:channels This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:frame_rate, moshi/moshi/models/compression.py:frame_rate, moshi/moshi/models/compression.py:frame_rate This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene)…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:sample_rate, moshi/moshi/models/compression.py:sample_rate, moshi/moshi/models/compression.py:sample_rate This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:cardinality, moshi/moshi/models/compression.py:cardinality, moshi/moshi/models/compression.py:cardinality This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:num_codebooks, moshi/moshi/models/compression.py:num_codebooks, moshi/moshi/models/compression.py:num_codebooks This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:total_codebooks, moshi/moshi/models/compression.py:total_codebooks, moshi/moshi/models/compression.py:total_codebooks This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/a…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: moshi/moshi/models/compression.py:set_num_codebooks, moshi/moshi/models/compression.py:set_num_codebooks, moshi/moshi/models/compression.py:set_num_codebooks This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://j…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Stub function `print_header` (body is just `pass`/`return`) — moshi/moshi/client_utils.py:34
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `reset` (body is just `pass`/`return`) — moshi/moshi/models/compression.py:98
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `reset` (body is just `pass`/`return`) — moshi/moshi/modules/conv.py:282
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `reset` (body is just `pass`/`return`) — moshi/moshi/modules/streaming.py:48
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low Legacy quality quality conf 1.00 ✓ Repobility [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong.
Review and fix per the pattern semantics. See CWE-476 / for context.
client/src/pages/Conversation/Conversation.tsx:104 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model.
Review and fix per the pattern semantics.
moshi/moshi/modules/conv.py:278 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.
Review and fix per the pattern semantics.
moshi/moshi/utils/sampling.py:42 qualitylegacy
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/e6096821-706f-4fbe-aea1-5857e8308d8f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e6096821-706f-4fbe-aea1-5857e8308d8f/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.