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

Scan timing: clone 2.51s · analysis 14.63s · 1.6 MB · GitHub preflight 465ms

Logical-Byte/endfield-essence-recognizer

https://github.com/Logical-Byte/endfield-essence-recognizer · scanned 2026-06-05 13:12 UTC (5 days, 7 hours ago) · 10 languages

399 raw signals (135 security + 264 graph) 74th percentile · Python · small (2-20K LoC) System graph score 67 (higher by 11)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 7 hours ago · v2 · 206 actionable findings from 2 signal sources. 60 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 100.0 0.15 15.00
security_score 40.3 0.25 10.07
testing_score 90.0 0.20 18.00
documentation_score 92.0 0.15 13.80
practices_score 92.0 0.15 13.80
code_quality 76.4 0.10 7.64
Overall 1.00 78.3
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (78/100). Dimensions: security 40, maintainability 100. 135 findings (57 security). 9,686 lines analyzed.

Showing 173 of 206 actionable findings. 266 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 Missing import: `queue` used but not imported
The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes.
src/endfield_essence_recognizer/services/log_service.py:27
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences `self._get_webview_prod_url` used but never assigned in __init__
Method `webview_url` of class `ServerConfig` reads `self._get_webview_prod_url`, 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.
8 files, 25 locations
src/endfield_essence_recognizer/core/delivery_claimer/engine.py:56, 63, 85, 89, 102 (5 hits)
src/endfield_essence_recognizer/services/log_service.py:143, 158, 191, 199, 206 (5 hits)
src/endfield_essence_recognizer/services/scanner_service.py:42, 71, 105, 106, 108 (5 hits)
src/endfield_essence_recognizer/core/window/manager.py:43, 48, 56 (3 hits)
src/endfield_essence_recognizer/services/user_setting_manager.py:111, 131, 141 (3 hits)
src/endfield_essence_recognizer/services/audio_service.py:90, 95 (2 hits)
src/endfield_essence_recognizer/core/config.py:96
src/endfield_essence_recognizer/models/user_setting.py:52
high Security checks quality Quality conf 0.80 ✓ Repobility FastAPI POST /api/open_logs_folder has no auth
Handler `open_logs_folder` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
src/endfield_essence_recognizer/server.py:235
high Security checks software dependencies conf 0.88 flatted: GHSA-25h7-pfq9-p65f
flatted vulnerable to unbounded recursion DoS in parse() revive phase
frontend/package-lock.json
high Security checks software dependencies conf 0.88 flatted: GHSA-rf6f-7fwh-wjgh
Prototype Pollution via parse() in NodeJS flatted
frontend/package-lock.json
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 12 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `astral-sh/setup-uv` pinned to mutable ref `@v7` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
3 files, 12 locations
.github/workflows/backend-ci.yml:38, 41, 59, 60, 74, 81 (6 hits)
.github/workflows/build-and-release.yml:39, 41, 48, 60, 174 (5 hits)
.github/workflows/backend-report.yml:31
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 12 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v5` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
4 files, 12 locations
.github/workflows/build-and-release.yml:21, 24, 26, 35, 37 (6 hits)
.github/workflows/backend-ci.yml:35, 57, 96 (3 hits)
.github/workflows/frontend-ci.yml:31, 36 (2 hits)
.github/workflows/backend-report.yml:24
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.88 immutable: GHSA-wf6x-7x77-mvgw
Immutable is vulnerable to Prototype Pollution
frontend/package-lock.json
high Security checks software dependencies conf 0.88 minimatch: GHSA-23c5-xmqv-rm74
minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions
frontend/package-lock.json
high Security checks software dependencies conf 0.88 minimatch: GHSA-3ppc-4f35-3m26
minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern
frontend/package-lock.json
high Security checks software dependencies conf 0.88 minimatch: GHSA-7r86-cg39-jmmj
minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments
frontend/package-lock.json
high Security checks software dependencies conf 0.88 picomatch: GHSA-c2c7-rcm5-vvqj
Picomatch has a ReDoS vulnerability via extglob quantifiers
frontend/package-lock.json
high Security checks software dependencies conf 0.88 pillow: GHSA-cfh3-3jmp-rvhc
Pillow affected by out-of-bounds write when loading PSD images
uv.lock
high Security checks software dependencies conf 0.88 pillow: GHSA-pwv6-vv43-88gr
Pillow has an OOB Write with Invalid PSD Tile Extents (Integer Overflow)
uv.lock
high Security checks software dependencies conf 0.88 pillow: GHSA-whj4-6x5x-4v2j
FITS GZIP decompression bomb in Pillow
uv.lock
high Security checks software dependencies conf 0.88 pillow: PYSEC-2026-165
Pillow is a Python imaging library. Prior to version 12.2.0, if a font advances for each glyph by an exceeding large amount, when Pillow keeps track of the current position, it may lead to an integer overflow. This issue has been patched in version 12.2.0.
uv.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v3.2.0`
`.pre-commit-config.yaml` references `https://github.com/pre-commit/pre-commit-hooks` at `rev: v3.2.0`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine.
lines 4, 10, 15
.pre-commit-config.yaml:4, 10, 15 (3 hits)
high Security checks software dependencies conf 0.88 python-multipart: GHSA-pp6c-gr5w-3c5g
python-multipart has Denial of Service via unbounded multipart part headers
uv.lock
high Security checks software dependencies conf 0.88 rollup: GHSA-mw96-cpmx-2vgc
Rollup 4 has Arbitrary File Write via Path Traversal
frontend/package-lock.json
high Security checks software dependencies conf 0.88 starlette: PYSEC-2026-161
BadHost: Missing Host header validation poisons request.url.path, bypassing path-based security checks
uv.lock
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-141
urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.
uv.lock
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-142
urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.dr…
uv.lock
high Security checks software dependencies conf 0.88 vite: GHSA-p9ff-h696-f583
Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket
frontend/package-lock.json
high Security checks software dependencies conf 0.88 vite: GHSA-v2wj-q39q-566r
Vite: `server.fs.deny` bypassed with queries
frontend/package-lock.json
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/config (frontend/src/composables/useUpdateChecker.ts:235)
`frontend/src/composables/useUpdateChecker.ts:235` calls `GET /api/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/profiles (frontend/src/composables/useProfiles.ts:144)
`frontend/src/composables/useProfiles.ts:144` calls `GET /api/profiles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/static/essences (frontend/src/utils/gameData/staticData.ts:25)
`frontend/src/utils/gameData/staticData.ts:25` calls `GET /api/static/essences` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/static/essences` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/static/rarity_colors (frontend/src/utils/gameData/staticData.ts:28)
`frontend/src/utils/gameData/staticData.ts:28` calls `GET /api/static/rarity_colors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/static/rarity_colors` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/static/weapon_types (frontend/src/utils/gameData/staticData.ts:22)
`frontend/src/utils/gameData/staticData.ts:22` calls `GET /api/static/weapon_types` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/static/weapon_types` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/static/weapons (frontend/src/utils/gameData/staticData.ts:21)
`frontend/src/utils/gameData/staticData.ts:21` calls `GET /api/static/weapons` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/static/weapons` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/update/check (frontend/src/composables/useUpdateChecker.ts:99)
`frontend/src/composables/useUpdateChecker.ts:99` calls `GET /api/update/check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/update/check` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/update/flows (frontend/src/composables/useUpdateMirrors.ts:12)
`frontend/src/composables/useUpdateMirrors.ts:12` calls `GET /api/update/flows` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/update/flows` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/update/mirrors (frontend/src/composables/useUpdateMirrors.ts:11)
`frontend/src/composables/useUpdateMirrors.ts:11` calls `GET /api/update/mirrors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/update/mirrors` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/config (frontend/src/composables/useUpdateChecker.ts:240)
`frontend/src/composables/useUpdateChecker.ts:240` calls `POST /api/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/delete (frontend/src/composables/useProfiles.ts:187)
`frontend/src/composables/useProfiles.ts:187` calls `POST /api/profiles/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/delete` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/farming_recommendations (frontend/src/composables/useProfiles.ts:248)
`frontend/src/composables/useProfiles.ts:248` calls `POST /api/profiles/farming_recommendations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/farming_recommendations` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/rename (frontend/src/composables/useProfiles.ts:171)
`frontend/src/composables/useProfiles.ts:171` calls `POST /api/profiles/rename` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/rename` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/switch (frontend/src/composables/useProfiles.ts:155)
`frontend/src/composables/useProfiles.ts:155` calls `POST /api/profiles/switch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/switch` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/treasure_matrix (frontend/src/composables/useProfiles.ts:203)
`frontend/src/composables/useProfiles.ts:203` calls `POST /api/profiles/treasure_matrix` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/treasure_matrix` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/treasure_matrix/add (frontend/src/composables/useProfiles.ts:216)
`frontend/src/composables/useProfiles.ts:216` calls `POST /api/profiles/treasure_matrix/add` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/treasure_matrix/add` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/treasure_matrix/remove (frontend/src/composables/useProfiles.ts:229)
`frontend/src/composables/useProfiles.ts:229` calls `POST /api/profiles/treasure_matrix/remove` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/treasure_matrix/remove` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/weapon_overview_filters (frontend/src/composables/useProfiles.ts:285)
`frontend/src/composables/useProfiles.ts:285` calls `POST /api/profiles/weapon_overview_filters` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/weapon_overview_filters` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profiles/weapon_priority (frontend/src/composables/useProfiles.ts:298)
`frontend/src/composables/useProfiles.ts:298` calls `POST /api/profiles/weapon_priority` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profiles/weapon_priority` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/update/cancel (frontend/src/composables/useUpdateChecker.ts:183)
`frontend/src/composables/useUpdateChecker.ts:183` calls `POST /api/update/cancel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/update/cancel` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/update/cancel (frontend/src/composables/useUpdateChecker.ts:207)
`frontend/src/composables/useUpdateChecker.ts:207` calls `POST /api/update/cancel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/update/cancel` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/update/install (frontend/src/composables/useUpdateChecker.ts:248)
`frontend/src/composables/useUpdateChecker.ts:248` calls `POST /api/update/install` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/update/install` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `add_treasure_matrix_entry` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:161
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_update` without auth dependency — src/endfield_essence_recognizer/api/routes/update.py:179
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/update.py:179 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete_profile` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `exit_app` without auth dependency — src/endfield_essence_recognizer/api/routes/system.py:21
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/system.py:21 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_batch_farming_recommendations` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:245
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:245 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_farming_recommendation` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:210
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `open_logs_folder` without auth dependency — src/endfield_essence_recognizer/api/routes/system.py:28
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/system.py:28 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `remove_treasure_matrix_entry` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:184
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rename_profile` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:93
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `switch_profile` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:74
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_treasure_matrix` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:141
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weapon_overview_filters` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:314
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:314 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weapon_priority` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:330
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/endfield_essence_recognizer/api/routes/profiles.py:330 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in src/endfield_essence_recognizer/utils/http_client.py:16
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
src/endfield_essence_recognizer/utils/http_client.py:16 Tls verify false
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
high Security checks security auth conf 0.74 [AUC002] Low visible authorization coverage in route inventory: Only 0.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Only 0.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/config.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/config.
src/endfield_essence_recognizer/server.py:149
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/screenshot.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/screenshot.
src/endfield_essence_recognizer/server.py:168
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/config.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/config.
src/endfield_essence_recognizer/server.py:156
medium Security checks security auth conf 0.72 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements.
FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements.
medium Security checks software dependencies conf 0.88 ajv: GHSA-2g4f-4pwh-qvx6
ajv has ReDoS when using `$data` option
frontend/package-lock.json
medium Security checks software dependencies conf 0.88 brace-expansion: GHSA-f886-m6hf-6m8v
brace-expansion: Zero-step sequence causes process hang and memory exhaustion
frontend/package-lock.json
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
src/endfield_essence_recognizer/utils/log.py:107 Error handlingquality
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
src/endfield_essence_recognizer/services/user_setting_manager.py:46 Error handlingquality
high Security checks quality Quality conf 0.74 Frontend API reference is not matched by discovered backend routes
A frontend string references a same-origin API path that Repobility could not match to backend route inventory. This often causes live 404s in user journeys.
frontend/src/utils/gameData/gameData.ts:26
high Security checks software dependencies conf 0.90 GitHub Action `actions/checkout@v5` is 1 major version(s) behind (latest v6.0.3)
`uses: actions/checkout@v5` is 1 major version(s) behind the latest published release v6.0.3. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/backend-ci.yml:35
high Security checks software dependencies conf 0.90 GitHub Action `actions/checkout@v5` is 1 major version(s) behind (latest v6.0.3)
`uses: actions/checkout@v5` is 1 major version(s) behind the latest published release v6.0.3. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/build-and-release.yml:21
high Security checks software dependencies conf 0.90 GitHub Action `actions/setup-node@v4` is 2 major version(s) behind (latest v6.4.0)
`uses: actions/setup-node@v4` is 2 major version(s) behind the latest published release v6.4.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/build-and-release.yml:24
high Security checks software dependencies conf 0.90 GitHub Action `astral-sh/setup-uv@v7` is 1 major version(s) behind (latest v8.2.0)
`uses: astral-sh/setup-uv@v7` is 1 major version(s) behind the latest published release v8.2.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/backend-ci.yml:38
high Security checks software dependencies conf 0.90 GitHub Action `astral-sh/setup-uv@v7` is 1 major version(s) behind (latest v8.2.0)
`uses: astral-sh/setup-uv@v7` is 1 major version(s) behind the latest published release v8.2.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/build-and-release.yml:39
high Security checks software dependencies conf 0.90 GitHub Action `softprops/action-gh-release@v2` is 1 major version(s) behind (latest v3.0.0)
`uses: softprops/action-gh-release@v2` is 1 major version(s) behind the latest published release v3.0.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no covera…
.github/workflows/build-and-release.yml:60
medium Security checks software dependencies conf 0.88 idna: GHSA-65pc-fj4g-8rjx
Internationalized Domain Names in Applications (IDNA): Specially crafted inputs to idna.encode() can bypass CVE-2024-3651 fix
uv.lock
medium Security checks software dependencies conf 0.90 npm package `npm-run-all2` is 1 major version(s) behind (8.0.4 -> 9.0.1)
`npm-run-all2` is pinned/resolved at 8.0.4 but the latest stable release on the npm registry is 9.0.1 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
frontend/package.json
medium Security checks software dependencies conf 0.90 npm package `vue-router` is 1 major version(s) behind (4.6.4 -> 5.1.0)
`vue-router` is pinned/resolved at 4.6.4 but the latest stable release on the npm registry is 5.1.0 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
frontend/package.json
medium Security checks software dependencies conf 0.88 picomatch: GHSA-3v7f-55p6-f55p
Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching
frontend/package-lock.json
medium Security checks software dependencies conf 0.88 pillow: GHSA-5xmw-vc9v-4wf2
Pillow has a heap buffer overflow with nested list coordinates
uv.lock
medium Security checks software dependencies conf 0.88 pillow: GHSA-r73j-pqj5-w3x7
Pillow has a PDF Parsing Trailer Infinite Loop (DoS)
uv.lock
medium Security checks software dependencies conf 0.88 postcss: GHSA-qx2v-qp2m-jg93
PostCSS has XSS via Unescaped </style> in its CSS Stringify Output
frontend/package-lock.json
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt.
.well-known/security.txt
medium Security checks software dependencies conf 0.88 pytest: GHSA-6w46-j5rx-g56g
pytest has vulnerable tmpdir handling
uv.lock
medium Security checks software dependencies conf 0.88 python-dotenv: GHSA-mf9w-mj56-hr94
python-dotenv: Symlink following in set_key allows arbitrary file overwrite via cross-device rename fallback
uv.lock
medium Security checks software dependencies conf 0.88 python-multipart: GHSA-mj87-hwqh-73pj
python-multipart affected by Denial of Service via large multipart preamble or epilogue data
uv.lock
medium Security checks software dependencies conf 0.88 vite: GHSA-4w7w-66w2-5vf9
Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling
frontend/package-lock.json
medium Security checks software dependencies conf 0.88 yaml: GHSA-48c2-rrv3-qjmp
yaml is vulnerable to Stack Overflow via deeply nested YAML collections
frontend/package-lock.json
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/composables/useUpdateChecker.ts:115
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/utils/gameData/staticData.ts:25
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/build-and-release.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/generate_yituliu_json.py:28
`urllib.request.urlopen(...)` 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.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — src/endfield_essence_recognizer/updater/installer.py:1056
`subprocess.Popen(...)` 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.
runtime safetyRobustness
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
low Security checks quality Quality conf 0.60 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.
frontend/src/utils/gameData/gameData.ts:49 duplicationquality
high Security checks software dependencies conf 0.90 GitHub Action `actions/setup-python@v6` is minor version(s) behind (latest v6.2.0)
`uses: actions/setup-python@v6` is minor version(s) behind the latest published release v6.2.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/build-and-release.yml:35
high Security checks software dependencies conf 0.90 GitHub Action `mikepenz/action-junit-report@v6` is minor version(s) behind (latest v6.4.1)
`uses: mikepenz/action-junit-report@v6` is minor version(s) behind the latest published release v6.4.1. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverag…
.github/workflows/backend-ci.yml:74
low Security checks software dependencies conf 0.90 npm package `@vue/tsconfig` is minor version(s) behind (0.8.1 -> 0.9.1)
`@vue/tsconfig` is pinned/resolved at 0.8.1 but the latest stable release on the npm registry is 0.9.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
frontend/package.json
low Security checks software dependencies conf 0.90 npm package `eslint-config-vuetify` is minor version(s) behind (4.3.4 -> 4.6.2)
`eslint-config-vuetify` is pinned/resolved at 4.3.4 but the latest stable release on the npm registry is 4.6.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
frontend/package.json
low Security checks software dependencies conf 0.90 npm package `prettier` is minor version(s) behind (3.7.4 -> 3.8.3)
`prettier` is pinned/resolved at 3.7.4 but the latest stable release on the npm registry is 3.8.3 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
frontend/package.json
low Security checks software dependencies conf 0.90 npm package `sass-embedded` is minor version(s) behind (1.97.1 -> 1.100.0)
`sass-embedded` is pinned/resolved at 1.97.1 but the latest stable release on the npm registry is 1.100.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
frontend/package.json
low Security checks software dependencies conf 0.90 npm package `vite-plugin-vue-devtools` is minor version(s) behind (8.0.5 -> 8.1.2)
`vite-plugin-vue-devtools` is pinned/resolved at 8.0.5 but the latest stable release on the npm registry is 8.1.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs ra…
frontend/package.json
low Security checks software dependencies conf 0.90 npm package `vue-tsc` is minor version(s) behind (3.2.1 -> 3.3.3)
`vue-tsc` is pinned/resolved at 3.2.1 but the latest stable release on the npm registry is 3.3.3 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
frontend/package.json
low Security checks software dependencies conf 0.88 pygments: GHSA-5239-wwwm-4pmq
Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching
uv.lock
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/env.d.ts
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: frontend/eslint.config.js
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: frontend/src/main.ts
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: frontend/src/plugins/vuetify.ts
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: frontend/src/types/common.ts
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: frontend/src/types/staticData.ts
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: scripts/legacy_game_data/models/endfielddata/TableCfg/GemTagIdTable.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: scripts/legacy_game_data/models/endfielddata/TableCfg/I18nTextTable.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: scripts/legacy_game_data/models/endfielddata/TableCfg/TextTable.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: src/endfield_essence_recognizer/api/router.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: src/endfield_essence_recognizer/version.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/endfield_essence_recognizer/api/websockets/update_progress.py:update_progress_ws, src/endfield_essence_recognizer/api/websockets/update_progress.py:update_progress This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see…
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: src/endfield_essence_recognizer/core/interfaces.py:progressive_drag, src/endfield_essence_recognizer/core/window/scaling.py:progressive_drag, src/endfield_essence_recognizer/core/window/manager.py:progressive_drag, src/endfield_essence_recognizer/core…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `lock_if_not_deprecated` in src/endfield_essence_recognizer/schemas/user_setting.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in src/endfield_essence_recognizer/services/profile_manager.py:163
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `old_backup` in src/endfield_essence_recognizer/services/user_setting_manager.py:94
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_get_user_setting_returns_copy` in tests/test_user_setting_manager.py:29
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_lock_if_not_deprecated` in tests/unit/core/scanner/test_action_logic.py:155
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: build_scanner_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/core/scanner/context.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/core/window/windows_utils.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/hotkey_entrypoints.py:20
low System graph software Dead code conf 1.00 Possibly dead Python function: delayed_exit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/updater/installer.py:1063
low System graph software Dead code conf 1.00 Possibly dead Python function: emit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/utils/log.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: preprocess_text_roi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/core/recognition/tasks/attribute.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: preprocess_text_template
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/core/recognition/tasks/attribute.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: resize_to_ref_roi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/utils/image.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: scope_to_slice
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/utils/image.py:127
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/core/scanner/engine.py:858
low System graph software Dead code conf 1.00 Possibly dead Python function: update_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/api/websockets/update_progress.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapped_execute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/endfield_essence_recognizer/services/scanner_service.py:113
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/src/composables/useLogs.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/src/pages/index.vue:75
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/src/utils/autoFontSizing.ts:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`src/endfield_essence_recognizer/api/routes/config.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /active
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `GET /active` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /check
`src/endfield_essence_recognizer/api/routes/update.py` declares `GET /check` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /essences
`src/endfield_essence_recognizer/api/routes/static_data.py` declares `GET /essences` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /essences/{stat_id}
`src/endfield_essence_recognizer/api/routes/static_data.py` declares `GET /essences/{stat_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /flows
`src/endfield_essence_recognizer/api/routes/update.py` declares `GET /flows` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /mirrors
`src/endfield_essence_recognizer/api/routes/update.py` declares `GET /mirrors` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /rarity_colors
`src/endfield_essence_recognizer/api/routes/static_data.py` declares `GET /rarity_colors` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /screenshot
`src/endfield_essence_recognizer/api/routes/screenshot.py` declares `GET /screenshot` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /treasure_matrix
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `GET /treasure_matrix` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /weapon_essence_counts
`src/endfield_essence_recognizer/api/routes/scanner.py` declares `GET /weapon_essence_counts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /weapon_essence_data
`src/endfield_essence_recognizer/api/routes/scanner.py` declares `GET /weapon_essence_data` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /weapon_types
`src/endfield_essence_recognizer/api/routes/static_data.py` declares `GET /weapon_types` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /weapons
`src/endfield_essence_recognizer/api/routes/static_data.py` declares `GET /weapons` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /weapons/{weapon_id}
`src/endfield_essence_recognizer/api/routes/static_data.py` declares `GET /weapons/{weapon_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /
`src/endfield_essence_recognizer/api/routes/config.py` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /cancel
`src/endfield_essence_recognizer/api/routes/update.py` declares `POST /cancel` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /delete
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /delete` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /exit
`src/endfield_essence_recognizer/api/routes/system.py` declares `POST /exit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /farming_recommendation
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /farming_recommendation` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /farming_recommendations
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /farming_recommendations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /install
`src/endfield_essence_recognizer/api/routes/update.py` declares `POST /install` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /open_logs_folder
`src/endfield_essence_recognizer/api/routes/system.py` declares `POST /open_logs_folder` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /recognize_once
`src/endfield_essence_recognizer/api/routes/scanner.py` declares `POST /recognize_once` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /rename
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /rename` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /start_scanning
`src/endfield_essence_recognizer/api/routes/scanner.py` declares `POST /start_scanning` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /switch
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /switch` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /take_and_save_screenshot
`src/endfield_essence_recognizer/api/routes/screenshot.py` declares `POST /take_and_save_screenshot` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /toggle_scanning
`src/endfield_essence_recognizer/api/routes/scanner.py` declares `POST /toggle_scanning` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /treasure_matrix
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /treasure_matrix` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /treasure_matrix/add
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /treasure_matrix/add` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /weapon_overview_filters
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /weapon_overview_filters` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /weapon_priority
`src/endfield_essence_recognizer/api/routes/profiles.py` declares `POST /weapon_priority` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: src/endfield_essence_recognizer/core/scanner/engine.py (1386 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/0491da20-f5eb-44df-a491-2ebc3b77fdd3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0491da20-f5eb-44df-a491-2ebc3b77fdd3/

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.