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.
128 of your 248 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 45.94s for a 118.8 MB repo slow.
  • Repobility's analysis ran in 15.57s after the clone landed.

immich-app/immich

https://github.com/immich-app/immich · scanned 2026-06-05 06:05 UTC (4 hours, 54 minutes ago) · 10 languages

962 findings (222 legacy + 740 scanner) 11/13 scanners ran Scanner says 51 (higher by 29)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 hours, 54 minutes ago · v2 · 592 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 68.0 0.20 13.60
documentation_score 76.0 0.15 11.40
practices_score 91.0 0.15 13.65
code_quality 70.0 0.10 7.00
Overall 1.00 79.7
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 Repository scanned at 50.6/100 with 100.0% coverage. It contains 5555 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 370 findings — concentrated in frontend (94), security (86), quality (61). Risk profile is high: 73 critical, 10 high, 39 medium. Recommended next step: open the frontend layer findings first — that's where the highest-impact wins live.

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

critical 9-layer security secrets conf 1.00 Possible secret in e2e/src/fixtures.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
e2e/src/fixtures.ts:11 secrets
critical 9-layer security secrets conf 1.00 Possible secret in e2e/src/fixtures.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
e2e/src/fixtures.ts:34 secrets
critical 9-layer security secrets conf 1.00 Possible secret in e2e/src/fixtures.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
e2e/src/fixtures.ts:39 secrets
critical 9-layer security secrets conf 1.00 Possible secret in e2e/src/fixtures.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
e2e/src/fixtures.ts:44 secrets
critical 9-layer security secrets conf 1.00 Possible secret in e2e/src/fixtures.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
e2e/src/fixtures.ts:49 secrets
critical 9-layer security secrets conf 1.00 Possible secret in e2e/src/fixtures.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
e2e/src/fixtures.ts:54 secrets
critical 9-layer security secrets conf 1.00 Possible secret in packages/sdk/src/fetch-client.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
packages/sdk/src/fetch-client.ts:7061 secrets
critical 9-layer security secrets conf 1.00 Possible secret in server/src/emails/welcome.email.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
server/src/emails/welcome.email.tsx:67 secrets
critical 9-layer security secrets conf 1.00 Possible secret in server/src/enum.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
server/src/enum.ts:5 secrets
critical 9-layer security secrets conf 1.00 Possible secret in server/src/enum.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
server/src/enum.ts:150 secrets
critical 9-layer security secrets conf 1.00 Possible secret in server/src/repositories/email.repository.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
server/src/repositories/email.repository.ts:37 secrets
critical 9-layer security secrets conf 1.00 Possible secret in server/src/services/notification-admin.service.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
server/src/services/notification-admin.service.ts:72 secrets
critical 9-layer security secrets conf 1.00 Possible secret in web/src/lib/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
web/src/lib/constants.ts:257 secrets
low Legacy quality quality conf 1.00 ✓ Repobility [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context.
server/src/controllers/asset-media.controller.ts:57 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context.
packages/plugin-sdk/src/types.ts:76 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context.
packages/cli/src/utils.ts:196 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
machine-learning/immich_ml/__main__.py:56 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED008] Swift Force Unwrap: optional! crashes on nil. Use guard let or if let.
Review and fix per the pattern semantics. See CWE-476 / for context.
mobile/ios/WidgetExtension/ImmichAPI.swift:309 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED008] Swift Force Unwrap: optional! crashes on nil. Use guard let or if let.
Review and fix per the pattern semantics. See CWE-476 / for context.
mobile/ios/Runner/Images/Thumbhash.swift:114 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED008] Swift Force Unwrap: optional! crashes on nil. Use guard let or if let.
Review and fix per the pattern semantics. See CWE-476 / for context.
mobile/ios/Runner/Core/URLSessionManager.swift:44 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotlins null safety.
Review and fix per the pattern semantics. See CWE-476 / for context.
mobile/android/app/src/main/kotlin/app/alextran/immich/background/BackgroundWorker.kt:86 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED038] Swift Try Bang: try! crashes on thrown error. Use try? or do/catch.
Review and fix per the pattern semantics. See CWE-755 / for context.
mobile/ios/Runner/Core/URLSessionManager.swift:46 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self._install_sigquit_handler` used but never assigned in __init__: Method `_serve` of class `CustomUvicornWorker` reads `self._install_sigquit_handler`, 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._install_sigquit_handler = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/config.py:157 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self._provider_options` used but never assigned in __init__: Method `provider_options` of class `OrtSession` reads `self._provider_options`, 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._provider_options = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/sessions/ort.py:122 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self._provider_options` used but never assigned in __init__: Method `provider_options` of class `OrtSession` reads `self._provider_options`, 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._provider_options = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/sessions/ort.py:117 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self._providers` used but never assigned in __init__: Method `providers` of class `OrtSession` reads `self._providers`, 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._providers = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/sessions/ort.py:107 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self._providers` used but never assigned in __init__: Method `providers` of class `OrtSession` reads `self._providers`, 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._providers = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/sessions/ort.py:102 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self._sess_options` used but never assigned in __init__: Method `sess_options` of class `OrtSession` reads `self._sess_options`, 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._sess_options = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/sessions/ort.py:172 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.client` used but never assigned in __init__: Method `encode_image` of class `CLIPVisionFormDataLoadTest` reads `self.client`, 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.client = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:61 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.client` used but never assigned in __init__: Method `encode_text` of class `CLIPTextFormDataLoadTest` reads `self.client`, 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.client = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:52 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.client` used but never assigned in __init__: Method `recognize` of class `RecognitionFormDataLoadTest` reads `self.client`, 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.client = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:81 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.config` used but never assigned in __init__: Method `_serve` of class `CustomUvicornWorker` reads `self.config`, 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.config = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/config.py:156 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.config` used but never assigned in __init__: Method `_serve` of class `CustomUvicornWorker` reads `self.config`, 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.config = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/config.py:155 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.data` used but never assigned in __init__: Method `encode_image` of class `CLIPVisionFormDataLoadTest` reads `self.data`, 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.data = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:60 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.data` used but never assigned in __init__: Method `recognize` of class `RecognitionFormDataLoadTest` reads `self.data`, 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.data = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:79 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.device` used but never assigned in __init__: Method `dummy_input` of class `ArcFace` reads `self.device`, 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.device = <default>` in __init__, or add a class-level default.
machine-learning/ann/export/run.py:54 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.device` used but never assigned in __init__: Method `dummy_input` of class `RetinaFace` reads `self.device`, 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.device = <default>` in __init__, or add a class-level default.
machine-learning/ann/export/run.py:73 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.device` used but never assigned in __init__: Method `forward` of class `ArcFace` reads `self.device`, 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.device = <default>` in __init__, or add a class-level default.
machine-learning/ann/export/run.py:48 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.device` used but never assigned in __init__: Method `forward` of class `ClipVision` reads `self.device`, 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.device = <default>` in __init__, or add a class-level default.
machine-learning/ann/export/run.py:92 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.device` used but never assigned in __init__: Method `forward` of class `RetinaFace` reads `self.device`, 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.device = <default>` in __init__, or add a class-level default.
machine-learning/ann/export/run.py:69 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.environment` used but never assigned in __init__: Method `encode_image` of class `CLIPVisionFormDataLoadTest` reads `self.environment`, 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.environment = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:58 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.environment` used but never assigned in __init__: Method `encode_text` of class `CLIPTextFormDataLoadTest` reads `self.environment`, 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.environment = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:50 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.environment` used but never assigned in __init__: Method `recognize` of class `RecognitionFormDataLoadTest` reads `self.environment`, 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.environment = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:74 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.environment` used but never assigned in __init__: Method `recognize` of class `RecognitionFormDataLoadTest` reads `self.environment`, 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.environment = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:73 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.environment` used but never assigned in __init__: Method `recognize` of class `RecognitionFormDataLoadTest` reads `self.environment`, 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.environment = <default>` in __init__, or add a class-level default.
machine-learning/locustfile.py:70 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.sockets` used but never assigned in __init__: Method `_serve` of class `CustomUvicornWorker` reads `self.sockets`, 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.sockets = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/config.py:158 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.wsgi` used but never assigned in __init__: Method `_serve` of class `CustomUvicornWorker` reads `self.wsgi`, 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.wsgi = <default>` in __init__, or add a class-level default.
machine-learning/immich_ml/config.py:155 qualitylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `immich-app/devtools/.github/workflows/shared-pr-require-conventional-commit.yml` pinned to mutable ref `@main`: `uses: immich-app/devtools/.github/workflows/shared-pr-require-conventional-commit.yml@main` 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 + lock with Dependabot or renovate.
Replace with: `uses: immich-app/devtools/.github/workflows/shared-pr-require-conventional-commit.yml@<40-char-sha> # main` and let Dependabot bump it on a scheduled cadence.
.github/workflows/org-pr-require-conventional-commit.yml:10 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `immich-app/devtools/.github/workflows/shared-zizmor.yml` pinned to mutable ref `@main`: `uses: immich-app/devtools/.github/workflows/shared-zizmor.yml@main` 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 + lock with Dependabot or renovate.
Replace with: `uses: immich-app/devtools/.github/workflows/shared-zizmor.yml@<40-char-sha> # main` and let Dependabot bump it on a scheduled cadence.
.github/workflows/org-zizmor.yml:11 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `dev-container-server (no tag)` not pinned by digest: `FROM dev-container-server (no tag)` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM dev-container-server (no tag)@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
server/Dockerfile.dev:41 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED126] Workflow container/services image `immich-machine-learning` unpinned: `container/services image: immich-machine-learning` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines.
Replace with `immich-machine-learning@sha256:<digest>`. Re-pin via Dependabot Docker scope.
.github/workflows/docker.yml:144 dependencylegacy
low Legacy software xss conf 1.00 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline.
For plain text: use el.textContent = data.value (auto-escapes). For HTML you need to render: el.innerHTML = DOMPurify.sanitize(html). For React/Vue/Svelte: stop using innerHTML; use the framework's binding. When data comes from CV/PDF parsers, sanitize at the parser boundary too.
server/src/dtos/editing.dto.ts:69 xsslegacy
low Legacy software xss conf 1.00 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline.
For plain text: use el.textContent = data.value (auto-escapes). For HTML you need to render: el.innerHTML = DOMPurify.sanitize(html). For React/Vue/Svelte: stop using innerHTML; use the framework's binding. When data comes from CV/PDF parsers, sanitize at the parser boundary too.
packages/cli/src/utils.ts:58 xsslegacy
low Legacy quality quality conf 1.00 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can craft a ReDoS pattern. Ported from eslint-plugin-security detect-non-literal-regexp (Apache-2.0).
Use a literal RegExp or whitelist-validate user input before constructing patterns.
packages/plugin-core/src/index.ts:34 qualitylegacy
low Legacy quality quality conf 1.00 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0).
Use execFile / spawn with separate args array; never pass shell strings.
server/src/utils/database-backups.ts:17 qualitylegacy
low Legacy quality quality conf 1.00 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0).
Use execFile / spawn with separate args array; never pass shell strings.
server/src/services/hls.service.ts:179 qualitylegacy
low Legacy quality quality conf 1.00 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0).
Use execFile / spawn with separate args array; never pass shell strings.
server/src/repositories/server-info.repository.ts:37 qualitylegacy
high Legacy cicd docker conf 0.90 Compose service bind-mounts a sensitive host path
Mount only the exact file or directory required, prefer read-only mode, and avoid host system paths.
docker/docker-compose.yml:12 dockerlegacy
high Legacy security auth conf 0.78 Consent is collected in UI without visible backend audit persistence
Persist consent as a backend record with subject, actor, purpose, scope, legal text version, timestamp, IP address, user agent, and revocation state.
e2e/src/responses.ts:13 authlegacy
high Legacy cicd docker conf 0.90 Database service has no persistent data volume
Mount the database data directory to a named Docker volume or managed persistent disk, and document backup and restore testing.
e2e/docker-compose.yml:50 dockerlegacy
high Legacy cicd docker conf 0.84 Database service publishes a host port
Use `expose` for service-to-service access, bind to 127.0.0.1 for local-only access, or protect the port with firewall rules.
e2e/docker-compose.yml:50 dockerlegacy
high Legacy cicd docker conf 0.95 Docker final stage runs as root
Create an application user after package installation and switch to it with USER appuser or USER 10001.
server/Dockerfile.dev:43 dockerlegacy
high 9-layer security secrets conf 1.00 .env file present in repo: deployment/.env
A raw .env file is in the working tree. Verify it isn't committed and that secrets are in a vault.
secretsconfig
high 9-layer api wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:2285/api/server/ping (e2e/vitest.config.ts:10)
`e2e/vitest.config.ts:10` calls `GET http://127.0.0.1:2285/api/server/ping` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:2285/api/server/ping` If this points at an external API, prefix it with `htt…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:2285/api/server/ping (e2e/vitest.maintenance.config.ts:10)
`e2e/vitest.maintenance.config.ts:10` calls `GET http://127.0.0.1:2285/api/server/ping` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:2285/api/server/ping` If this points at an external API, prefix …
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET http://test.local (server/src/utils/fetch.spec.ts:11)
`server/src/utils/fetch.spec.ts:11` calls `GET http://test.local` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/test.local` If this points at an external API, prefix it with `https://` so the matcher skips it.
wiringdangling-fetchfetch
high 9-layer security auth conf 1.00 FastAPI POST `predict` without auth dependency — machine-learning/immich_ml/main.py:166
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
machine-learning/immich_ml/main.py:166 authowaspauth.fastapi.unauth_mutation
high 9-layer cicd supply-chain conf 1.00 GitHub Action tracks a moving branch
immich-app/devtools/.github/workflows/shared-zizmor.yml@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/org-zizmor.yml:11 supply-chaingithub-actionspinned-dependencies
high 9-layer cicd supply-chain conf 1.00 GitHub Action tracks a moving branch
immich-app/devtools/.github/workflows/shared-pr-require-conventional-commit.yml@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/org-pr-require-conventional-commit.yml:10 supply-chaingithub-actionspinned-dependencies
high 9-layer security owasp conf 1.00 Insecure pattern 'eval_used' in machine-learning/ann/export/run.py:64
Found a known-risky pattern (eval_used). Review and replace if possible.
machine-learning/ann/export/run.py:64 owaspeval_used
high 9-layer security owasp conf 1.00 Insecure pattern 'exec_used' in e2e/src/docker-compose.ts:32
Found a known-risky pattern (exec_used). Review and replace if possible.
e2e/src/docker-compose.ts:32 owaspexec_used
high 9-layer security owasp conf 1.00 Insecure pattern 'exec_used' in server/src/repositories/server-info.repository.ts:37
Found a known-risky pattern (exec_used). Review and replace if possible.
server/src/repositories/server-info.repository.ts:37 owaspexec_used
medium Legacy 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.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
authlegacy
low Legacy security security conf 1.00 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blank"> without rel="noopener noreferrer" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility.
Add rel="noopener noreferrer" to every <a target="_blank">: <a href="..." target="_blank" rel="noopener noreferrer">link</a> For dynamically generated links from JS, set rel on the element before appending. Even safe-looking subdomains should harden — costs nothing.
docs/docusaurus.config.js:111 securitylegacy
medium Legacy quality quality conf 1.00 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass.
Move dummy values to fixtures / seed files. In application code, require these to come from config or fail closed. Add a CI grep that rejects 'lorem ipsum' and 'example.com' outside test files.
server/src/services/notification-admin.service.ts:70 qualitylegacy
medium Legacy cicd docker conf 0.86 App service does not wait for database health
Give the database a healthcheck and change the dependency to `depends_on: { db: { condition: service_healthy } }`.
e2e/docker-compose.yml:10 dockerlegacy
medium Legacy cicd docker conf 0.86 App service does not wait for database health
Give the database a healthcheck and change the dependency to `depends_on: { db: { condition: service_healthy } }`.
docker/docker-compose.yml:12 dockerlegacy
medium Legacy cicd docker conf 0.94 Compose service `immich-server` image uses the latest tag
Pin to a maintained version tag or digest and update it deliberately through dependency automation.
e2e/docker-compose.yml:10 dockerlegacy
medium Legacy cicd docker conf 0.56 Compose service contains a literal secret environment value
Rotate the value if real. Move it to Docker Compose secrets, a platform secret manager, or an uncommitted environment file.
e2e/docker-compose.yml:50 dockerlegacy
medium Legacy cicd docker conf 0.56 Compose service contains a literal secret environment value
Rotate the value if real. Move it to Docker Compose secrets, a platform secret manager, or an uncommitted environment file.
e2e/docker-compose.yml:10 dockerlegacy
medium Legacy cicd docker conf 0.74 Database service has no persistent data volume
Mount the database data directory to a named Docker volume or managed persistent disk, and document backup and restore testing.
e2e/docker-compose.yml:44 dockerlegacy
medium Legacy cicd docker conf 0.74 Database service has no persistent data volume
Mount the database data directory to a named Docker volume or managed persistent disk, and document backup and restore testing.
docker/docker-compose.yml:49 dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
server/Dockerfile:83 dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
packages/e2e-auth-server/Dockerfile:1 dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
packages/cli/Dockerfile:1 dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
machine-learning/Dockerfile:117 dockerlegacy
medium Legacy cicd docker conf 0.84 Dockerfile ADD downloads remote content
Use curl/wget with a pinned URL, verify checksum or signature, and prefer COPY for local files.
machine-learning/Dockerfile:115 dockerlegacy
medium Legacy quality quality conf 0.70 Public web app has no Content Security Policy
Add a Content-Security-Policy header through the web framework or hosting config. For static apps, add a CSP meta tag that restricts default-src, script-src, connect-src, img-src, and frame-ancestors.
index.html qualitylegacy
medium Legacy quality quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt qualitylegacy
high Legacy software dependency conf 0.70 Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
docs/docs/install/script.md:22 dependencylegacy
medium Legacy quality quality conf 0.78 Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
mobile/openapi/lib/model/shared_links_update.dart:1 qualitylegacy
medium Legacy quality quality conf 0.78 Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
mobile/openapi/lib/model/email_notifications_update.dart:1 qualitylegacy
medium 9-layer frontend frontend-quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — server/src/emails/album-invite.email.tsx:43
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
frontend-qualityfq.dangerous-html
medium 9-layer frontend frontend-quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — server/src/emails/album-update.email.tsx:42
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
frontend-qualityfq.dangerous-html
medium 9-layer frontend frontend-quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — server/src/emails/welcome.email.tsx:44
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
frontend-qualityfq.dangerous-html
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — docs/src/components/version-switcher.tsx:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — e2e/src/utils.ts:547
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/cli/src/commands/asset.ts:424
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — server/src/repositories/oauth.repository.ts:133
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — server/src/utils/fetch.spec.ts:11
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — web/src/lib/utils/cast/gcast-destination.svelte.ts:106
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — web/src/lib/utils/license-utils.ts:18
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer hardware supply-chain conf 1.00 Docker base image uses a mutable or implicit tag: builder-${DEVICE}
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
machine-learning/Dockerfile:26 supply-chaindockerpinned-dependencies
medium 9-layer hardware supply-chain conf 1.00 Docker base image uses a mutable or implicit tag: prod-${DEVICE}
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
machine-learning/Dockerfile:116 supply-chaindockerpinned-dependencies
medium 9-layer hardware supply-chain conf 1.00 Dockerfile ADD downloads remote content without checksum
Remote build inputs can change or be replaced upstream. Use Dockerfile ADD --checksum or download with an explicit digest/signature verification step.
machine-learning/Dockerfile:114 supply-chaindockerchecksum
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: machine-learning/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: packages/cli/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: packages/e2e-auth-server/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: server/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer cicd supply-chain 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/sdk.yml supply-chaingithub-actionsleast-privilege
medium 9-layer cicd supply-chain 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/docker.yml supply-chaingithub-actionsleast-privilege
medium 9-layer cicd supply-chain 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/fix-format.yml supply-chaingithub-actionsleast-privilege
medium 9-layer cicd supply-chain 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/cli.yml supply-chaingithub-actionsleast-privilege
medium 9-layer security owasp conf 1.00 Insecure pattern 'dangerous_innerhtml' in server/src/emails/album-invite.email.tsx:43
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
server/src/emails/album-invite.email.tsx:43 owaspdangerous_innerhtml
medium 9-layer security owasp conf 1.00 Insecure pattern 'dangerous_innerhtml' in server/src/emails/album-update.email.tsx:42
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
server/src/emails/album-update.email.tsx:42 owaspdangerous_innerhtml
medium 9-layer security owasp conf 1.00 Insecure pattern 'dangerous_innerhtml' in server/src/emails/welcome.email.tsx:44
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
server/src/emails/welcome.email.tsx:44 owaspdangerous_innerhtml
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in server/src/controllers/asset-media.controller.ts:184
Found a known-risky pattern (weak_hash). Review and replace if possible.
server/src/controllers/asset-media.controller.ts:184 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in server/src/dtos/asset-media.dto.ts:62
Found a known-risky pattern (weak_hash). Review and replace if possible.
server/src/dtos/asset-media.dto.ts:62 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in server/src/dtos/asset-response.dto.ts:104
Found a known-risky pattern (weak_hash). Review and replace if possible.
server/src/dtos/asset-response.dto.ts:104 owaspweak_hash
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — machine-learning/ann/export/run.py:120
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — mobile/scripts/check_i18n_keys.py:10
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer network security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker/docker-compose.rootless.yml securityports
medium 9-layer network security conf 1.00 Privileged port 121 in use
Port 121 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
machine-learning/Dockerfile securityports
medium 9-layer network security conf 1.00 Privileged port 587 in use
Port 587 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
server/src/config.ts securityports
medium 9-layer network security conf 1.00 Privileged port 63 in use
Port 63 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
server/Dockerfile securityports
medium 9-layer network security conf 1.00 Privileged port 69 in use
Port 69 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker/docker-compose.prod.yml securityports
medium 9-layer network security conf 1.00 Privileged port 86 in use
Port 86 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
machine-learning/Dockerfile securityports
medium 9-layer network security conf 1.00 Privileged port 94 in use
Port 94 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
machine-learning/Dockerfile securityports
low Legacy cicd docker conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
Set a non-root `user:` in Compose or ensure the final image stage has a non-root USER directive.
e2e/docker-compose.yml:10 dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
Set a non-root `user:` in Compose or ensure the final image stage has a non-root USER directive.
e2e/docker-compose.yml:3 dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
Set a non-root `user:` in Compose or ensure the final image stage has a non-root USER directive.
docker/docker-compose.yml:12 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
Add `security_opt: ["no-new-privileges:true"]` unless the service has a documented need for privilege escalation.
e2e/docker-compose.yml:10 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
Add `security_opt: ["no-new-privileges:true"]` unless the service has a documented need for privilege escalation.
e2e/docker-compose.yml:3 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
Add `security_opt: ["no-new-privileges:true"]` unless the service has a documented need for privilege escalation.
docker/docker-compose.yml:12 dockerlegacy
low Legacy cicd docker conf 0.58 Database password is wired through an environment variable placeholder
Prefer Compose secrets or your platform secret manager with *_FILE variables where the image supports them. Rotate only if a real value was committed.
docker/docker-compose.yml:56 dockerlegacy
low Legacy cicd docker conf 0.72 Dockerfile installs recommended OS packages
Add `--no-install-recommends` and explicitly list only packages the image needs.
server/Dockerfile.dev:76 dockerlegacy
low Legacy cicd docker conf 0.74 Dockerfile leaves apt package indexes in the image layer
End the apt install layer with `rm -rf /var/lib/apt/lists/*`.
server/Dockerfile.dev:76 dockerlegacy
low Legacy cicd docker conf 0.74 Dockerfile leaves apt package indexes in the image layer
End the apt install layer with `rm -rf /var/lib/apt/lists/*`.
server/Dockerfile.dev:45 dockerlegacy
low Legacy cicd docker conf 0.74 Dockerfile leaves apt package indexes in the image layer
End the apt install layer with `rm -rf /var/lib/apt/lists/*`.
server/Dockerfile.dev:30 dockerlegacy
low Legacy cicd docker conf 0.74 Dockerfile leaves apt package indexes in the image layer
End the apt install layer with `rm -rf /var/lib/apt/lists/*`.
machine-learning/Dockerfile:34 dockerlegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Sync/Messages.g.swift:201 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Sync/Messages.g.swift:31 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Sync/Messages.g.swift:18 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Sync/Messages.g.swift:1 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Permission/PermissionApi.g.swift:31 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Permission/PermissionApi.g.swift:18 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Images/RemoteImages.g.swift:79 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Images/RemoteImages.g.swift:17 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Images/RemoteImages.g.swift:1 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Images/LocalImages.g.swift:17 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Images/LocalImages.g.swift:1 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Core/Network.g.swift:17 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Core/Network.g.swift:1 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/ios/Runner/Connectivity/Connectivity.g.swift:1 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/viewintent/ViewIntent.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/sync/Messages.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/permission/PermissionApi.g.kt:23 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/permission/PermissionApi.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/images/RemoteImages.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/images/LocalImages.g.kt:23 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/images/LocalImages.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/core/Network.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/connectivity/Connectivity.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/android/app/src/main/kotlin/app/alextran/immich/background/BackgroundWorkerLock.g.kt:13 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/openapi/lib/model/tags_update.dart:19 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
mobile/openapi/lib/model/shared_links_update.dart:19 qualitylegacy
low Legacy quality quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt qualitylegacy
low Legacy quality quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt qualitylegacy
low Legacy quality quality conf 0.74 Public web app has no robots.txt
Add robots.txt at the web root or a framework-native robots route. Include an explicit Sitemap directive and disallow only private paths.
robots.txt qualitylegacy
low Legacy quality quality conf 0.72 Public web app has no sitemap
Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt.
sitemap.xml qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/tags_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/shared_links_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/ratings_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/purchase_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/people_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/memories_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/folders_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/email_notifications_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/download_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/cast_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/avatar_update.dart:1 qualitylegacy
high Legacy quality quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
mobile/openapi/lib/model/albums_update.dart:1 qualitylegacy
low 9-layer quality maintenance conf 1.00 88 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
maintenance
low 9-layer hardware coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
coveragedeployment
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: docs/babel.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: docs/sidebars.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: docs/src/theme/NavbarItem/ComponentTypes.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: docs/tailwind.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/cli/src/commands/asset.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/cli/vite.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/e2e-auth-server/startup.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/e2e-auth-server/test-keys.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/plugin-core/esbuild.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/plugin-sdk/esbuild.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/plugin-sdk/src/sdk.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: packages/plugin-sdk/src/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/eslint.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/app.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/__mocks__/jsdom-url.mock.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/__mocks__/sdk.mock.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/components/album-page/__tests__/AlbumCover.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/components/Image.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/constants.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/i18n.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/route.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/stores/context-menu.store.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/stores/drag-and-drop-files.store.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/stores/folders.svelte.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/stores/maintenance.store.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/stores/media-query-manager.svelte.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/stores/preferences.store.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/asset-utils.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/byte-units.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/date-time.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/dipatch.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/exif-utils.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/file-uploader.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/layout-utils.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/ocr-utils.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/thumbnail-util.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/lib/utils/timeline-util.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/params/id.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/params/photos.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/test-data/factories/album-factory.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/test-data/factories/person-factory.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/test-data/factories/preferences-factory.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/test-data/factories/shared-link-factory.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/test-data/factories/user-factory.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/src/test-data/setup.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/svelte.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/tests/helpers.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: web/vite.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer quality integrity conf 1.00 Legacy-named symbol `createPartnerDeprecated` in server/src/controllers/partner.controller.ts:45
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `getAllLegacy` in server/src/services/queue.service.spec.ts:62
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `getQueuesLegacy` in e2e/src/utils.ts:36
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `getQueuesLegacy` in packages/sdk/src/fetch-client.ts:4672
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `getQueuesLegacy` in server/src/controllers/job.controller.ts:28
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `isDeprecated` in server/src/decorators.ts:165
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `maintenance_restore_backup` in web/src/lib/services/database-backups.service.ts:38
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `mapQueueLegacy` in server/src/dtos/queue-legacy.dto.ts:46
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `mapQueueLegacy` in server/src/services/queue.service.ts:6
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `runQueueCommandLegacy` in web/src/lib/services/library.service.ts:6
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `runQueueCommandLegacy` in web/src/lib/services/queue.service.ts:6
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `siglip__v1` in machine-learning/immich_ml/models/constants.py:44
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.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `siglip__v1` in server/src/constants.ts:101
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.
integritylegacy-markerdead-code
low 9-layer quality tests conf 1.00 Low test-to-source ratio
122 tests / 911 src (ratio 0.13).
tests
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/scripts/healthcheck.py:is_ipv6, machine-learning/immich_ml/__main__.py:is_ipv6 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 sep…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/main.py:load_models, machine-learning/immich_ml/main.py:load 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.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/main.py:run_inference, machine-learning/immich_ml/main.py:run 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.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/base.py:model_path_for_format, machine-learning/immich_ml/models/base.py:model_path This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or do…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/base.py:cache_dir, machine-learning/immich_ml/models/base.py:cache_dir 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 th…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/base.py:model_format, machine-learning/immich_ml/models/base.py:model_format This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document …
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/clip/textual.py:model_cfg_path, machine-learning/immich_ml/models/clip/textual.py:model_cfg This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolida…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/clip/textual.py:tokenizer_file_path, machine-learning/immich_ml/models/clip/textual.py:tokenizer_file This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene).…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/clip/textual.py:tokenizer_cfg_path, machine-learning/immich_ml/models/clip/textual.py:tokenizer_cfg This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). C…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/clip/visual.py:model_cfg_path, machine-learning/immich_ml/models/clip/visual.py:model_cfg This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/clip/visual.py:preprocess_cfg_path, machine-learning/immich_ml/models/clip/visual.py:preprocess_cfg This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). C…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/sessions/ort.py:run, machine-learning/immich_ml/sessions/ann/__init__.py:run 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 the…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/sessions/ort.py:providers, machine-learning/immich_ml/sessions/ort.py:providers 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 …
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/sessions/ort.py:provider_options, machine-learning/immich_ml/sessions/ort.py:provider_options This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/sessions/ort.py:sess_options, machine-learning/immich_ml/sessions/ort.py:sess_options This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or documen…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/sessions/rknn/__init__.py:run_inference, machine-learning/immich_ml/sessions/rknn/__init__.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidat…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/sessions/rknn/rknnpool.py:get_soc, machine-learning/immich_ml/sessions/rknn/rknnpool.py:get This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or d…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: machine-learning/ann/export/run.py:dummy_input, machine-learning/ann/export/run.py:dummy_input, machine-learning/ann/export/run.py:dummy_input This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hy…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: machine-learning/ann/export/run.py:forward, machine-learning/ann/export/run.py:forward, machine-learning/ann/export/run.py:forward, machine-learning/ann/export/run.py:forward This is *the* AI-coder failure mode (4× more duplication in vibe-coded repo…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: machine-learning/immich_ml/models/clip/textual.py:tokenize, machine-learning/immich_ml/models/clip/textual.py:tokenize, machine-learning/immich_ml/models/clip/textual.py:tokenize, machine-learning/immich_ml/models/clip/visual.py:transform This is *th…
integrityduplicatedry
low 9-layer cicd supply-chain conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
web/package.json supply-chainnpminstall-scripts
low 9-layer software dead-code conf 1.00 Possibly dead Python function: default_worker_timeout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
machine-learning/immich_ml/config.py:45 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: pre_fork
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
machine-learning/immich_ml/gunicorn_conf.py:11 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: update_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
machine-learning/immich_ml/main.py:122 dead-code
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — e2e/src/docker-compose.ts:20
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — e2e/src/ui/generators/timeline/model-objects.ts:262
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — e2e/src/ui/specs/timeline/utils.ts:223
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — e2e/src/utils.ts:137
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — misc/release/archive-version.js:12
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — packages/cli/src/commands/asset.ts:70
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — packages/cli/src/commands/auth.ts:15
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — packages/cli/src/commands/server-info.ts:15
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — packages/cli/src/queue.ts:107
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — packages/cli/src/utils.ts:59
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — packages/e2e-auth-server/auth-server.ts:175
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — packages/e2e-auth-server/startup.ts:6
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/commands/maintenance-mode.ts:33
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/commands/media-location.command.ts:26
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/commands/oauth-login.ts:15
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/commands/password-login.ts:15
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/commands/reset-admin-password.command.ts:8
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/commands/schema-check.ts:20
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/commands/version.command.ts:16
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/decorators.ts:162
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/main.ts:98
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/services/api.service.spec.ts:19
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/src/utils/misc.ts:252
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — server/test/utils.ts:195
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — web/src/hooks.client.ts:10
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — web/src/lib/stores/websocket.ts:88
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
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — web/src/lib/utils/file-uploader.ts:79
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
frontend-qualityfq.console-leak

Showing first 300 of 380. Refine filters or use the legacy findings page for deep search.

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/8bf65db7-e63f-4bf5-80e5-17232878700e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8bf65db7-e63f-4bf5-80e5-17232878700e/

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.