← Back to scan
File as GitHub Issue repo: NVIDIA/personaplex

Push this scan report to NVIDIA/personaplex

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._streaming_state` 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 SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … client/src/pages/Queue/Queue.tsx:146
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… client/src/pages/Conversation/Conversat…:148
HIGH MINED108 `self._streaming_state` used but never assigned in __init__ moshi/moshi/modules/streaming.py:487
HIGH MINED108 `self.stride` used but never assigned in __init__ moshi/moshi/modules/streaming.py:484
HIGH MINED108 `self._streaming_state` used but never assigned in __init__ moshi/moshi/modules/streaming.py:460
HIGH MINED108 `self._streaming_state` used but never assigned in __init__ moshi/moshi/modules/streaming.py:459
HIGH MINED108 `self._streaming_state` used but never assigned in __init__ moshi/moshi/modules/streaming.py:453
HIGH MINED108 `self._streaming_state` used but never assigned in __init__ moshi/moshi/modules/streaming.py:452
HIGH MINED108 `self._streaming_state` used but never assigned in __init__ moshi/moshi/modules/streaming.py:449
HIGH MINED108 `self._apply_named_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:416
HIGH MINED108 `self.parameters` used but never assigned in __init__ moshi/moshi/modules/streaming.py:398
HIGH MINED108 `self._apply_named_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:401
HIGH MINED108 `self.get_streaming_state` used but never assigned in __init__ moshi/moshi/modules/streaming.py:387
HIGH MINED108 `self._apply_named_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:364
HIGH MINED108 `self._apply_named_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:355
HIGH MINED108 `self._stop_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:342
HIGH MINED108 `self._start_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:338
HIGH MINED108 `self._start_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:332
HIGH MINED108 `self._apply_named_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:326
HIGH MINED108 `self._apply_named_streaming` used but never assigned in __init__ moshi/moshi/modules/streaming.py:320
HIGH MINED108 `self.named_children` used but never assigned in __init__ moshi/moshi/modules/streaming.py:313
HIGH MINED108 `self._remove_pending` used but never assigned in __init__ moshi/moshi/client_utils.py:205
HIGH MINED108 `self.print_token` used but never assigned in __init__ moshi/moshi/client_utils.py:198
HIGH MINED108 `self._remove_pending` used but never assigned in __init__ moshi/moshi/client_utils.py:190
HIGH MINED108 `self._remove_pending` used but never assigned in __init__ moshi/moshi/client_utils.py:145
HIGH MINED108 `self.erase` used but never assigned in __init__ moshi/moshi/client_utils.py:86
HIGH MINED108 `self._add` used but never assigned in __init__ moshi/moshi/client_utils.py:82
HIGH COMP001 [COMP001] High cognitive complexity: Function `print_token` has cognitive complexity 26 (… moshi/moshi/client_utils.py:144
HIGH MINED118 Dockerfile FROM `node:20` not pinned by digest client/Dockerfile:1
HIGH CORE_NO_TESTS No test files found
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … client/src/pages/Conversation/Conversat…:112
MED MINED109 Mutable default argument in `__init__` (list) moshi/moshi/models/lm.py:242
MED MINED109 Mutable default argument in `__init__` (dict) moshi/moshi/modules/seanet.py:295
MED MINED109 Mutable default argument in `__init__` (list) moshi/moshi/modules/seanet.py:295
MED MINED109 Mutable default argument in `__init__` (dict) moshi/moshi/modules/seanet.py:149
MED MINED109 Mutable default argument in `__init__` (list) moshi/moshi/modules/seanet.py:149
MED MINED109 Mutable default argument in `__init__` (dict) moshi/moshi/modules/seanet.py:60
MED MINED109 Mutable default argument in `__init__` (list) moshi/moshi/modules/seanet.py:60
MED MINED109 Mutable default argument in `__init__` (dict) moshi/moshi/modules/conv.py:291
MED MINED109 Mutable default argument in `__init__` (dict) moshi/moshi/modules/conv.py:194
MED MINED109 Mutable default argument in `__init__` (dict) moshi/moshi/modules/conv.py:161
MED MINED109 Mutable default argument in `__init__` (dict) moshi/moshi/modules/conv.py:137
MED COMP001 [COMP001] High cognitive complexity: Function `_match_values_copy_tensors` has cognitive … moshi/moshi/utils/compile.py:255
MED DKR017 Dockerfile installs dependencies after copying the full source tree client/Dockerfile:7
MED DKR001 Docker final stage has no non-root USER client/Dockerfile:1
MED DKR001 Docker final stage has no non-root USER Dockerfile:4
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore client/Dockerfile:5
MED CORE_NO_CI No CI/CD configuration found
LOW COMP001 [COMP001] High cognitive complexity: Function `backward` has cognitive complexity 11 (Son… moshi/moshi/utils/compile.py:104
LOW DKR010 Dockerfile leaves apt package indexes in the image layer client/Dockerfile:12
LOW DKR011 Dockerfile installs recommended OS packages client/Dockerfile:12
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yaml:1
LOW DKC006 Compose service does not declare a runtime user docker-compose.yaml:1
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. moshi/moshi/utils/sampling.py:42
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. moshi/moshi/modules/conv.py:279
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. moshi/moshi/modules/conv.py:278
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… moshi/moshi/quantization/base.py:45
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… moshi/moshi/modules/conv.py:280
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… moshi/moshi/client_utils.py:35
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. client/src/pages/Conversation/hooks/use…:45
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. client/src/pages/Conversation/hooks/use…:30
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… client/src/pages/Conversation/component…:29
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … client/src/pages/Conversation/Conversat…:104
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … client/src/pages/Conversation/Conversat…:50
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … client/src/decoder/decoderWorker.ts:47
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … client/src/audio-processor.ts:13
Reset to top 5 67 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `NVIDIA/personaplex`

**Score: 73/100 (C)**  ·  67 findings  ·  scanned 2026-05-24 01:24 UTC  ·  11,278 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 30 |
| MEDIUM | 18 |
| LOW | 6 |

📊 [Full filterable report](https://repobility.com/scan/e6096821-706f-4fbe-aea1-5857e8308d8f/)  ·  ![scorecard](https://repobility.com/scan/e6096821-706f-4fbe-aea1-5857e8308d8f/report.png?v=1779585859-s2)

### Top findings

1. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `client/src/pages/Queue/Queue.tsx:146`
2. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `client/src/pages/Conversation/Conversation.tsx:148` · A10:2021 SSRF
3. **HIGH** `MINED108` — `self._streaming_state` used but never assigned in __init__
   `moshi/moshi/modules/streaming.py:487` · ✓ Repobility
4. **HIGH** `MINED108` — `self.stride` used but never assigned in __init__
   `moshi/moshi/modules/streaming.py:484` · ✓ Repobility
5. **HIGH** `MINED108` — `self._streaming_state` used but never assigned in __init__
   `moshi/moshi/modules/streaming.py:460` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/e6096821-706f-4fbe-aea1-5857e8308d8f/_
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.
Megaproject â high spam risk
Could not determine 'NVIDIA/personaplex' 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.

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.