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.

decaychain/uncloud

https://github.com/decaychain/uncloud · scanned 2026-06-17 01:54 UTC (1 month, 1 week ago)

66 raw signals (0 security + 66 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -19.0 (diff) · 32 actionable findings from 1 signal source. 34 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 57.7/100 with 88.9% coverage. It contains 521 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 66 findings — concentrated in cicd (37), quality (21), security (5). Risk profile is high: 0 critical, 2 high, 27 medium. Recommended next step: open the cicd layer findings first — that's where the highest-impact wins live.

Showing 31 of 32 actionable findings. 66 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.

high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/uncloud-web/src/components/mail.rs:188
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/uncloud-web/src/components/mail.rs:188 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/uncloud-web/src/hooks/tauri.rs:59
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/uncloud-web/src/hooks/tauri.rs:59 Eval used
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: tests/playwright/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 18 occurrences GitHub Action is tag-pinned rather than SHA-pinned
dtolnay/rust-toolchain@stable can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 18 locations
.github/workflows/ci.yml:13, 55, 69, 116, 158 (5 hits)
.github/workflows/release-desktop.yml:43, 80, 107, 152, 213 (5 hits)
.github/workflows/release-android.yml:18, 32, 94, 103 (4 hits)
.github/workflows/release-server.yml:37, 44, 63, 78 (4 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
3 files, 3 locations
.github/workflows/release-android.yml
.github/workflows/release-desktop.yml
.github/workflows/release-server.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in crates/uncloud-desktop/src-frontend/preferences.html:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
crates/uncloud-desktop/src-frontend/preferences.html:104 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in crates/uncloud-server/src/services/auth.rs:634
Found a known-risky pattern (weak_hash). Review and replace if possible.
crates/uncloud-server/src/services/auth.rs:634 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in crates/uncloud-web/src/components/passwords.rs:202
Found a known-risky pattern (weak_hash). Review and replace if possible.
crates/uncloud-web/src/components/passwords.rs:202 Weak hash
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 92 placeholder/mock markers across 27 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 16 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 16 locations
.github/workflows/ci.yml:21, 44, 63, 75, 98, 122, 145, 164, +1 more (9 hits)
.github/workflows/release-desktop.yml:49, 113, 146, 169, 175 (5 hits)
.github/workflows/release-android.yml:26, 38 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
34 tests / 252 src (ratio 0.13).
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/playwright/global-setup.ts:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-desktop/src/lib.rs (1741 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/routes/files.rs (2116 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/routes/finance.rs (2846 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/routes/mail.rs (4915 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/routes/music.rs (1576 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/routes/s3.rs (1614 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/routes/subsonic.rs (2906 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/routes/task_items.rs (1493 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-server/src/services/mail.rs (2656 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-sync/src/engine.rs (2128 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/file_browser.rs (1799 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/finance.rs (5083 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/mail.rs (4768 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/passwords.rs (2748 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/settings.rs (2705 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/shopping.rs (1859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/tasks/list_view.rs (1469 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/uncloud-web/src/components/tasks/task_detail.rs (1845 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/5d331bf0-1bf2-488e-919c-44771bb1a777/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5d331bf0-1bf2-488e-919c-44771bb1a777/

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.