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.

shawnha/hanahone_erp

https://github.com/shawnha/hanahone_erp · scanned 2026-06-16 00:09 UTC (2 months, 2 weeks ago)

205 raw signals (0 security + 205 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 205 actionable findings from 1 signal source. 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 53.9/100 with 100.0% coverage. It contains 1949 nodes across 6 cross-layer flows, written primarily in mixed languages. Engine surfaced 205 findings — concentrated in api (99), quality (55), frontend (25). Risk profile is high: 0 critical, 97 high, 41 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
CLAUDE.md:55 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/books/journal/${encodeURIComponent(String(jeId))} (src/components/modules/books/journal-entry-form.tsx:52)
`src/components/modules/books/journal-entry-form.tsx:52` calls `DELETE /api/books/journal/${encodeURIComponent(String(jeId))}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/journal/<p>` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/cashflow/forecast/${id} (src/components/modules/books/forecast-view.tsx:318)
`src/components/modules/books/forecast-view.tsx:318` calls `DELETE /api/cashflow/forecast/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashflow/forecast/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/insights/projection?entity=${row.code}&month=${month} (src/components/modules/books/projection-view.tsx:346)
`src/components/modules/books/projection-view.tsx:346` calls `DELETE /api/insights/projection?entity=${row.code}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insights/projection` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/accounting/mapping?entity=${scope} (src/components/modules/account-mapping.tsx:87)
`src/components/modules/account-mapping.tsx:87` calls `GET /api/accounting/mapping?entity=${scope}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/accounting/mapping` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/accounting/tree?entity=${scope} (src/components/modules/account-tree.tsx:37)
`src/components/modules/account-tree.tsx:37` calls `GET /api/accounting/tree?entity=${scope}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/accounting/tree` 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/approvals/pending (src/components/approvals-inbox.tsx:60)
`src/components/approvals-inbox.tsx:60` calls `GET /api/approvals/pending` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/approvals/pending` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/approvals/pending (src/components/approvals-inbox.tsx:65)
`src/components/approvals-inbox.tsx:65` calls `GET /api/approvals/pending` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/approvals/pending` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/balance-sheet?entity=${scope}&month=${month} (src/components/modules/books-view.tsx:678)
`src/components/modules/books-view.tsx:678` calls `GET /api/books/balance-sheet?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/balance-sheet` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/bep?entity=${scope}&month=${month} (src/components/modules/books-view.tsx:839)
`src/components/modules/books-view.tsx:839` calls `GET /api/books/bep?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/bep` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/bep?entity=${scope}&month=${m} (src/components/modules/books-view.tsx:875)
`src/components/modules/books-view.tsx:875` calls `GET /api/books/bep?entity=${scope}&month=${m}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/bep` 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/books/cashflow?entity=${scope}&month=${month} (src/components/modules/books-view.tsx:919)
`src/components/modules/books-view.tsx:919` calls `GET /api/books/cashflow?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/cashflow` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/contribution?month=${month}&entity=${scope} (src/components/modules/books-view.tsx:426)
`src/components/modules/books-view.tsx:426` calls `GET /api/books/contribution?month=${month}&entity=${scope}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/contribution` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/contribution?month=${m}&entity=${scope} (src/components/modules/books-view.tsx:467)
`src/components/modules/books-view.tsx:467` calls `GET /api/books/contribution?month=${m}&entity=${scope}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/contribution` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/counterparty-balance?entity=${scope}&start=${start}&end=${end} (src/components/modules/books-view.tsx:509)
`src/components/modules/books-view.tsx:509` calls `GET /api/books/counterparty-balance?entity=${scope}&start=${start}&end=${end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/counterparty-balance` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/counterparty-balance?entity=${scope}&start=${start}&end=${end} (src/components/modules/books/concentration-view.tsx:90)
`src/components/modules/books/concentration-view.tsx:90` calls `GET /api/books/counterparty-balance?entity=${scope}&start=${start}&end=${end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/counterparty-balanc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/counterparty-settlement?entity=${scope}&direction=${stlDir}&month=${month} (src/components/modules/books-view.tsx:548)
`src/components/modules/books-view.tsx:548` calls `GET /api/books/counterparty-settlement?entity=${scope}&direction=${stlDir}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/counterparty-settlem…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/expenseone-outflows (src/components/modules/books-view.tsx:362)
`src/components/modules/books-view.tsx:362` calls `GET /api/books/expenseone-outflows` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/expenseone-outflows` 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/books/expenseone-unmatched (src/components/modules/books/expenseone-unmatched-card.tsx:38)
`src/components/modules/books/expenseone-unmatched-card.tsx:38` calls `GET /api/books/expenseone-unmatched` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/expenseone-unmatched` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/intercompany (src/components/modules/books-view.tsx:960)
`src/components/modules/books-view.tsx:960` calls `GET /api/books/intercompany` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/intercompany` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/internal-accounts?entity=${draftEntity} (src/components/modules/books/forecast-view.tsx:153)
`src/components/modules/books/forecast-view.tsx:153` calls `GET /api/books/internal-accounts?entity=${draftEntity}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/internal-accounts` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/internal-accounts?entity=${encodeURIComponent(entityCode)} (src/components/modules/books/transaction-editor.tsx:52)
`src/components/modules/books/transaction-editor.tsx:52` calls `GET /api/books/internal-accounts?entity=${encodeURIComponent(entityCode)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/internal-accounts` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/internal-accounts?entity=${encodeURIComponent(entityCode)} (src/components/modules/match-workspace.tsx:101)
`src/components/modules/match-workspace.tsx:101` calls `GET /api/books/internal-accounts?entity=${encodeURIComponent(entityCode)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/internal-accounts` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/invoices?entity=${scope}&month=${month} (src/components/modules/books-view.tsx:989)
`src/components/modules/books-view.tsx:989` calls `GET /api/books/invoices?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/invoices` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/journal?entity=${scope}&start=${start}&end=${end} (src/components/modules/books-view.tsx:598)
`src/components/modules/books-view.tsx:598` calls `GET /api/books/journal?entity=${scope}&start=${start}&end=${end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/journal` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/ledger?entity=${scope}&month=${month}${q} (src/components/modules/books-view.tsx:634)
`src/components/modules/books-view.tsx:634` calls `GET /api/books/ledger?entity=${scope}&month=${month}${q}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/ledger` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/ledger?entity=${scope}&month=${month}${q} (src/components/modules/books/statements/general-ledger.tsx:30)
`src/components/modules/books/statements/general-ledger.tsx:30` calls `GET /api/books/ledger?entity=${scope}&month=${month}${q}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/ledger` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/opex?entity=${scope}&month=${month} (src/components/modules/books-view.tsx:806)
`src/components/modules/books-view.tsx:806` calls `GET /api/books/opex?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/opex` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/opex?entity=${scope}&month=${m} (src/components/modules/books/opex-trend.tsx:49)
`src/components/modules/books/opex-trend.tsx:49` calls `GET /api/books/opex?entity=${scope}&month=${m}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/opex` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/pnl?entity=${scope}&month=${month} (src/components/modules/books-view.tsx:743)
`src/components/modules/books-view.tsx:743` calls `GET /api/books/pnl?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/pnl` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/pnl?entity=HOI&month=${month} (src/components/modules/connect-view.tsx:271)
`src/components/modules/connect-view.tsx:271` calls `GET /api/books/pnl?entity=HOI&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/pnl` 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/books/standard-accounts (src/components/modules/books/journal-entry-form.tsx:126)
`src/components/modules/books/journal-entry-form.tsx:126` calls `GET /api/books/standard-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/standard-accounts` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/statements/balance?entity=${scope}&year=${year} (src/components/modules/books/statements/balance-sheet-statement.tsx:35)
`src/components/modules/books/statements/balance-sheet-statement.tsx:35` calls `GET /api/books/statements/balance?entity=${scope}&year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/statements/balance…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/statements/income?entity=${scope}&year=${year} (src/components/modules/books/statements/income-statement.tsx:33)
`src/components/modules/books/statements/income-statement.tsx:33` calls `GET /api/books/statements/income?entity=${scope}&year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/statements/income` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/statements/trial-balance?entity=${scope}&year=${year} (src/components/modules/books/statements/trial-balance.tsx:32)
`src/components/modules/books/statements/trial-balance.tsx:32` calls `GET /api/books/statements/trial-balance?entity=${scope}&year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/statements/trial-balan…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/transactions?limit=${TX_LIMIT}&entity=${scope}&start=${txRange.start}&end=${txRange.end}${typeQ}${qQ} (src/components/modules/books-view.tsx:320)
`src/components/modules/books-view.tsx:320` calls `GET /api/books/transactions?limit=${TX_LIMIT}&entity=${scope}&start=${txRange.start}&end=${txRange.end}${typeQ}${qQ}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/unmapped?entity=${scope}&limit=300 (src/components/modules/match-workspace.tsx:39)
`src/components/modules/match-workspace.tsx:39` calls `GET /api/books/unmapped?entity=${scope}&limit=300` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/unmapped` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/books/wholesale-share?entity=HOW&month=${mb} (src/components/modules/books/concentration-view.tsx:73)
`src/components/modules/books/concentration-view.tsx:73` calls `GET /api/books/wholesale-share?entity=HOW&month=${mb}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/wholesale-share` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cash/balances (src/components/entity-switcher.tsx:91)
`src/components/entity-switcher.tsx:91` calls `GET /api/cash/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cash/balances` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cash/balances (src/components/modules/books/forecast-view.tsx:131)
`src/components/modules/books/forecast-view.tsx:131` calls `GET /api/cash/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cash/balances` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cashflow/actuals?entity=${entity}&period=${ym} (src/components/modules/books/forecast-view.tsx:182)
`src/components/modules/books/forecast-view.tsx:182` calls `GET /api/cashflow/actuals?entity=${entity}&period=${ym}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashflow/actuals` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cashflow/forecast?entity=${entity}&from=${from}&to=${to} (src/components/modules/books/forecast-view.tsx:112)
`src/components/modules/books/forecast-view.tsx:112` calls `GET /api/cashflow/forecast?entity=${entity}&from=${from}&to=${to}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashflow/forecast` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/channels?entity=${scope}&start=${range.start}&end=${range.end} (src/components/modules/commerce-view.tsx:167)
`src/components/modules/commerce-view.tsx:167` calls `GET /api/commerce/channels?entity=${scope}&start=${range.start}&end=${range.end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/channels` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/customers?entity=${scope}&start=${range.start}&end=${range.end} (src/components/modules/commerce-view.tsx:214)
`src/components/modules/commerce-view.tsx:214` calls `GET /api/commerce/customers?entity=${scope}&start=${range.start}&end=${range.end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/customers` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/customers?entity=${scope}&start=${start}&end=${end} (src/components/modules/books/concentration-view.tsx:82)
`src/components/modules/books/concentration-view.tsx:82` calls `GET /api/commerce/customers?entity=${scope}&start=${start}&end=${end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/customers` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/orders?entity=${scope}&start=${range.start}&end=${range.end}&limit=${O_LIMIT}&kind=${ordKind} (src/components/modules/commerce-view.tsx:117)
`src/components/modules/commerce-view.tsx:117` calls `GET /api/commerce/orders?entity=${scope}&start=${range.start}&end=${range.end}&limit=${O_LIMIT}&kind=${ordKind}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/c…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/payouts?entity=${scope} (src/components/modules/commerce-view.tsx:680)
`src/components/modules/commerce-view.tsx:680` calls `GET /api/commerce/payouts?entity=${scope}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/payouts` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/products-share?entity=${scope}&month=${mb} (src/components/modules/books/concentration-view.tsx:86)
`src/components/modules/books/concentration-view.tsx:86` calls `GET /api/commerce/products-share?entity=${scope}&month=${mb}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/products-share` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/regions?entity=${scope}&start=${range.start}&end=${range.end} (src/components/modules/commerce-view.tsx:260)
`src/components/modules/commerce-view.tsx:260` calls `GET /api/commerce/regions?entity=${scope}&start=${range.start}&end=${range.end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/regions` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/settlements?entity=${scope}&start=${range.start}&end=${range.end} (src/components/modules/commerce-view.tsx:634)
`src/components/modules/commerce-view.tsx:634` calls `GET /api/commerce/settlements?entity=${scope}&start=${range.start}&end=${range.end}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/settlements` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/commerce/wholesale-accounts?entity=HOW&month=${month} (src/components/modules/commerce/wholesale-accounts-panel.tsx:52)
`src/components/modules/commerce/wholesale-accounts-panel.tsx:52` calls `GET /api/commerce/wholesale-accounts?entity=HOW&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/commerce/wholesale-accounts` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connect/qbo-recon?month=${month} (src/components/modules/connect-view.tsx:270)
`src/components/modules/connect-view.tsx:270` calls `GET /api/connect/qbo-recon?month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connect/qbo-recon` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connect/status (src/components/modules/connect-view.tsx:38)
`src/components/modules/connect-view.tsx:38` calls `GET /api/connect/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connect/status` 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: GET /api/fx (src/components/currency-switcher.tsx:54)
`src/components/currency-switcher.tsx:54` calls `GET /api/fx` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/fx` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/fx?history=12 (src/components/modules/workspace-view.tsx:27)
`src/components/modules/workspace-view.tsx:27` calls `GET /api/fx?history=12` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/fx` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/insights/projection?month=${currentPeriod} (src/components/charts/revenue-pnl-chart.tsx:305)
`src/components/charts/revenue-pnl-chart.tsx:305` calls `GET /api/insights/projection?month=${currentPeriod}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insights/projection` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/insights/projection?month=${month} (src/components/modules/books/projection-view.tsx:38)
`src/components/modules/books/projection-view.tsx:38` calls `GET /api/insights/projection?month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insights/projection` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/insights/projection?month=${month} (src/components/modules/books/projection-view.tsx:54)
`src/components/modules/books/projection-view.tsx:54` calls `GET /api/insights/projection?month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insights/projection` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/people (src/components/modules/people-directory.tsx:27)
`src/components/modules/people-directory.tsx:27` calls `GET /api/people` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/people` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/people (src/components/modules/people-view.tsx:15)
`src/components/modules/people-view.tsx:15` calls `GET /api/people` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/people` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/rbac/policy (src/components/app-shell.tsx:205)
`src/components/app-shell.tsx:205` calls `GET /api/rbac/policy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rbac/policy` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/rbac/policy (src/components/modules/rbac-matrix.tsx:36)
`src/components/modules/rbac-matrix.tsx:36` calls `GET /api/rbac/policy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rbac/policy` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/credentials (src/components/modules/settings/credentials-panel.tsx:35)
`src/components/modules/settings/credentials-panel.tsx:35` calls `GET /api/settings/credentials` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/credentials` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/members (src/components/modules/members-roster.tsx:61)
`src/components/modules/members-roster.tsx:61` calls `GET /api/settings/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/members` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/members (src/components/modules/settings/credentials-panel.tsx:192)
`src/components/modules/settings/credentials-panel.tsx:192` calls `GET /api/settings/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/members` 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/stock/inventory?limit=200&entity=${scope} (src/components/modules/stock-view.tsx:64)
`src/components/modules/stock-view.tsx:64` calls `GET /api/stock/inventory?limit=200&entity=${scope}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stock/inventory` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/stock/products?entity=${scope} (src/components/modules/stock-view.tsx:103)
`src/components/modules/stock-view.tsx:103` calls `GET /api/stock/products?entity=${scope}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stock/products` 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/sync/requests (src/components/modules/connect-view.tsx:158)
`src/components/modules/connect-view.tsx:158` calls `GET /api/sync/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sync/requests` 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: GET /api/today/summary?month=${month} (src/components/app-shell.tsx:774)
`src/components/app-shell.tsx:774` calls `GET /api/today/summary?month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/today/summary` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/today/trend?entity=${scope}&month=${month} (src/components/app-shell.tsx:805)
`src/components/app-shell.tsx:805` calls `GET /api/today/trend?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/today/trend` 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/today/trend?entity=${scope}&month=${month} (src/components/modules/books-view.tsx:779)
`src/components/modules/books-view.tsx:779` calls `GET /api/today/trend?entity=${scope}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/today/trend` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/expenses (worker/salesone-sync/src/lib/gowid-client.ts:43)
`worker/salesone-sync/src/lib/gowid-client.ts:43` calls `GET /v1/expenses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/expenses` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/kr/bank/b/account/account-list (worker/salesone-sync/src/lib/codef-client.ts:97)
`worker/salesone-sync/src/lib/codef-client.ts:97` calls `GET /v1/kr/bank/b/account/account-list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/kr/bank/b/account/account-list` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/kr/bank/b/account/transaction-list (worker/salesone-sync/src/lib/codef-client.ts:149)
`worker/salesone-sync/src/lib/codef-client.ts:149` calls `GET /v1/kr/bank/b/account/transaction-list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/kr/bank/b/account/transaction-list` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/kr/card/b/account/approval-list (worker/salesone-sync/src/lib/codef-client.ts:120)
`worker/salesone-sync/src/lib/codef-client.ts:120` calls `GET /v1/kr/card/b/account/approval-list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/kr/card/b/account/approval-list` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/kr/card/b/account/card-list (worker/salesone-sync/src/lib/codef-client.ts:104)
`worker/salesone-sync/src/lib/codef-client.ts:104` calls `GET /v1/kr/card/b/account/card-list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/kr/card/b/account/card-list` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/kr/public/nt/tax-invoice/integrated-check-list (worker/salesone-sync/src/lib/codef-client.ts:132)
`worker/salesone-sync/src/lib/codef-client.ts:132` calls `GET /v1/kr/public/nt/tax-invoice/integrated-check-list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/kr/public/nt/tax-invoice/integrated-check-lis…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/members (worker/salesone-sync/src/lib/gowid-client.ts:37)
`worker/salesone-sync/src/lib/gowid-client.ts:37` calls `GET /v1/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/members` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/books/transactions/${encodeURIComponent(txId)} (src/components/modules/match-workspace.tsx:69)
`src/components/modules/match-workspace.tsx:69` calls `PATCH /api/books/transactions/${encodeURIComponent(txId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/transactions/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/books/transactions/${encodeURIComponent(txnId)} (src/components/modules/books/transaction-editor.tsx:107)
`src/components/modules/books/transaction-editor.tsx:107` calls `PATCH /api/books/transactions/${encodeURIComponent(txnId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/transactions/<p>` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/people (src/components/modules/people-directory.tsx:76)
`src/components/modules/people-directory.tsx:76` calls `PATCH /api/people` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/people` 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/approvals/act (src/components/approvals-inbox.tsx:262)
`src/components/approvals-inbox.tsx:262` calls `POST /api/approvals/act` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/approvals/act` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/logout (src/components/app-shell.tsx:217)
`src/components/app-shell.tsx:217` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` 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/books/classify (src/components/modules/upload-ingest.tsx:131)
`src/components/modules/upload-ingest.tsx:131` calls `POST /api/books/classify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/classify` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/books/counterparty-settlement (src/components/modules/books/settlement-view.tsx:106)
`src/components/modules/books/settlement-view.tsx:106` calls `POST /api/books/counterparty-settlement` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/counterparty-settlement` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/books/journal (src/components/modules/books/journal-entry-form.tsx:192)
`src/components/modules/books/journal-entry-form.tsx:192` calls `POST /api/books/journal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/books/journal` 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/cashflow/forecast (src/components/modules/books/forecast-view.tsx:284)
`src/components/modules/books/forecast-view.tsx:284` calls `POST /api/cashflow/forecast` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashflow/forecast` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/cashflow/forecast/copy (src/components/modules/books/forecast-view.tsx:327)
`src/components/modules/books/forecast-view.tsx:327` calls `POST /api/cashflow/forecast/copy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashflow/forecast/copy` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/insights/projection (src/components/modules/books/projection-view.tsx:325)
`src/components/modules/books/projection-view.tsx:325` calls `POST /api/insights/projection` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insights/projection` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/people (src/components/modules/people-directory.tsx:100)
`src/components/modules/people-directory.tsx:100` calls `POST /api/people` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/people` 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/people/sync (src/components/modules/people-directory.tsx:55)
`src/components/modules/people-directory.tsx:55` calls `POST /api/people/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/people/sync` 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/settings/credentials (src/components/modules/settings/credentials-panel.tsx:55)
`src/components/modules/settings/credentials-panel.tsx:55` calls `POST /api/settings/credentials` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/credentials` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/settings/members (src/components/modules/settings/credentials-panel.tsx:233)
`src/components/modules/settings/credentials-panel.tsx:233` calls `POST /api/settings/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/members` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sync/requests (src/components/modules/connect-view.tsx:180)
`src/components/modules/connect-view.tsx:180` calls `POST /api/sync/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sync/requests` 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 https://${shop}/admin/oauth/access_token (worker/salesone-sync/src/lib/integrations/connectors/shopify.ts:30)
`worker/salesone-sync/src/lib/integrations/connectors/shopify.ts:30` calls `POST https://${shop}/admin/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/admin/oauth/access_token` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.amazon.com/auth/o2/token (worker/salesone-sync/src/lib/integrations/connectors/amazon.ts:20)
`worker/salesone-sync/src/lib/integrations/connectors/amazon.ts:20` calls `POST https://api.amazon.com/auth/o2/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.amazon.com/auth/o2/token` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/lib/llm/client.ts:75)
`src/lib/llm/client.ts:75` 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 at an external API, prefix it with `h…
Dangling fetchFetch
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/books/balance-sheet/route.ts:237
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 — src/app/api/books/journal/route.ts:13
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 — src/app/api/commerce/customers/route.ts:17
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 — src/components/approvals-inbox.tsx:65
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 — src/components/modules/books-view.tsx:3
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 — src/components/modules/books/concentration-view.tsx:73
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 — src/components/modules/connect-view.tsx:271
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 — src/components/modules/people-view.tsx: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 — src/lib/llm/client.ts:75
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 — worker/salesone-sync/src/lib/integrations/connectors/amazon.ts:20
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 — worker/salesone-sync/src/lib/integrations/connectors/pharmacy.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 — worker/salesone-sync/src/lib/integrations/connectors/shopify.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 — worker/salesone-sync/src/lib/integrations/naver/auth.ts:33
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 Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
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 security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/cohort-retention-design.html:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/cohort-retention-design.html:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/dashboard-chart-layout-options.html:138
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/dashboard-chart-layout-options.html:138 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/dashboard-drilldown-nodes.html:221
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/dashboard-drilldown-nodes.html:221 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/dashboard-margin-overlap-options.html:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/dashboard-margin-overlap-options.html:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hanahone_erp_shell_review.html:1760
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hanahone_erp_shell_review.html:1760 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hanahone_erp_v03_interactive.html:1257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hanahone_erp_v03_interactive.html:1257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hanahone_erp_v04_desktop.html:1285
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hanahone_erp_v04_desktop.html:1285 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hanahone_erp_v04_mobile_interactive.html:902
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hanahone_erp_v04_mobile_interactive.html:902 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hanahone_erp_v05_mobile_interactive.html:948
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hanahone_erp_v05_mobile_interactive.html:948 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hiring-erp-view.html:171
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hiring-erp-view.html:171 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hiring-gmail-flow.html:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hiring-gmail-flow.html:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/hiring-onboarding-mockup.html:337
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/hiring-onboarding-mockup.html:337 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/mockups/ai-model.html:118
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/mockups/ai-model.html:118 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/mockups/architecture.html:707
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/mockups/architecture.html:707 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/mockups/canon-explainer.html:231
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/mockups/canon-explainer.html:231 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/mockups/entity-filter.html:227
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/mockups/entity-filter.html:227 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/mockups/shell.html:273
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/mockups/shell.html:273 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/mockups/subnav.html:132
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/mockups/subnav.html:132 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/opex-concentration-mockup.html:138
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/opex-concentration-mockup.html:138 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/period-picker-highlight-options.html:75
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/period-picker-highlight-options.html:75 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/projection-formula-options.html:283
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/projection-formula-options.html:283 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/text-contrast-review.html:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/text-contrast-review.html:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in docs/hanahone_erp_shell_review.html:1763
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
docs/hanahone_erp_shell_review.html:1763 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in worker/salesone-sync/src/lib/dispatch-sync.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
worker/salesone-sync/src/lib/dispatch-sync.ts:11 Node child process
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 42 placeholder/mock markers across 12 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 38 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`, `ANTHROPIC_MODEL`, `BUILD_DIST_DIR`, `CLOBE_BASE_URL`, `CLOBE_DOWNLOAD_DIR`, `CLOBE_DOWNLOAD_LABEL`, `CLOBE_DOWNLOAD_MENU_LABEL`, `CLOBE_INVOICE_PATH` + 30 more. Add them (with a placeholder/comment) to .env.example so onboardi…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 52 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 quality Tests conf 1.00 Low test-to-source ratio
26 tests / 226 src (ratio 0.12).
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
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 — worker/salesone-sync/src/codef-sync.ts:112
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 — worker/salesone-sync/src/due-date-sync.ts:58
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 — worker/salesone-sync/src/enqueue-daily.ts:51
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 — worker/salesone-sync/src/fx-sync.ts:110
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 — worker/salesone-sync/src/gowid-sync.ts:86
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 — worker/salesone-sync/src/map-shadow.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 — worker/salesone-sync/src/mercury-sync.ts:92
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 — worker/salesone-sync/src/replicate.ts:75
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — worker/salesone-sync/src/ssart-sync.ts:102
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 — worker/salesone-sync/src/sync.ts:81
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /accounts
`worker/salesone-sync/src/lib/mercury-client.ts` declares `GET /accounts` 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 /v1/oAuth/
`worker/salesone-sync/src/lib/ssart-client.ts` declares `POST /v1/oAuth/` 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 /v1/oAuth/utk/
`worker/salesone-sync/src/lib/ssart-client.ts` declares `POST /v1/oAuth/utk/` 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: src/components/app-shell.tsx (1596 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/modules/books-view.tsx (2830 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/24a4ff4b-414c-4213-8b21-ec0d2ec7f25b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/24a4ff4b-414c-4213-8b21-ec0d2ec7f25b/

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.