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

Scan timing: clone 2.86s · analysis 7.21s · 2.0 MB · GitHub API rate-limit (preflight)

ultralytics/yolov5

https://github.com/ultralytics/yolov5 · scanned 2026-06-05 09:57 UTC (5 days, 16 hours ago) · 10 languages

394 raw signals (174 security + 220 graph) 21st percentile · Python · small (2-20K LoC) System graph score 75 (lower by 22)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 16 hours ago · v2 · 183 actionable findings from 2 signal sources. 101 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 75.0 0.15 11.25
security_score 30.7 0.25 7.67
testing_score 25.0 0.20 5.00
documentation_score 98.6 0.15 14.79
practices_score 76.0 0.15 11.40
code_quality 36.8 0.10 3.68
Overall 1.00 53.8
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 `predict` without `@login_required` — utils/flask_rest_api/restapi.py:26
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in utils/flask_rest_api/restapi.py:26.
utils/flask_rest_api/restapi.py:26
#2
Insecure pattern 'eval_used' in benchmarks.py:143
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
benchmarks.py:143
#3
Insecure pattern 'eval_used' in val.py:282
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
val.py:282
#4
Insecure pattern 'eval_used' in export.py:1379
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
export.py:1379
#5
Insecure pattern 'eval_used' in models/yolo.py:390
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
models/yolo.py:390
#6
Insecure pattern 'eval_used' in models/tf.py:525
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
models/tf.py:525
#7
Insecure pattern 'eval_used' in models/common.py:514
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
models/common.py:514
#8
Insecure pattern 'eval_used' in models/experimental.py:107
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
models/experimental.py:107
#9
Insecure pattern 'eval_used' in classify/val.py:105
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
classify/val.py:105
#10
Insecure pattern 'exec_used' in utils/general.py:578
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
utils/general.py:578

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/bed6286b-1a4f-46b9-a1ce-2f60cf0cf858/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bed6286b-1a4f-46b9-a1ce-2f60cf0cf858/

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.