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

Scan timing: clone 16.12s · analysis 9.45s · 21.6 MB · GitHub API rate-limit (preflight)

opendatalab/MinerU

https://github.com/opendatalab/MinerU · scanned 2026-06-05 08:44 UTC (5 days, 20 hours ago) · 10 languages

442 raw signals (186 security + 256 graph) 41st percentile · Python · medium (20-100K LoC) System graph score 79 (lower by 27)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 20 hours ago · v2 · 159 actionable findings from 2 signal sources. 155 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 60.0 0.15 9.00
security_score 55.4 0.25 13.85
testing_score 25.0 0.20 5.00
documentation_score 69.0 0.15 10.35
practices_score 70.0 0.15 10.50
code_quality 30.9 0.10 3.09
Overall 1.00 51.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
FastAPI POST `submit_parse_task` without auth dependency — mineru/cli/router.py:1459
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in mineru/cli/router.py:1459.
mineru/cli/router.py:1459
#2
FastAPI POST `file_parse` without auth dependency — mineru/cli/router.py:1519
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in mineru/cli/router.py:1519.
mineru/cli/router.py:1519
#3
FastAPI POST `parse_pdf` without auth dependency — mineru/cli/fast_api.py:1224
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in mineru/cli/fast_api.py:1224.
mineru/cli/fast_api.py:1224
#4
FastAPI POST `submit_parse_task` without auth dependency — mineru/cli/fast_api.py:1272
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in mineru/cli/fast_api.py:1272.
mineru/cli/fast_api.py:1272
#5
Insecure pattern 'eval_used' in mineru/model/layout/pp_doclayoutv2.py:911
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
mineru/model/layout/pp_doclayoutv2.py:911
#6
Insecure pattern 'eval_used' in mineru/model/mfr/pp_formulanet_plus_m/predict_formula.py:57
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
mineru/model/mfr/pp_formulanet_plus_m/predict_formula.py:57
#7
Insecure pattern 'eval_used' in mineru/model/mfr/unimernet/Unimernet.py:41
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
mineru/model/mfr/unimernet/Unimernet.py:41
#8
Insecure pattern 'eval_used' in mineru/model/table/rec/slanet_plus/table_structure_utils.py:280
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
mineru/model/table/rec/slanet_plus/table_structure_utils.py:280
#9
Insecure pattern 'eval_used' in mineru/model/utils/pytorchocr/base_ocr_v20.py:10
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
mineru/model/utils/pytorchocr/base_ocr_v20.py:10
#10
Insecure pattern 'eval_used' in mineru/model/utils/pytorchocr/postprocess/__init__.py:33
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
mineru/model/utils/pytorchocr/postprocess/__init__.py:33

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/307eb78d-dd1b-4d20-a65e-ea4268f41aeb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/307eb78d-dd1b-4d20-a65e-ea4268f41aeb/

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.