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.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 45.17s for a 75.6 MB repo slow.
  • Repobility's analysis ran in 9.02s after the clone landed.

rikkahub/rikkahub

https://github.com/rikkahub/rikkahub · scanned 2026-05-31 01:26 UTC (1 week, 6 days ago) · 10 languages

222 raw signals (120 security + 102 graph) 11/13 scanners ran 67th percentile · Kotlin · large (100-500K LoC) System graph score 79 (lower by 7)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 6 days ago · v2 · 89 actionable findings from 2 signal sources. 82 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 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 23.0 0.20 4.60
documentation_score 71.0 0.15 10.65
practices_score 75.0 0.15 11.25
code_quality 79.0 0.10 7.90
Overall 1.00 72.2
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Insecure pattern 'weak_hash' in highlight/src/main/res/raw/prism.js:132
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
highlight/src/main/res/raw/prism.js:132
#2
Very low test-to-source ratio
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity
#3
`fetch()` without try/.catch or AbortSignal — highlight/src/main/res/raw/prism.js:189
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in highlight/src/main/res/raw/prism.js:189, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#4
Stray `console.log` in TS/JS — web-ui/copy.ts:34
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in web-ui/copy.ts:34.
#5
Possibly dead Python function: action_help
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in locale-tui/src/app.py:37; if framework-registered, add a docstring.
locale-tui/src/app.py:37
#6
Possibly dead Python function: action_quit
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in locale-tui/src/screens/module_select.py:68; if framework-registered, add a docstring.
locale-tui/src/screens/module_select.py:68
#7
Possibly dead Python function: action_go_back
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in locale-tui/src/screens/translation_table.py:212; if framework-registered, add a docstring.
locale-tui/src/screens/translation_table.py:212
#8
Possibly dead Python function: action_focus_search
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in locale-tui/src/screens/translation_table.py:222; if framework-registered, add a docstring.
locale-tui/src/screens/translation_table.py:222
#9
Possibly dead Python function: action_toggle_dead_filter
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in locale-tui/src/screens/translation_table.py:226; if framework-registered, add a docstring.
locale-tui/src/screens/translation_table.py:226
#10
Possibly dead Python function: action_toggle_missing_filter
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in locale-tui/src/screens/translation_table.py:233; if framework-registered, add a docstring.
locale-tui/src/screens/translation_table.py:233

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/fff71f28-48b8-4e50-b035-1c9f771bcef0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fff71f28-48b8-4e50-b035-1c9f771bcef0/

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.