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.

yourhq/yourhq

https://github.com/yourhq/yourhq · scanned 2026-06-16 01:08 UTC (2 months, 1 week ago)

267 raw signals (0 security + 267 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 242 actionable findings from 1 signal source. 25 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
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 Repository scanned at 44.2/100 with 100.0% coverage. It contains 4734 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 267 findings — concentrated in frontend (110), quality (61), api (40). Risk profile is high: 1 critical, 27 high, 34 medium. Recommended next step: open the frontend layer findings first — that's where the highest-impact wins live.

Showing 126 of 242 actionable findings. 267 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.

critical System graph security Secrets conf 1.00 Possible secret in gateway/scripts/verify-528.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
gateway/scripts/verify-528.mjs:72
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/workspaces/${workspace.id} (apps/ui/src/components/workspaces/database-settings.tsx:415)
`apps/ui/src/components/workspaces/database-settings.tsx:415` calls `DELETE /api/workspaces/${workspace.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspaces/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/${slug}/browser/screenshot (apps/ui/src/components/agents/agent-browser-tab.tsx:64)
`apps/ui/src/components/agents/agent-browser-tab.tsx:64` calls `GET /api/agents/${slug}/browser/screenshot` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/browser/screenshot` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/${slug}/browser/state (apps/ui/src/components/agents/agent-browser-tab.tsx:63)
`apps/ui/src/components/agents/agent-browser-tab.tsx:63` calls `GET /api/agents/${slug}/browser/state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/browser/state` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/${slug}/files (apps/ui/src/components/agents/agent-file-browser.tsx:35)
`apps/ui/src/components/agents/agent-file-browser.tsx:35` calls `GET /api/agents/${slug}/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/files` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/${slug}/files/${filename} (apps/ui/src/components/agents/agent-personality-tab.tsx:47)
`apps/ui/src/components/agents/agent-personality-tab.tsx:47` calls `GET /api/agents/${slug}/files/${filename}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/files/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/${slug}/files/${path} (apps/ui/src/components/agents/agent-file-browser.tsx:92)
`apps/ui/src/components/agents/agent-file-browser.tsx:92` calls `GET /api/agents/${slug}/files/${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/files/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/templates (apps/ui/src/components/agents/agent-create-wizard.tsx:97)
`apps/ui/src/components/agents/agent-create-wizard.tsx:97` calls `GET /api/agents/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/templates` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/gateways/${agent.gateway_id}/desktop (apps/ui/src/components/agents/agent-detail-tabs.tsx:112)
`apps/ui/src/components/agents/agent-detail-tabs.tsx:112` calls `GET /api/gateways/${agent.gateway_id}/desktop` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gateways/<p>/desktop` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:11434/api/tags (apps/ui/src/app/api/onboarding/validate-provider/route.ts:71)
`apps/ui/src/app/api/onboarding/validate-provider/route.ts:71` calls `GET http://localhost:11434/api/tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:11434/api/tags` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/${GITHUB_REPO}/releases/latest (infra/cloudflare-install/src/index.js:42)
`infra/cloudflare-install/src/index.js:42` calls `GET https://api.github.com/repos/${GITHUB_REPO}/releases/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/repos/<p>/releases/latest` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (apps/ui/src/app/api/onboarding/validate-provider/route.ts:30)
`apps/ui/src/app/api/onboarding/validate-provider/route.ts:30` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/workspaces/${workspace.id} (apps/ui/src/components/workspaces/database-settings.tsx:229)
`apps/ui/src/components/workspaces/database-settings.tsx:229` calls `PATCH /api/workspaces/${workspace.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspaces/<p>` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/workspaces/${workspace.id} (apps/ui/src/components/workspaces/database-settings.tsx:334)
`apps/ui/src/components/workspaces/database-settings.tsx:334` calls `PATCH /api/workspaces/${workspace.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspaces/<p>` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agents/${slug}/files/${path} (apps/ui/src/components/agents/agent-file-browser.tsx:111)
`apps/ui/src/components/agents/agent-file-browser.tsx:111` calls `POST /api/agents/${slug}/files/${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/files/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/embed (apps/ui/src/hooks/use-universal-search.ts:268)
`apps/ui/src/hooks/use-universal-search.ts:268` calls `POST /api/embed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/embed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sources/browse (apps/ui/src/hooks/use-source-browse.ts:31)
`apps/ui/src/hooks/use-source-browse.ts:31` calls `POST /api/sources/browse` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sources/browse` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sources/validate (apps/ui/src/components/sources/provider-picker-dialog.tsx:138)
`apps/ui/src/components/sources/provider-picker-dialog.tsx:138` calls `POST /api/sources/validate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sources/validate` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sources/validate (apps/ui/src/hooks/use-source-browse.ts:69)
`apps/ui/src/hooks/use-source-browse.ts:69` calls `POST /api/sources/validate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sources/validate` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/workspaces (apps/ui/src/components/workspaces/add-workspace-dialog.tsx:55)
`apps/ui/src/components/workspaces/add-workspace-dialog.tsx:55` calls `POST /api/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspaces` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/workspaces/switch (apps/ui/src/components/workspaces/workspace-switcher.tsx:31)
`apps/ui/src/components/workspaces/workspace-switcher.tsx:31` calls `POST /api/workspaces/switch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspaces/switch` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/workspaces/validate (apps/ui/src/components/workspaces/add-workspace-dialog.tsx:37)
`apps/ui/src/components/workspaces/add-workspace-dialog.tsx:37` calls `POST /api/workspaces/validate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspaces/validate` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (apps/ui/src/app/api/onboarding/validate-provider/route.ts:48)
`apps/ui/src/app/api/onboarding/validate-provider/route.ts:48` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/agents/${slug}/files/${filename} (apps/ui/src/components/agents/agent-personality-tab.tsx:187)
`apps/ui/src/components/agents/agent-personality-tab.tsx:187` calls `PUT /api/agents/${slug}/files/${filename}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/files/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/agents/${slug}/files/${path} (apps/ui/src/components/agents/agent-file-editor.tsx:69)
`apps/ui/src/components/agents/agent-file-editor.tsx:69` calls `PUT /api/agents/${slug}/files/${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/files/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph hardware Supply chain conf 1.00 3 occurrences Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
3 files, 3 locations
gateway/Dockerfile:54
gateway/dispatcher/Dockerfile:18
gateway/runner/Dockerfile:21
containersRemote installer
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/ui/src/components/theme-applier.tsx:53
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
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/ui/src/components/ui/chart.tsx:83
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
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/ui/src/app/api/onboarding/validate-provider/route.ts:48
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 — apps/ui/src/app/api/sources/oauth/[provider]/callback/route.ts:77
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 — apps/ui/src/components/knowledge/knowledge-detail-editor.tsx: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.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/ui/src/components/workspaces/database-settings.tsx:229
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 — apps/ui/src/components/workspaces/workspace-switcher.tsx:31
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 — apps/ui/src/hooks/use-agents-list.ts:30
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 — apps/ui/src/hooks/use-sidebar-collections.ts:79
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 — apps/ui/src/hooks/use-source-browse.ts:69
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 — apps/ui/src/lib/agent-repo/gateway-backend.ts:72
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 — apps/worker/src/lib/provisioner.ts:90
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 — apps/worker/src/lib/schema-runner.ts:23
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 — apps/worker/src/lib/supabase-mgmt.ts:15
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 — apps/worker/src/providers/e2b.ts:82
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 — gateway/scripts/plugins/hq-bootstrap/index.ts:71
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 — infra/cloudflare-install/src/index.js: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 security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: CLAUDE.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
CLAUDE.md:11 Supply chainClaude instruction
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: fastembed
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
gateway/embedder/Dockerfile:19 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: apps/ui/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/docker-publish.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/deploy-hosted.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/ui/src/components/theme-applier.tsx:53
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/ui/src/components/theme-applier.tsx:53 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/ui/src/components/ui/chart.tsx:83
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/ui/src/components/ui/chart.tsx:83 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/ui/src/lib/gateways/local-compose.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/ui/src/lib/gateways/local-compose.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gateway/scripts/plugins/hq-bootstrap/index.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
gateway/scripts/plugins/hq-bootstrap/index.ts:2 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gateway/daemons/command_runner.py:369
`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.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — gateway/daemons/inbox_dispatcher.py:323
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 365 placeholder/mock markers across 99 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/codeql.yml Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 53 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AGENT_SLUG`, `ALLOWED_ORIGINS`, `CI`, `CODESPACE_NAME`, `DAEMON_DIR`, `DEPLOYMENT_MODE`, `E2B_TEMPLATE_NAME`, `E2E_LIVE` + 45 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
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 quality Debug conf 1.00 Debug logging residue appears in source files
Found 100 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 6 occurrences Docker base image is tag-pinned but not digest-pinned: node:24-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
2 files, 6 locations
apps/ui/Dockerfile:6, 15, 26 (3 hits)
apps/worker/Dockerfile:1, 7, 12 (3 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
gateway/embedder/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
gateway/file-processor/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: ubuntu:24.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
3 files, 3 locations
gateway/Dockerfile:19
gateway/dispatcher/Dockerfile:8
gateway/runner/Dockerfile:9
containersPinned dependencies
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: templates/_shared/skills/hq/scripts/hq_base.py:extract_text, gateway/embedder/embedder.py:extract_text 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…
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: gateway/connectors/base.py:browse, gateway/connectors/notion/read.py:browse, gateway/connectors/_template/read.py:browse This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gateway_backup` in gateway/daemons/command_runner.py:354
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gateway_backup` in gateway/daemons/gateway_backup.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: beat
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
gateway/daemons/command_runner.py:2300
gateway/daemons/inbox_dispatcher.py:491
gateway/daemons/plugin_runner.py:435
low System graph software Dead code conf 1.00 Possibly dead Python function: do_DELETE
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/files_api.py:587
low System graph software Dead code conf 1.00 Possibly dead Python function: do_PUT
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/files_api.py:411
low System graph software Dead code conf 1.00 Possibly dead Python function: embedding_source_hash
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
templates/_shared/skills/hq/scripts/hq_base.py:348
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_auth_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1039
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_auth_paste
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:958
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_auth_refresh
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1194
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_auth_remove
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1101
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_auth_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:727
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_collection_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1769
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_collection_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1823
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_collection_record_create
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1908
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_collection_record_update
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1973
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_list_models
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1613
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_set_agent_model
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1513
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_source_write
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:1672
low System graph software Dead code conf 1.00 Possibly dead Python function: indexing_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/embedder/embedder.py:423
low System graph software Dead code conf 1.00 Possibly dead Python function: list_actions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/connectors/_template/write.py:7
low System graph software Dead code conf 1.00 Possibly dead Python function: list_items
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/connectors/notion/read.py:138
low System graph software Dead code conf 1.00 Possibly dead Python function: list_items
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/connectors/_template/read.py:33
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/files_api.py:267
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/embedder/embedder.py:556
low System graph software Dead code conf 1.00 Possibly dead Python function: loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:2469
low System graph software Dead code conf 1.00 Possibly dead Python function: loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/inbox_dispatcher.py:446
low System graph software Dead code conf 1.00 Possibly dead Python function: warm_model_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/embedder/embedder.py:156
low System graph software Dead code conf 1.00 Possibly dead Python function: watch_auth_stdout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gateway/daemons/command_runner.py:475
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/migrate/src/cli.ts:7
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 — apps/ui/src/__tests__/lib/markdown-to-tiptap.test.ts:173
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 — apps/worker/src/index.ts:44
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 — apps/worker/src/lib/schema-runner.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
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/worker/src/loops/cleanup.ts:21
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 — apps/worker/src/loops/sandbox-health.ts:108
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 — apps/worker/src/providers/e2b.ts:62
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 — apps/worker/src/routes/stripe-webhook.ts:251
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 — e2e/journeys/solopreneur.spec.ts:124
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 — e2e/specs/10-channels.spec.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
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `log_message` (body is just `pass`/`return`) — gateway/embedder/embedder.py:556
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `on_shutdown` (body is just `pass`/`return`) — gateway/plugins/sdk.py:187
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: GET /users/:userId/workspaces
`apps/worker/src/routes/workspaces.ts` declares `GET /users/:userId/workspaces` 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 /users/by-email/:email
`apps/worker/src/routes/workspaces.ts` declares `GET /users/by-email/:email` 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 /workspaces/:id/connection
`apps/worker/src/routes/workspaces.ts` declares `GET /workspaces/:id/connection` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /workspaces/:id/siblings
`apps/worker/src/routes/workspaces.ts` declares `GET /workspaces/:id/siblings` 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 /workspaces/:id/status
`apps/worker/src/routes/workspaces.ts` declares `GET /workspaces/:id/status` 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: PATCH /workspaces/:id/onboarding
`apps/worker/src/routes/workspaces.ts` declares `PATCH /workspaces/:id/onboarding` 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 /checkout
`apps/worker/src/routes/workspaces.ts` declares `POST /checkout` 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 /webhooks/stripe
`apps/worker/src/routes/stripe-webhook.ts` declares `POST /webhooks/stripe` 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 /workspaces/:id/billing-portal
`apps/worker/src/routes/workspaces.ts` declares `POST /workspaces/:id/billing-portal` 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 /workspaces/:id/cancel
`apps/worker/src/routes/workspaces.ts` declares `POST /workspaces/:id/cancel` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /workspaces/:id/retry-provision
`apps/worker/src/routes/workspaces.ts` declares `POST /workspaces/:id/retry-provision` 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 /workspaces/:id/touch
`apps/worker/src/routes/workspaces.ts` declares `POST /workspaces/:id/touch` 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 /workspaces/:id/verify-payment
`apps/worker/src/routes/workspaces.ts` declares `POST /workspaces/:id/verify-payment` 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: USE /checkout
`apps/worker/src/index.ts` declares `USE /checkout` 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: USE /users/*
`apps/worker/src/index.ts` declares `USE /users/*` 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: USE /workspaces/*
`apps/worker/src/index.ts` declares `USE /workspaces/*` 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 quality Complexity conf 1.00 Very large file: apps/ui/src/components/workspaces/new-workspace-wizard.tsx (1721 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: gateway/daemons/command_runner.py (2580 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/6d6a1ae1-f4a7-46d8-8934-e493425b6ed0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6d6a1ae1-f4a7-46d8-8934-e493425b6ed0/

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.