← Back to scan
File as GitHub Issue repo: Palm1r/QodeAssist

Push this scan report to Palm1r/QodeAssist

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

Path Traversal — User Input in File Path

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 SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… UpdateStatusWidget.cpp:68
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… ChatView/FileItem.cpp:39
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… ChatView/ChatHistoryStore.cpp:186
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… ChatView/ChatCompressor.cpp:79
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… LLMClientInterface.hpp:63
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … settings/SettingsUtils.hpp:36
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … settings/AgentRolesWidget.cpp:110
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … UpdateStatusWidget.cpp:68
LOW AIC003 Duplicated implementation block across source files providers/OpenAICompatProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/OpenAICompatProvider.cpp:44
LOW AIC003 Duplicated implementation block across source files providers/OpenAICompatProvider.cpp:26
LOW AIC003 Duplicated implementation block across source files providers/OpenAICompatProvider.cpp:23
LOW AIC003 Duplicated implementation block across source files providers/OpenAICompatProvider.cpp:21
LOW AIC003 Duplicated implementation block across source files providers/OllamaProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/OllamaCompatProvider.hpp:10
LOW AIC003 Duplicated implementation block across source files providers/OllamaCompatProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/OllamaCompatProvider.cpp:26
LOW AIC003 Duplicated implementation block across source files providers/OllamaCompatProvider.cpp:23
LOW AIC003 Duplicated implementation block across source files providers/OllamaCompatProvider.cpp:21
LOW AIC003 Duplicated implementation block across source files providers/MistralAIProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/MistralAIProvider.cpp:42
LOW AIC003 Duplicated implementation block across source files providers/MistralAIProvider.cpp:39
LOW AIC003 Duplicated implementation block across source files providers/MistralAIProvider.cpp:37
LOW AIC003 Duplicated implementation block across source files providers/LlamaCppProvider.cpp:26
LOW AIC003 Duplicated implementation block across source files providers/LMStudioResponsesProvider.hpp:10
LOW AIC003 Duplicated implementation block across source files providers/LMStudioProvider.cpp:39
LOW AIC003 Duplicated implementation block across source files providers/LMStudioProvider.cpp:37
LOW AIC003 Duplicated implementation block across source files providers/DeepSeekProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/DeepSeekProvider.cpp:37
LOW AIC003 Duplicated implementation block across source files LLMClientInterface.cpp:95
LOW AIC003 Duplicated implementation block across source files providers/LlamaCppProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/LlamaCppProvider.cpp:23
LOW AIC003 Duplicated implementation block across source files providers/LlamaCppProvider.cpp:21
LOW AIC003 Duplicated implementation block across source files providers/LMStudioResponsesProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/LMStudioResponsesProvider.cpp:21
LOW AIC003 Duplicated implementation block across source files providers/LMStudioProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/GoogleAIProvider.hpp:7
LOW AIC003 Duplicated implementation block across source files providers/GoogleAIProvider.cpp:21
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… sources/providersConfig/ProviderInstanc…:43
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… RefactorSuggestionHoverHandler.cpp:100
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… ChatView/ChatView.cpp:82
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… ChatView/ChatHistoryStore.cpp:121
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/scripts/registerPlugin.js:95
Reset to top 5 43 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Palm1r/QodeAssist`

**Score: 83/100 (C)**  ·  43 findings  ·  scanned 2026-05-31 01:22 UTC  ·  95,805 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 5 |
| MEDIUM | 3 |
| LOW | 30 |

📊 [Full filterable report](https://repobility.com/scan/aeaea856-35f0-42df-ab0d-ac0223210dfd/)  ·  ![scorecard](https://repobility.com/scan/aeaea856-35f0-42df-ab0d-ac0223210dfd/report.png?v=1780190573-s2)

### Top findings

1. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `UpdateStatusWidget.cpp:68`
2. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `ChatView/FileItem.cpp:39` · A10:2021 SSRF
3. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `ChatView/ChatHistoryStore.cpp:186` · A10:2021 SSRF
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `ChatView/ChatCompressor.cpp:79` · A10:2021 SSRF
5. **HIGH** `SEC013` — Path Traversal — User Input in File Path
   `LLMClientInterface.hpp:63` · A01:2021 Broken Access Control (path traversal)

---

**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/aeaea856-35f0-42df-ab0d-ac0223210dfd/_
Megaproject â high spam risk
Could not determine 'Palm1r/QodeAssist' 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.