← Back to scan
File as GitHub Issue repo: JetBrains/rd

Push this scan report to JetBrains/rd

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… rd-kt/rd-core/src/main/kotlin/com/jetbr…:5
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… rd-kt/rd-core/src/main/kotlin/com/jetbr…:5
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… rd-kt/rd-core/src/main/kotlin/com/jetbr…:6
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … rd-net/Test.RdFramework/Reflection/RdRe…:91
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … rd-kt/rd-gen/src/gradlePlugin/kotlin/co…:8
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… rd-kt/rd-framework/src/main/kotlin/com/…:22
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… rd-kt/rd-cross/src/main/kotlin/com/jetb…:34
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… rd-kt/rd-core/src/main/kotlin/com/jetbr…:48
HIGH MINED134 Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo gradle/wrapper/gradle-wrapper.jar:1
HIGH MINED126 Workflow container/services image `adoptopenjdk/openjdk11:x86_64-ubuntu-jdk-11.0.11_9` un… .github/workflows/build-rd-kt-container…:12
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build-rd-kt-container…:28
HIGH MINED115 Action `gradle/actions/setup-gradle` pinned to mutable ref `@v6` .github/workflows/build-rd-kt-container…:21
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/build-rd-kt-container…:18
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build-rd-cpp.yml:223
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build-rd-cpp.yml:169
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/build-rd-cpp.yml:82
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/build-rd-cpp.yml:72
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/build-rd-cpp.yml:66
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/build-rd-cpp.yml:60
HIGH MINED115 Action `nuget/setup-nuget` pinned to mutable ref `@v4` .github/workflows/build-rd-cpp.yml:55
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/build-rd-cpp.yml:49
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build-rd-net.yml:36
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/build-rd-net.yml:21
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/build-rd-net.yml:18
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/release-rd-cpp.yml:200
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/release-rd-cpp.yml:73
HIGH MINED115 Action `nuget/setup-nuget` pinned to mutable ref `@v4` .github/workflows/release-rd-cpp.yml:68
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/release-rd-cpp.yml:54
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release-rd-cpp.yml:51
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build-rd-kt.yml:31
HIGH MINED115 Action `gradle/actions/setup-gradle` pinned to mutable ref `@v6` .github/workflows/build-rd-kt.yml:24
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/build-rd-kt.yml:21
HIGH MINED118 Dockerfile FROM `adoptopenjdk/openjdk11:x86_64-ubuntu-jdk-11.0.11_9` not pinned by digest Dockerfile:1
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… rd-net/Test.RdFramework/Reflection/Prox…:73
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… rd-net/Lifetimes/Util/ReflectionUtil.cs:137
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … buildSrc/src/main/kotlin/com/jetbrains/…:10
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … buildSrc/src/main/kotlin/com/jetbrains/…:15
MED DKR001 Docker final stage has no non-root USER Dockerfile:1
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:4
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… rd-cpp/src/rd_framework_cpp/src/main/se…:83
LOW AIC003 Duplicated implementation block across source files rd-net/Lifetimes/Diagnostics/StringInte…:15
LOW AIC003 Duplicated implementation block across source files rd-net/Lifetimes/Diagnostics/StringInte…:15
LOW AIC003 Duplicated implementation block across source files rd-net/Lifetimes/Diagnostics/StringInte…:15
LOW AIC003 Duplicated implementation block across source files rd-net/Lifetimes/Diagnostics/StringInte…:15
LOW AIC003 Duplicated implementation block across source files rd-net/Lifetimes/Diagnostics/StringInte…:16
LOW AIC003 Duplicated implementation block across source files rd-net/Lifetimes/Diagnostics/StringInte…:15
LOW AIC003 Duplicated implementation block across source files rd-kt/rd-framework/src/main/kotlin/com/…:60
LOW AIC003 Duplicated implementation block across source files rd-kt/rd-framework/src/main/kotlin/com/…:56
LOW AIC003 Duplicated implementation block across source files rd-kt/rd-framework/src/main/kotlin/com/…:142
LOW AIC003 Duplicated implementation block across source files rd-kt/rd-cross/src/main/kotlin/com/jetb…:11
LOW AIC003 Duplicated implementation block across source files rd-cpp/thirdparty/ordered-map/include/t…:105
LOW AIC003 Duplicated implementation block across source files rd-cpp/src/rd_core_cpp/src/main/reactiv…:24
LOW AIC003 Duplicated implementation block across source files rd-cpp/src/rd_core_cpp/src/main/reactiv…:36
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… rd-net/Test.Lifetimes/Threading/ByteBuf…:263
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… rd-net/Test.Lifetimes/Diagnostics/Proce…:94
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… rd-net/Lifetimes/Util/RuntimeInfo.cs:26
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… rd-kt/rd-framework/src/main/kotlin/com/…:53
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… rd-kt/rd-framework/src/main/kotlin/com/…:140
Reset to top 5 59 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `JetBrains/rd`

**Score: 75/100 (B+)**  ·  59 findings  ·  scanned 2026-06-05 12:49 UTC  ·  150,321 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 30 |
| MEDIUM | 6 |
| LOW | 15 |

📊 [Full filterable report](https://repobility.com/scan/347b898a-d29f-405d-9afc-97e727d278a1/)  ·  ![scorecard](https://repobility.com/scan/347b898a-d29f-405d-9afc-97e727d278a1/report.png?v=1780663740-s2)

### Top findings

1. **CRITICAL** `SEC084` — JS: require() with non-literal
   `rd-kt/rd-core/src/main/kotlin/com/jetbrains/rd/util/EnumUtil.kt:5`
2. **CRITICAL** `SEC084` — JS: require() with non-literal
   `rd-kt/rd-core/src/main/kotlin/com/jetbrains/rd/util/BitSlice.kt:5`
3. **CRITICAL** `SEC084` — JS: require() with non-literal
   `rd-kt/rd-core/src/main/kotlin/com/jetbrains/rd/util/BitHacks.kt:6`
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `rd-net/Test.RdFramework/Reflection/RdReflectionTestBase.cs:91`
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `rd-kt/rd-gen/src/gradlePlugin/kotlin/com/jetbrains/rd/generator/gradle/RdGenPlugin.kt:8`

---

**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/347b898a-d29f-405d-9afc-97e727d278a1/_
Megaproject â high spam risk
Could not determine 'JetBrains/rd' 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
25/63 findings (40%) 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.