← Back to scan
File as GitHub Issue repo: Kotlin/kotlin-lsp

Push this scan report to Kotlin/kotlin-lsp

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

Async function without await — fire-and-forget Promise (AI mistake)

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
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… api.features/src/com/jetbrains/ls/api/f…:47
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… api.features/src/com/jetbrains/ls/api/f…:24
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… api.features/src/com/jetbrains/ls/api/f…:104
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… vscode-extension-core/src/statusBar.ts:55
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … workspace-import/src/com/jetbrains/ls/i…:145
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … workspace-import/gradle-plugin/src/com/…:88
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … vscode-extension-core/src/DocumentParse…:101
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… workspace-import/src/com/jetbrains/ls/i…:79
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… features-impl/common/src/com/jetbrains/…:202
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… api.features/src/com/jetbrains/ls/api/f…:29
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED CORE_NO_CI No CI/CD configuration found
LOW AIC003 Duplicated implementation block across source files workspace-import/src/com/jetbrains/ls/i…:2
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … vscode-extension-core/src/extension.ts:124
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … vscode-extension-core/src/DocumentParse…:90
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … vscode-extension-core/src/extension.ts:59
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … vscode-extension-core/src/decompiler.ts:81
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … kotlin-vscode/unpack-server.mjs:12
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… kotlin-vscode/build.sh:36
Reset to top 5 21 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Kotlin/kotlin-lsp`

**Score: 83/100 (C+)**  ·  22 findings  ·  scanned 2026-06-05 19:29 UTC  ·  24,206 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 7 |
| MEDIUM | 3 |
| LOW | 2 |

📊 [Full filterable report](https://repobility.com/scan/f2be99ed-f3b8-41d2-a46e-2cd4e3a4c37f/)  ·  ![scorecard](https://repobility.com/scan/f2be99ed-f3b8-41d2-a46e-2cd4e3a4c37f/report.png?v=1780687768-s2)

### Top findings

1. **CRITICAL** `SEC084` — JS: require() with non-literal
   `api.features/src/com/jetbrains/ls/api/features/completion/LSCompletion.kt:47`
2. **CRITICAL** `SEC084` — JS: require() with non-literal
   `api.features/src/com/jetbrains/ls/api/features/commands/document/LSDocumentCommandComandExecutor.kt:24`
3. **CRITICAL** `SEC084` — JS: require() with non-literal
   `api.features/src/com/jetbrains/ls/api/features/LSConfiguration.kt:104`
4. **HIGH** `SEC040` — innerHTML XSS — template literal with server-supplied data
   `vscode-extension-core/src/statusBar.ts:55` · CWE-79 · A03:2021 Injection (XSS)
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `workspace-import/src/com/jetbrains/ls/imports/gradle/GradleToolingApiHelper.kt:145`

---

**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/f2be99ed-f3b8-41d2-a46e-2cd4e3a4c37f/_
Megaproject â high spam risk
Could not determine 'Kotlin/kotlin-lsp' 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.