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

Scan timing: clone 1.52s · analysis 3.0s · 1.6 MB · GitHub API rate-limit (preflight)

walt-app/walt-passes-android

https://github.com/walt-app/walt-passes-android · scanned 2026-06-05 14:55 UTC (5 days, 3 hours ago) · 10 languages

21 raw signals (15 security + 6 graph) 100th percentile · Kotlin · medium (20-100K LoC) System graph score 100 (lower by 19)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 3 hours ago · v2 · 15 actionable findings from 2 signal sources. 2 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 100.0 0.25 25.00
testing_score 85.0 0.20 17.00
documentation_score 89.0 0.15 13.35
practices_score 77.0 0.15 11.55
code_quality 76.6 0.10 7.66
Overall 1.00 80.6
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade A- (81/100). Dimensions: security 100, maintainability 40. 15 findings (3 security). 26,976 lines analyzed.

Showing 5 of 15 actionable findings. 17 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 Security checks software dependencies conf 0.90 ✓ Repobility Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo
`gradle/wrapper/gradle-wrapper.jar` is a .jar binary (48,462 bytes) committed to a repo that otherwise has 216 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.
gradle/wrapper/gradle-wrapper.jar:1
medium Security checks quality Quality conf 1.00 [SEC086] JS: bidirectional Unicode (Trojan Source): Bidirectional Unicode override chars in source — Trojan Source attack (CVE-2021-42574). Ported from eslint-plugin-security detect-bidi-characters (Apache-2.0).
Remove the bidi chars or encode them explicitly. Use `cargo geiger`-style CI lint for new commits.
passes-ui-core/src/main/kotlin/is/walt/passes/ui/core/BidiIsolation.kt:27
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
.beads/README.md:64
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 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.
passes-pdf/src/main/kotlin/is/walt/passes/pdf/android/RenderWatchdog.kt:8 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/689a3f4d-fe0f-4b2a-8556-84f481cfed2e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/689a3f4d-fe0f-4b2a-8556-84f481cfed2e/

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.