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

Scan timing: clone 11.55s · analysis 8.32s · 35.2 MB · GitHub API rate-limit (preflight)

nextpad-plus-plus/nextpad-plus-plus-macos

https://github.com/nextpad-plus-plus/nextpad-plus-plus-macos · scanned 2026-06-05 13:27 UTC (5 days, 6 hours ago) · 10 languages

163 raw signals (65 security + 98 graph) 11/13 scanners ran 50th percentile · Cpp · large (100-500K LoC) System graph score 90 (lower by 24)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 6 hours ago · v2 · 51 actionable findings from 2 signal sources. 38 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 65.0 0.15 9.75
security_score 100.0 0.25 25.00
testing_score 47.0 0.20 9.40
documentation_score 66.0 0.15 9.90
practices_score 40.0 0.15 6.00
code_quality 61.0 0.10 6.10
Overall 1.00 66.1
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 B- (66/100). Dimensions: security 100, maintainability 65. 65 findings (7 security). 109,332 lines analyzed.

Showing 30 of 51 actionable findings. 89 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.

low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
3 files, 6 locations
lexilla/.github/workflows/build-check-macos.yml:15, 24 (2 hits)
lexilla/.github/workflows/build-check-win32.yml:19, 42 (2 hits)
lexilla/.github/workflows/build-check.yml:15, 24 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `ilammy/msvc-dev-cmd` pinned to mutable ref `@v1`: `uses: ilammy/msvc-dev-cmd@v1` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SH…
lines 21
lexilla/.github/workflows/build-check-win32.yml:21 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
src/GitHelper.mm:125
medium Security checks quality Quality conf 1.00 ✓ Repobility [MINED109] Mutable default argument in `FindDependencies` (dict): `def FindDependencies(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def FindDependencies(x=None): x = x or []`
scintilla/scripts/Dependencies.py:73
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 data Coverage conf 1.00 ORM models found but no DB engine detected
The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read.
low Security checks quality Quality conf 0.60 5 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.
5 files, 5 locations
lexilla/lexlib/LexerBase.h:22
regex/boost/regex/v5/u32regex_token_iterator.hpp:34
scintilla/src/CharacterCategoryMap.h:2
scintilla/src/CharacterType.h:19
scintilla/src/Document.h:310
duplicationquality
low System graph software Dead code candidate conf 1.00 File has no detected symbols: lexilla/scripts/LexillaLogo.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: lexilla/test/examples/python/AllStyles.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: lexilla/test/examples/python/attributes/attributes.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: lexilla/test/examples/python/f-strings.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: lexilla/test/examples/python/matchcase.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: lexilla/test/examples/python/strings.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: lexilla/test/examples/python/t-strings.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scintilla/test/MessageNumbers.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scintilla/test/xite.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scintilla/test/XiteMenu.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scintilla/test/simpleTests.py:testSetSelection, scintilla/test/simpleTests.py:testSet This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scintilla/test/simpleTests.py:testUTF32, scintilla/test/simpleTests.py:testUTF, scintilla/test/simpleTests.py:testUTF This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or do…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 32 places
Functions with the same first-5-line body hash: scintilla/test/simpleTests.py:setUp, scintilla/test/simpleTests.py:setUp, scintilla/test/simpleTests.py:setUp, scintilla/test/simpleTests.py:setUp This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-cod…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: scintilla/test/simpleTests.py:tearDown, scintilla/test/simpleTests.py:tearDown, scintilla/test/simpleTests.py:tearDown, scintilla/test/simpleTests.py:tearDown This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: ciKey
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lexilla/scripts/LexillaData.py:245
low System graph software Dead code conf 1.00 Possibly dead Python function: ciLexerKey
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lexilla/scripts/LexillaGen.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: distance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scintilla/scripts/GenerateCaseConvert.py:82
low System graph quality Integrity conf 1.00 Stub function `bar` (body is just `pass`/`return`) — lexilla/test/examples/python/attributes/attrib-decorator.py:7
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `CheckMenus` (body is just `pass`/`return`) — scintilla/test/XiteWin.py:461
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `function_name` (body is just `pass`/`return`) — lexilla/test/examples/python/AllStyles.py:30
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `match` (body is just `pass`/`return`) — lexilla/test/examples/python/matchcase.py:12
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `tearDown` (body is just `pass`/`return`) — scintilla/test/simpleTests.py:2586
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: scintilla/test/simpleTests.py (3635 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/bc81673b-ac4c-4c5c-a9d5-0bfb45aaa04e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bc81673b-ac4c-4c5c-a9d5-0bfb45aaa04e/

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.