← Back to scan
File as GitHub Issue repo: ocornut/imgui

Push this scan report to ocornut/imgui

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

`self.bind_to` used but never assigned in __init__

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH MINED108 [MINED108] `self.size` used but never assigned in __init__: Method `get_summary` of class… misc/debuggers/imgui_lldb.py:73
HIGH MINED108 [MINED108] `self.valobj` used but never assigned in __init__: Method `update` of class `I… misc/debuggers/imgui_lldb.py:63
HIGH MINED108 [MINED108] `self.valobj` used but never assigned in __init__: Method `update` of class `I… misc/debuggers/imgui_lldb.py:62
HIGH MINED108 [MINED108] `self.size` used but never assigned in __init__: Method `update` of class `ImS… misc/debuggers/imgui_lldb.py:70
HIGH MINED108 [MINED108] `self.bind_to` used but never assigned in __init__: Method `update` of class `… misc/debuggers/imgui_lldb.py:70
HIGH MINED108 [MINED108] `self.size` used but never assigned in __init__: Method `update` of class `ImS… misc/debuggers/imgui_lldb.py:68
HIGH MINED108 [MINED108] `self.capacity` used but never assigned in __init__: Method `get_summary` of c… misc/debuggers/imgui_lldb.py:58
HIGH MINED108 [MINED108] `self.size` used but never assigned in __init__: Method `get_summary` of class… misc/debuggers/imgui_lldb.py:58
HIGH MINED108 [MINED108] `self.valobj` used but never assigned in __init__: Method `update` of class `I… misc/debuggers/imgui_lldb.py:51
HIGH MINED108 [MINED108] `self.valobj` used but never assigned in __init__: Method `update` of class `I… misc/debuggers/imgui_lldb.py:50
HIGH MINED108 [MINED108] `self.valobj` used but never assigned in __init__: Method `update` of class `I… misc/debuggers/imgui_lldb.py:53
HIGH MINED108 [MINED108] `self.size` used but never assigned in __init__: Method `update` of class `ImV… misc/debuggers/imgui_lldb.py:55
HIGH MINED108 [MINED108] `self.bind_to` used but never assigned in __init__: Method `update` of class `… misc/debuggers/imgui_lldb.py:55
HIGH MINED108 [MINED108] `self.capacity` used but never assigned in __init__: Method `update` of class … misc/debuggers/imgui_lldb.py:51
HIGH MINED108 [MINED108] `self.size` used but never assigned in __init__: Method `update` of class `ImV… misc/debuggers/imgui_lldb.py:50
HIGH MINED108 [MINED108] `self.array` used but never assigned in __init__: Method `get_value` of class … misc/debuggers/imgui_lldb.py:46
HIGH MINED108 [MINED108] `self.array` used but never assigned in __init__: Method `has_children` of cla… misc/debuggers/imgui_lldb.py:43
HIGH MINED108 [MINED108] `self.array` used but never assigned in __init__: Method `get_child_at_index` … misc/debuggers/imgui_lldb.py:40
HIGH MINED108 [MINED108] `self.array` used but never assigned in __init__: Method `get_child_index` of … misc/debuggers/imgui_lldb.py:37
HIGH MINED108 [MINED108] `self.array` used but never assigned in __init__: Method `num_children` of cla… misc/debuggers/imgui_lldb.py:34
HIGH MINED108 [MINED108] `self.array` used but never assigned in __init__: Method `update` of class `Ar… misc/debuggers/imgui_lldb.py:31
HIGH MINED108 [MINED108] `self.array` used but never assigned in __init__: Method `bind_to` of class `A… misc/debuggers/imgui_lldb.py:28
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … misc/debuggers/imgui_lldb.py:167
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:731
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:728
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:676
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:673
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:654
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:611
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:599
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:517
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:277
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build.yml:31
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/static-analysis.yml:15
HIGH CORE_NO_TESTS No test files found
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED CORE_LARGE_FILES Average file size is 1082 lines (recommend <300)
MED CORE_NO_README No README file found
LOW AIC003 Duplicated implementation block across source files imstb_textedit.h:781
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_wgpu.cpp:272
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_sdlrenderer3.cpp:89
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_sdlrenderer3.cpp:74
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_sdlrenderer2.cpp:66
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_sdl3.cpp:106
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_opengl3.cpp:266
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_dx12.cpp:485
LOW AIC003 Duplicated implementation block across source files backends/imgui_impl_dx11.cpp:49
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… misc/debuggers/imgui_lldb.py:80
Reset to top 5 48 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `ocornut/imgui`

**Score: 84/100 (C-)**  ·  48 findings  ·  scanned 2026-06-05 07:58 UTC  ·  100,660 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 35 |
| MEDIUM | 3 |
| LOW | 9 |

📊 [Full filterable report](https://repobility.com/scan/f8370ffd-84f8-4e0f-9161-ac7dc8c60afb/)  ·  ![scorecard](https://repobility.com/scan/f8370ffd-84f8-4e0f-9161-ac7dc8c60afb/report.png?v=1780646295-s2)

### Top findings

1. **HIGH** `MINED108` — `self.size` used but never assigned in __init__
   `misc/debuggers/imgui_lldb.py:73` · ✓ Repobility
2. **HIGH** `MINED108` — `self.valobj` used but never assigned in __init__
   `misc/debuggers/imgui_lldb.py:63` · ✓ Repobility
3. **HIGH** `MINED108` — `self.valobj` used but never assigned in __init__
   `misc/debuggers/imgui_lldb.py:62` · ✓ Repobility
4. **HIGH** `MINED108` — `self.size` used but never assigned in __init__
   `misc/debuggers/imgui_lldb.py:70` · ✓ Repobility
5. **HIGH** `MINED108` — `self.bind_to` used but never assigned in __init__
   `misc/debuggers/imgui_lldb.py:70` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/f8370ffd-84f8-4e0f-9161-ac7dc8c60afb/_
Megaproject â high spam risk
Could not determine 'ocornut/imgui' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.