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.
27 of your 49 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 98.33s for a 109.9 MB repo slow.
  • Repobility's analysis ran in 2.75s after the clone landed.

SunOner/sunone_aimbot_2

https://github.com/SunOner/sunone_aimbot_2 · scanned 2026-06-05 20:02 UTC (4 days, 14 hours ago) · 10 languages

71 raw signals (49 security + 22 graph) 11/13 scanners ran 5th percentile · C · large (100-500K LoC) System graph score 99 (lower by 44)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 14 hours ago · v2 · 23 actionable findings from 2 signal sources. 37 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 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 70.0 0.15 10.50
practices_score 40.0 0.15 6.00
code_quality 50.0 0.10 5.00
Overall 1.00 54.8
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C- (55/100). Dimensions: security 100, maintainability 55. 49 findings (2 security). 179,753 lines analyzed.

Showing 14 of 23 actionable findings. 60 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility 22 occurrences [MINED108] `self.array` used but never assigned in __init__: Method `bind_to` of class `ArraySynthBase` reads `self.array`, 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.
Initialize `self.array = <default>` in __init__, or add a class-level default.
lines 28, 31, 34, 37, 40, 43, 46, 50, +9 more
sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:28, 31, 34, 37, 40, 43, 46, 50, +9 more (22 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `sunone_aimbot_2/ghub_mouse.dll` committed in source repo: `sunone_aimbot_2/ghub_mouse.dll` is a .dll binary (93,184 bytes) committed to a repo that otherwise has 186 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
sunone_aimbot_2/ghub_mouse.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `sunone_aimbot_2/rzctl.dll` committed in source repo: `sunone_aimbot_2/rzctl.dll` is a .dll binary (17,408 bytes) committed to a repo that otherwise has 186 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
sunone_aimbot_2/rzctl.dll:1
medium Security checks quality Quality Average file size is 972 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.
medium System graph 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.
auth
medium System graph cicd CI/CD security 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.
CI/CD securityCoverage
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 3 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Quality conf 0.60 17 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 14 locations
sunone_aimbot_2/modules/imgui-1.92.8/backends/imgui_impl_sdlrenderer3.cpp:74, 89 (2 hits)
sunone_aimbot_2/modules/imgui-1.92.8/imstb_textedit.h:1, 781 (2 hits)
sunone_aimbot_2/imgui/imstb_textedit.h:781
sunone_aimbot_2/modules/imgui-1.92.8/backends/imgui_impl_dx10.cpp:47
sunone_aimbot_2/modules/imgui-1.92.8/backends/imgui_impl_dx11.cpp:1
sunone_aimbot_2/modules/imgui-1.92.8/backends/imgui_impl_dx11.h:1
sunone_aimbot_2/modules/imgui-1.92.8/backends/imgui_impl_dx12.cpp:485
sunone_aimbot_2/modules/imgui-1.92.8/backends/imgui_impl_opengl3.cpp:266
duplicationquality
low System graph software Dead code candidate conf 1.00 File has no detected symbols: sunone_aimbot_2/modules/tools/base64_encode.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:get_summary, sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:get_summary, sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:get_summary, sunone_aimbot_…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:update, sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:update, sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:update, sunone_aimbot_2/modules/imgui…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: has_children
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: num_children
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:33
low System graph quality Integrity conf 1.00 Stub function `update` (body is just `pass`/`return`) — sunone_aimbot_2/modules/imgui-1.92.8/misc/debuggers/imgui_lldb.py:79
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead 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/831619c5-9663-4e3c-8f87-4168217b746f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/831619c5-9663-4e3c-8f87-4168217b746f/

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.