Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
15 of your 37 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.45s · analysis 4.92s · 1.8 MB · GitHub API rate-limit (preflight)

2dust/v2rayNG

https://github.com/2dust/v2rayNG · scanned 2026-06-05 09:57 UTC (5 days, 14 hours ago) · 10 languages

66 raw signals (36 security + 30 graph) 14th percentile · Kotlin · medium (20-100K LoC) System graph score 86 (lower by 27)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 14 hours ago · v2 · 14 actionable findings from 2 signal sources. 36 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 90.5 0.25 22.62
testing_score 15.0 0.20 3.00
documentation_score 67.0 0.15 10.05
practices_score 65.0 0.15 9.75
code_quality 72.3 0.10 7.23
Overall 1.00 58.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C (59/100). Dimensions: security 90, maintainability 40. 36 findings (15 security). 20,237 lines analyzed.

Showing 6 of 14 actionable findings. 50 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks security secrets conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
V2rayNG/app/src/main/res/xml/pref_settings.xml:51
high Security checks software dependencies conf 0.90 ✓ Repobility Binary file `V2rayNG/gradle/wrapper/gradle-wrapper.jar` committed in source repo
`V2rayNG/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (59,203 bytes) committed to a repo that otherwise has 142 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scr…
V2rayNG/gradle/wrapper/gradle-wrapper.jar:1
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 10 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `android-actions/setup-android` pinned to mutable ref `@v4` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
2 files, 10 locations
.github/workflows/build.yml:25, 73, 87, 123 (8 hits)
.github/workflows/fastlane.yml:16 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 15 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v6` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
2 files, 15 locations
.github/workflows/build.yml:19, 43, 55, 81, 102, 109, 116 (14 hits)
.github/workflows/fastlane.yml:14
CI/CD securitySupply chainGitHub Actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks quality Quality conf 0.60 12 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
8 files, 12 locations
V2rayNG/app/src/main/java/com/v2ray/ang/ui/ServerGroupActivity.kt:75, 111, 116 (3 hits)
V2rayNG/app/src/main/java/com/v2ray/ang/ui/ServerCustomConfigActivity.kt:93, 100 (2 hits)
V2rayNG/app/src/main/java/com/v2ray/ang/ui/ServerProxyChainActivity.kt:120, 171 (2 hits)
V2rayNG/app/src/main/java/com/v2ray/ang/ui/ServerActivity.kt:622
V2rayNG/app/src/main/java/com/v2ray/ang/ui/SubEditActivity.kt:171
V2rayNG/app/src/main/java/com/v2ray/ang/ui/SubSettingActivity.kt:67
V2rayNG/app/src/main/java/com/v2ray/ang/ui/SubSettingRecyclerAdapter.kt:65
V2rayNG/app/src/main/java/com/v2ray/ang/ui/UserAssetUrlActivity.kt:106
duplicationquality
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/e3fe5d2f-cf2e-45bc-917e-26934ce12e72/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e3fe5d2f-cf2e-45bc-917e-26934ce12e72/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.