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.
44 of your 126 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 6.64s · analysis 10.56s · 14.4 MB · GitHub preflight 469ms

localsend/localsend

https://github.com/localsend/localsend · scanned 2026-06-05 11:04 UTC (5 days, 12 hours ago) · 10 languages

197 raw signals (109 security + 88 graph) System graph score 82 (lower by 26)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 12 hours ago · v2 · 60 actionable findings from 2 signal sources. 92 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 65.0 0.15 9.75
security_score 50.8 0.25 12.70
testing_score 20.0 0.20 4.00
documentation_score 92.0 0.15 13.80
practices_score 65.0 0.15 9.75
code_quality 61.6 0.10 6.16
Overall 1.00 56.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C (56/100). Dimensions: security 51, maintainability 65. 109 findings (59 security). 135,598 lines analyzed.

Showing 45 of 60 actionable findings. 152 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 Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
Gitleaks detected a committed secret or credential pattern.
core/src/main.rs:50
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotlins null safety.
Review and fix per the pattern semantics. See CWE-476 / for context.
app/android/app/src/main/kotlin/org/localsend/localsend_app/MainActivity.kt:159
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotlins null safety.
Review and fix per the pattern semantics. See CWE-476 / for context.
app/android/app/src/main/kotlin/org/localsend/localsend_app/FastDocumentFile.kt:50
high Security checks software dependencies conf 0.88 adler: RUSTSEC-2025-0056
adler crate is unmaintained, use adler2 instead
app/rust/Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences Binary file `scripts/windows/x64/msvcp140.dll` committed in source repo
`scripts/windows/x64/msvcp140.dll` is a .dll binary (578,384 bytes) committed to a repo that otherwise has 95 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 scripts.
3 files, 3 locations
scripts/windows/x64/msvcp140.dll:1
scripts/windows/x64/vcruntime140.dll:1
scripts/windows/x64/vcruntime140_1.dll:1
high Security checks software dependencies conf 0.88 bincode: RUSTSEC-2025-0141
Bincode is unmaintained
core/Cargo.lock
high Security checks software dependencies conf 0.88 bincode: RUSTSEC-2025-0141
Bincode is unmaintained
app/rust/Cargo.lock
high Security checks software dependencies conf 0.88 bytes: RUSTSEC-2026-0007
Integer overflow in `BytesMut::reserve`
server/Cargo.lock
high Security checks software dependencies conf 0.88 bytes: RUSTSEC-2026-0007
Integer overflow in `BytesMut::reserve`
core/Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 2 occurrences Dockerfile FROM `rust:1.83` not pinned by digest
`FROM rust:1.83` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
lines 1, 18
server/Dockerfile:1, 18 (2 hits)
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 45 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.
9 files, 45 locations
.github/workflows/release.yml:32, 55, 84, 133, 166, 224, 266, 329, +6 more (14 hits)
.github/workflows/compile_apk.yml:18, 32, 55, 80 (7 hits)
.github/workflows/test_zip.yml:16, 33, 64 (5 hits)
.github/workflows/compile_arm64_appimage.yml:16, 31, 69 (4 hits)
.github/workflows/test_arm64_tar.yml:16, 31, 52 (4 hits)
.github/workflows/test_rpm.yml:16, 28, 78 (4 hits)
.github/workflows/ci.yml:17, 48, 82 (3 hits)
.github/workflows/linux_build.yml:40, 53, 98 (3 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 16 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `flutter-actions/setup-flutter` 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.
5 files, 16 locations
.github/workflows/release.yml:61, 66, 110, 189, 289, 396 (6 hits)
.github/workflows/ci.yml:19, 50 (4 hits)
.github/workflows/compile_apk.yml:61, 66 (4 hits)
.github/workflows/test_rpm.yml:32
.github/workflows/test_zip.yml:34
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.88 3 occurrences rand: RUSTSEC-2026-0097
Rand is unsound with a custom logger using `rand::rng()`
3 files, 3 locations
app/rust/Cargo.lock
core/Cargo.lock
server/Cargo.lock
high Security checks software dependencies conf 0.88 rsa: RUSTSEC-2023-0071
Marvin Attack: potential key recovery through timing sidechannels
core/Cargo.lock
high Security checks software dependencies conf 0.88 rsa: RUSTSEC-2023-0071
Marvin Attack: potential key recovery through timing sidechannels
app/rust/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0049
CRLs not considered authoritative by Distribution Point due to faulty matching logic
core/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0049
CRLs not considered authoritative by Distribution Point due to faulty matching logic
app/rust/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0098
Name constraints for URI names were incorrectly accepted
core/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0098
Name constraints for URI names were incorrectly accepted
app/rust/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0099
Name constraints were accepted for certificates asserting a wildcard name
core/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0099
Name constraints were accepted for certificates asserting a wildcard name
app/rust/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0104
Reachable panic in certificate revocation list parsing
core/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0104
Reachable panic in certificate revocation list parsing
app/rust/Cargo.lock
high Security checks software dependencies conf 0.88 time: RUSTSEC-2026-0009
Denial of Service via Stack Exhaustion
core/Cargo.lock
high Security checks software dependencies conf 0.88 time: RUSTSEC-2026-0009
Denial of Service via Stack Exhaustion
app/rust/Cargo.lock
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
server/Dockerfile:19 CI/CD securitycontainers
high Security checks software dependencies conf 0.90 GitHub Action `actions/download-artifact@v7` is 1 major version(s) behind (latest v8.0.1)
`uses: actions/download-artifact@v7` is 1 major version(s) behind the latest published release v8.0.1. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage…
.github/workflows/release.yml:405
high Security checks software dependencies conf 0.90 6 occurrences GitHub Action `actions/upload-artifact@v6` is 1 major version(s) behind (latest v7.0.1)
`uses: actions/upload-artifact@v6` is 1 major version(s) behind the latest published release v7.0.1. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage f…
6 files, 6 locations
.github/workflows/compile_apk.yml:80
.github/workflows/compile_arm64_appimage.yml:69
.github/workflows/release.yml:84
.github/workflows/test_arm64_tar.yml:52
.github/workflows/test_rpm.yml:78
.github/workflows/test_zip.yml:64
high Security checks software dependencies conf 0.90 GitHub Action `release-drafter/release-drafter@v6` is 1 major version(s) behind (latest v7.3.1)
`uses: release-drafter/release-drafter@v6` is 1 major version(s) behind the latest published release v7.3.1. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no co…
.github/workflows/release.yml:396
medium System graph hardware Security conf 1.00 Dockerfile runs as root: server/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 56 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Quality conf 0.60 13 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.
12 files, 12 locations
app/lib/model/state/send/web/web_send_file.mapper.dart:97
app/lib/pages/debug/http_logs_page.dart:23
app/lib/provider/logging/http_logs_provider.dart:9
app/lib/widget/dialogs/favorite_dialog.dart:91
app/lib/widget/dialogs/favorite_edit_dialog.dart:104
app/lib/widget/dialogs/history_clear_dialog.dart:11
app/lib/widget/dialogs/quick_actions_dialog.dart:123
app/lib/widget/dialogs/send_mode_help_dialog.dart:27
duplicationquality
high Security checks software dependencies conf 0.90 GitHub Action `actions/setup-java@v5` is minor version(s) behind (latest v5.2.0)
`uses: actions/setup-java@v5` is minor version(s) behind the latest published release v5.2.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/release.yml:55
high Security checks software dependencies conf 0.90 GitHub Action `actions/setup-java@v5` is minor version(s) behind (latest v5.2.0)
`uses: actions/setup-java@v5` is minor version(s) behind the latest published release v5.2.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/compile_apk.yml:55
high Security checks software dependencies conf 0.90 GitHub Action `flutter-actions/setup-flutter@v4` is minor version(s) behind (latest v4.2)
`uses: flutter-actions/setup-flutter@v4` is minor version(s) behind the latest published release v4.2. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage…
.github/workflows/ci.yml:19
high Security checks software dependencies conf 0.90 4 occurrences GitHub Action `subosito/flutter-action@v2` is minor version(s) behind (latest v2.23.0)
`uses: subosito/flutter-action@v2` is minor version(s) behind the latest published release v2.23.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage fo…
4 files, 4 locations
.github/workflows/compile_apk.yml:61
.github/workflows/release.yml:61
.github/workflows/test_rpm.yml:32
.github/workflows/test_zip.yml:34
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: debian:bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
server/Dockerfile:18 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: rust:1.83
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
server/Dockerfile:1 containersPinned dependencies
low System graph quality Complexity conf 1.00 Very large file: app/rust/src/frb_generated.rs (4776 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
high Security checks software dependencies conf 0.90 GitHub Action `actions-rs/toolchain@v1` is patch version(s) behind (latest v1.0.6)
`uses: actions-rs/toolchain@v1` is patch version(s) behind the latest published release v1.0.6. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/release.yml:66
high Security checks software dependencies conf 0.90 GitHub Action `actions-rs/toolchain@v1` is patch version(s) behind (latest v1.0.6)
`uses: actions-rs/toolchain@v1` is patch version(s) behind the latest published release v1.0.6. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/compile_apk.yml:66
high Security checks software dependencies conf 0.90 7 occurrences GitHub Action `actions/checkout@v6` is patch version(s) behind (latest v6.0.3)
`uses: actions/checkout@v6` is patch version(s) behind the latest published release v6.0.3. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
7 files, 7 locations
.github/workflows/ci.yml:17
.github/workflows/compile_apk.yml:18
.github/workflows/compile_arm64_appimage.yml:16
.github/workflows/release.yml:18
.github/workflows/test_arm64_tar.yml:16
.github/workflows/test_rpm.yml:16
.github/workflows/test_zip.yml:16
high Security checks software dependencies conf 0.90 GitHub Action `actions/upload-release-asset@v1` is patch version(s) behind (latest v1.0.2)
`uses: actions/upload-release-asset@v1` is patch version(s) behind the latest published release v1.0.2. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverag…
.github/workflows/release.yml:414
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/6f84cbb8-978e-42dd-be40-0a5e04aea6f7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6f84cbb8-978e-42dd-be40-0a5e04aea6f7/

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.