← Back to scan
File as GitHub Issue repo: 2dust/v2rayNG

Push this scan report to 2dust/v2rayNG

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 generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive… V2rayNG/app/src/main/res/xml/pref_setti…:51
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… V2rayNG/app/src/main/java/com/v2ray/ang…:25
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … V2rayNG/app/src/main/java/com/v2ray/ang…:81
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … V2rayNG/app/src/main/java/com/v2ray/ang…:44
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … V2rayNG/app/src/main/java/com/v2ray/ang…:41
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… V2rayNG/app/src/main/java/com/v2ray/ang…:24
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… V2rayNG/app/src/main/java/com/v2ray/ang…:182
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… V2rayNG/app/src/main/java/com/v2ray/ang…:166
HIGH MINED134 Binary file `V2rayNG/gradle/wrapper/gradle-wrapper.jar` committed in source repo V2rayNG/gradle/wrapper/gradle-wrapper.j…:1
HIGH MINED115 Action `svenstaro/upload-release-action` pinned to mutable ref `@v2` .github/workflows/build.yml:123
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build.yml:116
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build.yml:109
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/build.yml:102
HIGH MINED115 Action `timheuer/base64-to-file` pinned to mutable ref `@v2.0.0` .github/workflows/build.yml:87
HIGH MINED115 Action `actions/setup-java` pinned to mutable ref `@v5` .github/workflows/build.yml:81
HIGH MINED115 Action `robinraju/release-downloader` pinned to mutable ref `@v1.13` .github/workflows/build.yml:73
HIGH MINED115 Action `actions/cache/save` pinned to mutable ref `@v5` .github/workflows/build.yml:55
HIGH MINED115 Action `actions/cache/restore` pinned to mutable ref `@v5` .github/workflows/build.yml:43
HIGH MINED115 Action `android-actions/setup-android` pinned to mutable ref `@v4` .github/workflows/build.yml:25
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/build.yml:19
HIGH MINED115 Action `ashutoshgngwr/validate-fastlane-supply-metadata` pinned to mutable ref `@v2.1.0` .github/workflows/fastlane.yml:16
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/fastlane.yml:14
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … V2rayNG/app/src/main/java/com/v2ray/ang…:25
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:106
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:65
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:67
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:171
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:171
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:120
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:116
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:111
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:75
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:100
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:93
LOW AIC003 Duplicated implementation block across source files V2rayNG/app/src/main/java/com/v2ray/ang…:622
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… V2rayNG/app/src/main/java/com/v2ray/ang…:35
Reset to top 5 36 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `2dust/v2rayNG`

**Score: 75/100 (C)**  ·  36 findings  ·  scanned 2026-06-05 09:57 UTC  ·  20,237 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 21 |
| MEDIUM | 1 |
| LOW | 12 |

📊 [Full filterable report](https://repobility.com/scan/e3fe5d2f-cf2e-45bc-917e-26934ce12e72/)  ·  ![scorecard](https://repobility.com/scan/e3fe5d2f-cf2e-45bc-917e-26934ce12e72/report.png?v=1780653430-s2)

### Top findings

1. **CRITICAL** `generic-api-key` — Detected a Generic API Key, potentially exposing access to various services and sensitive 
   `V2rayNG/app/src/main/res/xml/pref_settings.xml:51`
2. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `V2rayNG/app/src/main/java/com/v2ray/ang/viewmodel/LogcatViewModel.kt:25`
3. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `V2rayNG/app/src/main/java/com/v2ray/ang/ui/UserAssetUrlActivity.kt:81`
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `V2rayNG/app/src/main/java/com/v2ray/ang/ui/SubSettingRecyclerAdapter.kt:44`
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `V2rayNG/app/src/main/java/com/v2ray/ang/ui/RoutingSettingRecyclerAdapter.kt:41`

---

**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/e3fe5d2f-cf2e-45bc-917e-26934ce12e72/_
Megaproject â high spam risk
Could not determine '2dust/v2rayNG' 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
13/37 findings (35%) 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.