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.

Scan timing: clone 4.06s · analysis 1.12s · 16.8 MB · GitHub API rate-limit (preflight)

shiyu-coder/Kronos

https://github.com/shiyu-coder/Kronos.git · scanned 2026-05-24 01:24 UTC (2 weeks, 6 days ago) · 10 languages

178 raw signals (72 security + 106 graph) 43rd percentile · Python · small (2-20K LoC) System graph score 82 (lower by 17)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 6 days ago · v2 · 56 actionable findings from 2 signal sources. 69 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 55.0 0.15 8.25
security_score 98.0 0.25 24.50
testing_score 47.0 0.20 9.40
documentation_score 78.0 0.15 11.70
practices_score 42.0 0.15 6.30
code_quality 45.4 0.10 4.54
Overall 1.00 64.7
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
Flask mutation route `load_data` without `@login_required` — webui/app.py:341
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in webui/app.py:341.
webui/app.py:341
#2
Flask mutation route `predict` without `@login_required` — webui/app.py:404
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in webui/app.py:404.
webui/app.py:404
#3
Flask mutation route `load_model` without `@login_required` — webui/app.py:626
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in webui/app.py:626.
webui/app.py:626
#4
Insecure pattern 'eval_used' in finetune_csv/finetune_base_model.py:313
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
finetune_csv/finetune_base_model.py:313
#5
Insecure pattern 'eval_used' in finetune_csv/finetune_tokenizer.py:236
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
finetune_csv/finetune_tokenizer.py:236
#6
Insecure pattern 'eval_used' in finetune/train_predictor.py:135
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
finetune/train_predictor.py:135
#7
Insecure pattern 'eval_used' in finetune/train_tokenizer.py:174
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
finetune/train_tokenizer.py:174
#8
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#9
No CI/CD pipelines detected
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
#10
Possibly dead Python function: update_config
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in finetune_csv/config_loader.py:81; if framework-registered, add a docstring.
finetune_csv/config_loader.py:81

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/5c477c06-2fcd-427a-8d6c-b93ac760fef7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5c477c06-2fcd-427a-8d6c-b93ac760fef7/

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.