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.
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.39s for a 56.8 MB repo slow.
  • Repobility's analysis ran in 4.95s after the clone landed.

EKKOLearnAI/hermes-web-ui

https://github.com/EKKOLearnAI/hermes-web-ui · scanned 2026-05-31 01:24 UTC (1 week, 6 days ago) · 10 languages

601 raw signals (178 security + 423 graph) 11/13 scanners ran 78th percentile · Typescript · large (100-500K LoC) System graph score 59 (higher by 24)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 6 days ago · v2 · last Δ +5.4 (diff) · 226 actionable findings from 2 signal sources. 186 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 76.0 0.15 11.40
practices_score 82.0 0.15 12.30
code_quality 56.0 0.10 5.60
Overall 1.00 83.3
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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Strongest security (100), dependencies (90); weakest testing (0), documentation (32).

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

low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 4 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 56, 57, 71, 72
.github/workflows/website-deploy.yml:56, 57, 71, 72 (4 hits)
CI/CD securityworkflow secretsGitHub Actions
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in packages/client/src/i18n/locales/de.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 29, 33, 34, 35
packages/client/src/i18n/locales/de.ts:28, 29, 33, 34, 35 (5 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in packages/client/src/i18n/locales/en.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 29, 33, 34, 35
packages/client/src/i18n/locales/en.ts:28, 29, 33, 34, 35 (5 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in packages/client/src/i18n/locales/es.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 29, 33, 34, 35
packages/client/src/i18n/locales/es.ts:28, 29, 33, 34, 35 (5 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in packages/client/src/i18n/locales/fr.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 29, 33, 34, 35
packages/client/src/i18n/locales/fr.ts:28, 29, 33, 34, 35 (5 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in packages/client/src/i18n/locales/ja.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 29, 33, 34, 35
packages/client/src/i18n/locales/ja.ts:28, 29, 33, 34, 35 (5 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in packages/client/src/i18n/locales/ko.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 29, 33, 34, 35
packages/client/src/i18n/locales/ko.ts:28, 29, 33, 34, 35 (5 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in packages/client/src/i18n/locales/pt.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 29, 33, 34, 35
packages/client/src/i18n/locales/pt.ts:28, 29, 33, 34, 35 (5 hits)
critical System graph security Secrets conf 1.00 Possible secret in packages/client/src/i18n/locales/zh-TW.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
packages/client/src/i18n/locales/zh-TW.ts:28
critical System graph security Secrets conf 1.00 Possible secret in packages/client/src/i18n/locales/zh.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
packages/client/src/i18n/locales/zh.ts:28
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — React skips re-render on mutated reference.
Review and fix per the pattern semantics. See CWE-682 / for context.
3 files, 3 locations
packages/server/src/services/hermes/run-chat/abort.ts:108
packages/server/src/services/hermes/run-chat/bridge-message.ts:55
packages/server/src/services/hermes/run-chat/response-stream.ts:45
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self.get` used but never assigned in __init__: Method `get_for_profile` of class `SessionDbHolder` reads `self.get`, 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.get = <default>` in __init__, or add a class-level default.
lines 807, 871, 911, 912, 913, 914, 915, 916, +16 more
packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:807, 871, 911, 912, 913, 914, 915, 916, +16 more (25 hits)
high Security checks cicd CI/CD security 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.
Dockerfile:6 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 36 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
7 files, 36 locations
.github/workflows/build.yml:25, 28, 67, 70, 105 (10 hits)
.github/workflows/desktop-manual-build.yml:109, 112, 190 (6 hits)
.github/workflows/playwright.yml:24, 27, 46 (6 hits)
.github/workflows/desktop-release.yml:69, 74 (4 hits)
.github/workflows/npm-lockfile-check.yml:35, 38 (4 hits)
.github/workflows/website-deploy.yml:35, 38 (4 hits)
.github/workflows/docker-publish.yml:22 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 14 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `astral-sh/setup-uv` pinned to mutable ref `@v3`: `uses: astral-sh/setup-uv@v3` 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 …
4 files, 14 locations
.github/workflows/desktop-manual-build.yml:121, 199 (4 hits)
.github/workflows/desktop-release.yml:83, 152 (4 hits)
.github/workflows/docker-publish.yml:25, 28, 31, 37 (4 hits)
.github/workflows/build.yml:79 (2 hits)
CI/CD securitySupply chainGitHub Actions
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hermes/config${query} (packages/client/src/api/hermes/config.ts:78)
`packages/client/src/api/hermes/config.ts:78` calls `GET /api/hermes/config${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/config/<p>` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hermes/mcp/tools${query} (packages/client/src/api/hermes/mcp.ts:60)
`packages/client/src/api/hermes/mcp.ts:60` calls `GET /api/hermes/mcp/tools${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/mcp/tools/<p>` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hermes/profiles/runtime-statuses${query} (packages/client/src/api/hermes/profiles.ts:76)
`packages/client/src/api/hermes/profiles.ts:76` calls `GET /api/hermes/profiles/runtime-statuses${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/profiles/runtime-statuses/<p>` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hermes/sessions/conversations${suffix} (packages/client/src/api/hermes/conversations.ts:49)
`packages/client/src/api/hermes/conversations.ts:49` calls `GET /api/hermes/sessions/conversations${suffix}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/sessions/conversations/<p>` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hermes/sessions/conversations/${encodeURIComponent(sessionId)}/messages${suffix} (packages/client/src/api/hermes/conversations.ts:58)
`packages/client/src/api/hermes/conversations.ts:58` calls `GET /api/hermes/sessions/conversations/${encodeURIComponent(sessionId)}/messages${suffix}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hermes/sessions/session-1 (tests/client/api.test.ts:83)
`tests/client/api.test.ts:83` calls `GET /api/hermes/sessions/session-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/sessions/session-1` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hermes/v1/runs (tests/client/api.test.ts:147)
`tests/client/api.test.ts:147` calls `GET /api/hermes/v1/runs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/v1/runs` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${PREVIEW_FRONTEND_PORT}/ (packages/server/src/controllers/update.ts:509)
`packages/server/src/controllers/update.ts:509` calls `GET http://127.0.0.1:${PREVIEW_FRONTEND_PORT}/` 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:/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://registry.npmjs.org/${registryName}/latest (packages/server/src/controllers/health.ts:68)
`packages/server/src/controllers/health.ts:68` calls `GET https://registry.npmjs.org/${registryName}/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/registry.npmjs.org/<p>/latest` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/hermes/mcp/reload${query} (packages/client/src/api/hermes/mcp.ts:85)
`packages/client/src/api/hermes/mcp.ts:85` calls `POST /api/hermes/mcp/reload${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/hermes/mcp/reload/<p>` If this points at an external API, prefix it with…
Dangling fetchHelper:request
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
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.
medium Security checks quality Error handling conf 1.00 3 occurrences [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
3 files, 3 locations
packages/server/src/services/hermes/run-chat/message-format.ts:211
packages/server/src/services/hermes/session-deleter.ts:33
packages/server/src/services/hermes/tts.ts:36
low Security checks security Deserialization conf 1.00 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code.
Use yaml.safe_load() instead of yaml.load(). Avoid pickle for untrusted data.
packages/server/src/services/safe-file-store.ts:78
low Security checks security Deserialization conf 1.00 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code.
Use yaml.safe_load() instead of yaml.load(). Avoid pickle for untrusted data.
packages/server/src/services/hermes/profile-credentials.ts:118
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model.
packages/server/src/index.ts:13
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
lines 88, 304, 380, 434, 457, 465, 612, 670, +17 more
packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:88, 304, 380, 434, 457, 465, 612, 670, +17 more (25 hits)
Error handlingquality
high Security checks security auth conf 0.82 3 occurrences Browser storage is used for session token material
Prefer httpOnly, Secure, SameSite cookies or short-lived in-memory tokens. Avoid persistent browser storage for access, refresh, ID, or partner session tokens.
2 files, 3 locations
packages/desktop/src/preload/index.ts:32, 127 (2 hits)
tests/e2e/fixtures.ts:264
high Security checks quality Quality conf 0.74 Codex auth.json is read or copied without visible secret-file hardening
Use the platform credential store where possible. If auth files must be touched, enforce 0600 permissions, avoid backups in the repo/workspace, redact logs, and document rotation if the file is exposed.
packages/server/src/controllers/hermes/models.ts:164
high Security checks quality Quality conf 0.74 Codex auth.json is read or copied without visible secret-file hardening
Use the platform credential store where possible. If auth files must be touched, enforce 0600 permissions, avoid backups in the repo/workspace, redact logs, and document rotation if the file is exposed.
packages/server/src/controllers/hermes/media.ts:64
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
Tighten .dockerignore or replace COPY . with explicit COPY statements.
Dockerfile:34 CI/CD securitycontainers
high Security checks quality Quality conf 0.80 6 occurrences localStorage write failures are swallowed silently
Handle QuotaExceededError explicitly, show a toast or error state, and guide the user to export/clear old local data. Log non-quota failures for diagnostics.
6 files, 6 locations
packages/client/src/composables/useToolTraceVisibility.ts:18
packages/client/src/composables/useVoiceSettings.ts:55
packages/client/src/stores/hermes/app.ts:318
packages/client/src/stores/hermes/kanban.ts:23
packages/client/src/stores/hermes/session-browser-prefs.ts:36
packages/desktop/src/preload/index.ts:32
medium Security checks 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
medium Security checks 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
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/client/src/api/auth.ts:9
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/client/src/api/client.ts:116
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/client/src/api/hermes/profiles.ts:190
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/client/src/api/hermes/sessions.ts:233
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/client/src/api/hermes/tts.ts:9
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/client/src/stores/hermes/chat.ts:131
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/client/src/stores/hermes/group-chat.ts:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/server/src/controllers/hermes/media.ts:198
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/server/src/services/claude-code-proxy.ts:398
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/server/src/services/codex-proxy.ts:419
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/desktop-release.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/desktop-manual-build.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in packages/server/src/services/hermes/group-chat/index.ts:706
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
packages/server/src/services/hermes/group-chat/index.ts:706 Cors wildcard
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security 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-compose.yml:1 CI/CD securitycontainers
high Security checks cicd CI/CD security 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-compose.yml:1 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 20 locations
packages/client/src/components/hermes/profiles/ProfileRenameModal.vue:44, 45, 79 (3 hits)
packages/client/src/components/hermes/models/ProviderCard.vue:304, 327 (2 hits)
packages/client/src/components/hermes/profiles/ProfileImportModal.vue:50, 51 (2 hits)
packages/client/src/components/hermes/profiles/ProfilesPanel.vue:23, 25 (2 hits)
packages/client/src/views/hermes/CodingAgentsView.vue:283, 783 (2 hits)
packages/client/src/views/hermes/UsageView.vue:77, 80 (2 hits)
packages/server/src/db/hermes/session-store.ts:12, 15 (2 hits)
packages/client/src/components/hermes/chat/MessageList.vue:76
duplicationquality
low Security checks 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
low Security checks 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
low Security checks 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
low Security checks 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
low System graph quality Maintenance conf 1.00 35 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph 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.
Deployment
low System graph software Dead code candidate conf 1.00 File has no detected symbols: playwright.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/app-store.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/chat-store-thinking.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/conversations-api.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/default-credential-prompt.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/file-path.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/group-chat-mention-options.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/highlight-helper.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/highlight-safety.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/job-form-modal.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/kanban-api.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/kanban-create-form.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/kanban-store.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/kanban-task-card.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/kanban-task-drawer.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/kanban-view.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/login-view.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/markdown-special-mentions.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/message-item-highlight.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/models-store.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/profiles-store.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/route-link-item.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/session-browser-prefs.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/session-list-item.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/session-settings.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/sidebar-search.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/skill-list.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/skills-usage-view.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/thinking-parser.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/usage-components-cache-visuals.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/usage-view-period.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/client/use-persistent-record.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/bridge-mcp-action.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/context-compressor.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/file-provider-paths.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/gateway-autostart.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/group-chat-mention-routing.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/hermes-kanban-service.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/message-content-normalization.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/plugins-routes.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/run-chat-compression.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/run-chat-load-state.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/run-chat-model-config.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/run-chat-usage.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/sessions-controller.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/sessions-routes.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/server/usage-store.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/setup.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: vite.config.website.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:callback, packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:callback, packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:callback, packages/server/src/ser…
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:run, packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygi…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:handle_signal, packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:handle, packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:handle This is *the* AI-coder…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `absOld` in packages/server/src/routes/hermes/files.ts:175
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security 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.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:1383
low System graph software Dead code conf 1.00 Possibly dead Python function: read_stdout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:2821
low System graph software Dead code conf 1.00 Possibly dead Python function: restore
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:142
low System graph software Dead code conf 1.00 Possibly dead Python function: stream_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:1562
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapped_compress_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/server/src/services/hermes/agent-bridge/hermes_bridge.py:950
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/client/src/stores/hermes/chat.ts:342
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/client/src/stores/hermes/group-chat.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
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/desktop/src/main/updater.ts:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/server/src/controllers/health.ts:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/server/src/db/hermes/session-store.ts:449
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/server/src/index.ts:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/server/src/services/hermes/gateway-manager.ts:182
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/server/src/services/shutdown.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
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/server/db-index.test.ts:37
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: ALL /api/hermes/{*any}
`packages/server/src/routes/hermes/proxy.ts` declares `ALL /api/hermes/{*any}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ALL /v1/{*any}
`packages/server/src/routes/hermes/proxy.ts` declares `ALL /v1/{*any}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/hermes/sessions/:id
`packages/server/src/routes/hermes/sessions.ts` declares `DELETE /api/hermes/sessions/:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/claude-code-proxy/:key/v1/models
`packages/server/src/routes/claude-code-proxy.ts` declares `GET /api/claude-code-proxy/:key/v1/models` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/codex-proxy/:key/v1/models
`packages/server/src/routes/codex-proxy.ts` declares `GET /api/codex-proxy/:key/v1/models` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/coding-agents/:id/config-files/:key
`packages/server/src/routes/coding-agents.ts` declares `GET /api/coding-agents/:id/config-files/:key` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/cron-history
`packages/server/src/routes/hermes/cron-history.ts` declares `GET /api/cron-history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/config
`packages/server/src/routes/hermes/config.ts` declares `GET /api/hermes/config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/download
`packages/server/src/routes/hermes/download.ts` declares `GET /api/hermes/download` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/files/list
`packages/server/src/routes/hermes/files.ts` declares `GET /api/hermes/files/list` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/group-chat/rooms/:roomId
`packages/server/src/routes/hermes/group-chat.ts` declares `GET /api/hermes/group-chat/rooms/:roomId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/kanban/artifact
`packages/server/src/routes/hermes/kanban.ts` declares `GET /api/hermes/kanban/artifact` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/kanban/assignees
`packages/server/src/routes/hermes/kanban.ts` declares `GET /api/hermes/kanban/assignees` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/kanban/boards
`packages/server/src/routes/hermes/kanban.ts` declares `GET /api/hermes/kanban/boards` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/kanban/diagnostics
`packages/server/src/routes/hermes/kanban.ts` declares `GET /api/hermes/kanban/diagnostics` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/kanban/search-sessions
`packages/server/src/routes/hermes/kanban.ts` declares `GET /api/hermes/kanban/search-sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/kanban/stats
`packages/server/src/routes/hermes/kanban.ts` declares `GET /api/hermes/kanban/stats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/logs/:name
`packages/server/src/routes/hermes/logs.ts` declares `GET /api/hermes/logs/:name` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/mcp/tools
`packages/server/src/routes/hermes/mcp.ts` declares `GET /api/hermes/mcp/tools` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/model-context
`packages/server/src/routes/hermes/models.ts` declares `GET /api/hermes/model-context` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/model-context/:provider/:model
`packages/server/src/routes/hermes/models.ts` declares `GET /api/hermes/model-context/:provider/:model` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/profiles/runtime-statuses
`packages/server/src/routes/hermes/profiles.ts` declares `GET /api/hermes/profiles/runtime-statuses` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/:id
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/:id/export
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/:id/export` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/context-length
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/context-length` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/conversations
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/conversations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/conversations/:id/messages
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/conversations/:id/messages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/conversations/:id/messages/paginated
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/conversations/:id/messages/paginated` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — conside…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/hermes
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/hermes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/hermes/:id
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/hermes/:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/sessions/search
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/sessions/search` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hermes/workspace/folders
`packages/server/src/routes/hermes/sessions.ts` declares `GET /api/hermes/workspace/folders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/claude-code-proxy/:key/v1/messages
`packages/server/src/routes/claude-code-proxy.ts` declares `POST /api/claude-code-proxy/:key/v1/messages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/codex-proxy/:key/v1/responses
`packages/server/src/routes/codex-proxy.ts` declares `POST /api/codex-proxy/:key/v1/responses` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/files/upload
`packages/server/src/routes/hermes/files.ts` declares `POST /api/hermes/files/upload` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/kanban/dispatch
`packages/server/src/routes/hermes/kanban.ts` declares `POST /api/hermes/kanban/dispatch` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/kanban/links
`packages/server/src/routes/hermes/kanban.ts` declares `POST /api/hermes/kanban/links` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/mcp/reload
`packages/server/src/routes/hermes/mcp.ts` declares `POST /api/hermes/mcp/reload` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/media/apikey-image-generate
`packages/server/src/routes/hermes/media.ts` declares `POST /api/hermes/media/apikey-image-generate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/media/grok-image-to-video
`packages/server/src/routes/hermes/media.ts` declares `POST /api/hermes/media/grok-image-to-video` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/profiles
`packages/server/src/routes/hermes/profiles.ts` declares `POST /api/hermes/profiles` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/profiles/:name/export
`packages/server/src/routes/hermes/profiles.ts` declares `POST /api/hermes/profiles/:name/export` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/profiles/:name/restart
`packages/server/src/routes/hermes/profiles.ts` declares `POST /api/hermes/profiles/:name/restart` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/profiles/import
`packages/server/src/routes/hermes/profiles.ts` declares `POST /api/hermes/profiles/import` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/sessions/batch-delete
`packages/server/src/routes/hermes/sessions.ts` declares `POST /api/hermes/sessions/batch-delete` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/sessions/hermes/:id/import
`packages/server/src/routes/hermes/sessions.ts` declares `POST /api/hermes/sessions/hermes/:id/import` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/hermes/tts
`packages/server/src/routes/hermes/tts.ts` declares `POST /api/hermes/tts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/tts/proxy/audio/speech
`packages/server/src/routes/hermes/tts.ts` declares `POST /api/tts/proxy/audio/speech` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /webhook
`packages/server/src/routes/webhook.ts` declares `POST /webhook` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/hermes/model-context
`packages/server/src/routes/hermes/models.ts` declares `PUT /api/hermes/model-context` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/de.ts (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/en.ts (1541 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/es.ts (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/fr.ts (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/ja.ts (1539 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/ko.ts (1539 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/pt.ts (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/zh-TW.ts (1545 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/i18n/locales/zh.ts (1543 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client/src/stores/hermes/chat.ts (2694 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/server/src/db/hermes/sessions-db.ts (1538 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/server/src/services/hermes/agent-bridge/hermes_bridge.py (3525 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/server/src/services/hermes/group-chat/index.ts (1272 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/03b03727-e3fc-4e58-95a5-764a756a3ce6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/03b03727-e3fc-4e58-95a5-764a756a3ce6/

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.