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 1.81s · analysis 0.07s · 0.2 MB · GitHub preflight 515ms

ADG-AUDISIS/OCR-IA

https://github.com/ADG-AUDISIS/OCR-IA.git · scanned 2026-05-27 21:20 UTC (1 week, 1 day ago) · 10 languages

48 findings (28 legacy + 20 scanner) 63rd percentile · Python · tiny (<2K LoC) Scanner says 90 (lower by 22)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 1 day ago · v2 · 38 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 30.0 0.15 4.50
security_score 100.0 0.25 25.00
testing_score 70.0 0.20 14.00
documentation_score 60.0 0.15 9.00
practices_score 70.0 0.15 10.50
code_quality 48.0 0.10 4.80
Overall 1.00 67.8
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 89.8/100 with 77.8% coverage. It contains 29 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 10 findings — concentrated in software (3), quality (3), api (1). Risk profile is low: 0 critical, 0 high, 4 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 35 of 38 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Legacy quality quality conf 1.00 ✓ Repobility `self._kill_previous_kobold` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self._kill_previous_kobold`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:264 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._process_ui_queue` used but never assigned in __init__
Method `_process_ui_queue` of class `OCRApp` reads `self._process_ui_queue`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:167 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._stop_kobold` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self._stop_kobold`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:316 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._stop_kobold` used but never assigned in __init__
Method `on_close` of class `OCRApp` reads `self._stop_kobold`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:200 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._unsafe_log` used but never assigned in __init__
Method `_process_ui_queue` of class `OCRApp` reads `self._unsafe_log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:160 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log_text` used but never assigned in __init__
Method `_unsafe_log` of class `OCRApp` reads `self.log_text`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:175 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log_text` used but never assigned in __init__
Method `_unsafe_log` of class `OCRApp` reads `self.log_text`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:173 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log_text` used but never assigned in __init__
Method `_unsafe_log` of class `OCRApp` reads `self.log_text`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:177 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log_text` used but never assigned in __init__
Method `_unsafe_log` of class `OCRApp` reads `self.log_text`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:176 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log_text` used but never assigned in __init__
Method `_unsafe_log` of class `OCRApp` reads `self.log_text`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:171 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:294 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:273 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `_stop_kobold` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:222 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `_stop_kobold` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:219 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `_stop_kobold` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:229 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `_stop_kobold` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:209 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `show_warning` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:197 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.log` used but never assigned in __init__
Method `show_error` of class `OCRApp` reads `self.log`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:192 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.progress` used but never assigned in __init__
Method `_process_ui_queue` of class `OCRApp` reads `self.progress`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:162 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.show_error` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self.show_error`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:298 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.show_error` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self.show_error`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:261 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.show_error` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self.show_error`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:253 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.show_error` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self.show_error`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:317 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.status_var` used but never assigned in __init__
Method `_process_ui_queue` of class `OCRApp` reads `self.status_var`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:164 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.update_status` used but never assigned in __init__
Method `_start_kobold` of class `OCRApp` reads `self.update_status`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
OCR-IA.py:274 qualitylegacy
medium Legacy quality practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
practiceslegacy
medium Legacy quality quality Average file size is 736 lines (recommend <300)
Refactor large files by extracting related functions into separate modules. Target files with 300+ lines first. Use the Single Responsibility Principle — each module should have one clear purpose.
qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility Bare except continues silently
Bare `except:` (or `except Exception:`) that runs code without re-raising or logging the exception. Hides real failures and makes bugs hard to diagnose.
OCR-IA.py:297 qualitylegacy
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — OCR-IA.py:331
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer 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.
coverageauth
medium 9-layer cicd coverage conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
coverage
medium 9-layer quality tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 1 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
testscoverage
low 9-layer software dead-code conf 1.00 Possibly dead Python function: cancel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
OCR-IA.py:459 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: clear_log
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
OCR-IA.py:425 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: show_warning
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
OCR-IA.py:194 dead-code
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/fa977b99-02b7-464d-adc0-9d411c7a7b4d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fa977b99-02b7-464d-adc0-9d411c7a7b4d/

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.