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.

davidesilver/ZeroHuman-Agency

https://github.com/davidesilver/ZeroHuman-Agency · scanned 2026-06-17 01:53 UTC (1 month, 1 week ago)

349 raw signals (0 security + 349 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -32.2 (diff) · 334 actionable findings from 1 signal source. 15 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.5/100 with 100.0% coverage. It contains 2930 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 349 findings — concentrated in api (158), security (73), quality (54). Risk profile is high: 0 critical, 169 high, 43 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/brands/${activeBrand.id}/assets/${assetToDelete.id} (src/app/(dashboard)/settings/brand-assets/page.tsx:75)
`src/app/(dashboard)/settings/brand-assets/page.tsx:75` calls `DELETE /api/brands/${activeBrand.id}/assets/${assetToDelete.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>/assets/<p>` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/brands/${brandToDelete.id} (src/app/(dashboard)/brands/page.tsx:146)
`src/app/(dashboard)/brands/page.tsx:146` calls `DELETE /api/brands/${brandToDelete.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>` 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: DELETE /api/llm/providers/${provider.id}/key (src/components/settings/llm-provider-hub.tsx:181)
`src/components/settings/llm-provider-hub.tsx:181` calls `DELETE /api/llm/providers/${provider.id}/key` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/providers/<p>/key` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/social/integrations/mine/${platform} (src/app/(dashboard)/settings/social-connections/page.tsx:177)
`src/app/(dashboard)/settings/social-connections/page.tsx:177` calls `DELETE /api/social/integrations/mine/${platform}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/integrations/mine/<p>` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/agent-configs/${configId} (src/app/(dashboard)/settings/agenti/page.tsx:206)
`src/app/(dashboard)/settings/agenti/page.tsx:206` calls `DELETE /api/v1/agent-configs/${configId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-configs/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/agent-skills/${skillId} (src/app/(dashboard)/settings/agenti/page.tsx:245)
`src/app/(dashboard)/settings/agenti/page.tsx:245` calls `DELETE /api/v1/agent-skills/${skillId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-skills/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/brand-templates (src/components/brand-context/brand-discovery.tsx:78)
`src/components/brand-context/brand-discovery.tsx:78` calls `GET /api/brand-templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brand-templates` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/brands (src/app/(dashboard)/brands/page.tsx:49)
`src/app/(dashboard)/brands/page.tsx:49` calls `GET /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` 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/brands (src/app/(dashboard)/settings/brand-context/page.tsx:415)
`src/app/(dashboard)/settings/brand-context/page.tsx:415` calls `GET /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/brands (src/app/(dashboard)/settings/image-generation/page.tsx:59)
`src/app/(dashboard)/settings/image-generation/page.tsx:59` calls `GET /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` 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/brands (src/components/dashboard/getting-started.tsx:20)
`src/components/dashboard/getting-started.tsx:20` calls `GET /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` 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/brands (src/lib/brand-context.tsx:117)
`src/lib/brand-context.tsx:117` calls `GET /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` 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/brands/${activeBrand.id}/assets (src/app/(dashboard)/settings/brand-assets/page.tsx:39)
`src/app/(dashboard)/settings/brand-assets/page.tsx:39` calls `GET /api/brands/${activeBrand.id}/assets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>/assets` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/brands/${activeBrand.id}/assets/${a.id}/preview (src/app/(dashboard)/settings/brand-assets/page.tsx:49)
`src/app/(dashboard)/settings/brand-assets/page.tsx:49` calls `GET /api/brands/${activeBrand.id}/assets/${a.id}/preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>/assets/<p>/preview` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/calendar/events?year=${year}&month=${month} (src/app/(dashboard)/calendario/page.tsx:82)
`src/app/(dashboard)/calendario/page.tsx:82` calls `GET /api/calendar/events?year=${year}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/events` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/content?limit=1 (src/components/dashboard/getting-started.tsx:23)
`src/components/dashboard/getting-started.tsx:23` calls `GET /api/content?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/content` 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/email-marketing/automations (src/app/(dashboard)/settings/automations/page.tsx:38)
`src/app/(dashboard)/settings/automations/page.tsx:38` calls `GET /api/email-marketing/automations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-marketing/automations` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email-marketing/lists (src/app/(dashboard)/settings/audience/page.tsx:50)
`src/app/(dashboard)/settings/audience/page.tsx:50` calls `GET /api/email-marketing/lists` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-marketing/lists` 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/feature-flags?key=llm_provider_openclaw_share (src/app/(dashboard)/settings/page.tsx:290)
`src/app/(dashboard)/settings/page.tsx:290` calls `GET /api/feature-flags?key=llm_provider_openclaw_share` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/feature-flags` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/god-mode-reviews (src/app/(dashboard)/writing-lab/page.tsx:196)
`src/app/(dashboard)/writing-lab/page.tsx:196` calls `GET /api/god-mode-reviews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/god-mode-reviews` 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/god-mode-reviews?draft_id=${draftId} (src/app/(dashboard)/writing-lab/page.tsx:135)
`src/app/(dashboard)/writing-lab/page.tsx:135` calls `GET /api/god-mode-reviews?draft_id=${draftId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/god-mode-reviews` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/images/jobs/${id} (src/components/content-hub/generate-visual-button.tsx:21)
`src/components/content-hub/generate-visual-button.tsx:21` calls `GET /api/images/jobs/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images/jobs/<p>` 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/images/stats (src/app/(dashboard)/settings/image-generation/page.tsx:68)
`src/app/(dashboard)/settings/image-generation/page.tsx:68` calls `GET /api/images/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images/stats` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/llm/gateways/auto-discover (src/components/settings/llm-provider-hub.tsx:474)
`src/components/settings/llm-provider-hub.tsx:474` calls `GET /api/llm/gateways/auto-discover` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/gateways/auto-discover` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/llm/providers/catalog (src/components/settings/llm-provider-hub.tsx:514)
`src/components/settings/llm-provider-hub.tsx:514` calls `GET /api/llm/providers/catalog` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/providers/catalog` 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/llm/providers/configured (src/app/(dashboard)/setup/page.tsx:414)
`src/app/(dashboard)/setup/page.tsx:414` calls `GET /api/llm/providers/configured` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/providers/configured` 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/llm/providers/configured (src/components/settings/llm-provider-hub.tsx:515)
`src/components/settings/llm-provider-hub.tsx:515` calls `GET /api/llm/providers/configured` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/providers/configured` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/llm/providers/metrics?window=${window} (src/app/(dashboard)/settings/page.tsx:360)
`src/app/(dashboard)/settings/page.tsx:360` calls `GET /api/llm/providers/metrics?window=${window}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/providers/metrics` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/detect (src/app/(dashboard)/setup/page.tsx:845)
`src/app/(dashboard)/setup/page.tsx:845` calls `GET /api/mcp/detect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/detect` 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/newsletter/${id} (src/app/(dashboard)/newsletter/[id]/page.tsx:55)
`src/app/(dashboard)/newsletter/[id]/page.tsx:55` calls `GET /api/newsletter/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/<p>` 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/newsletter?per_page=1 (src/app/(dashboard)/metrics/page.tsx:48)
`src/app/(dashboard)/metrics/page.tsx:48` calls `GET /api/newsletter?per_page=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` 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/newsletter?per_page=50 (src/app/(dashboard)/newsletter/page.tsx:51)
`src/app/(dashboard)/newsletter/page.tsx:51` calls `GET /api/newsletter?per_page=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/research/competitor/snapshots?limit=50 (src/app/(dashboard)/competitor-watch/page.tsx:37)
`src/app/(dashboard)/competitor-watch/page.tsx:37` calls `GET /api/research/competitor/snapshots?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/research/competitor/snapshots` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/research/deep (src/app/(dashboard)/deep-research/page.tsx:59)
`src/app/(dashboard)/deep-research/page.tsx:59` calls `GET /api/research/deep` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/research/deep` 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/research/deep/${jobId}/results (src/app/(dashboard)/deep-research/page.tsx:101)
`src/app/(dashboard)/deep-research/page.tsx:101` calls `GET /api/research/deep/${jobId}/results` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/research/deep/<p>/results` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/research?limit=1&status=approved (src/components/dashboard/getting-started.tsx:22)
`src/components/dashboard/getting-started.tsx:22` calls `GET /api/research?limit=1&status=approved` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/research` 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/setup/progress (src/app/(dashboard)/setup/page.tsx:155)
`src/app/(dashboard)/setup/page.tsx:155` calls `GET /api/setup/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/setup/progress` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/setup/progress (src/components/dashboard/getting-started.tsx:48)
`src/components/dashboard/getting-started.tsx:48` calls `GET /api/setup/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/setup/progress` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/health (src/app/(dashboard)/settings/social-connections/page.tsx:135)
`src/app/(dashboard)/settings/social-connections/page.tsx:135` calls `GET /api/social/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/health` 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/social/health (src/app/(dashboard)/setup/page.tsx:786)
`src/app/(dashboard)/setup/page.tsx:786` calls `GET /api/social/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/health` 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/social/integrations/mine (src/app/(dashboard)/settings/social-connections/page.tsx:140)
`src/app/(dashboard)/settings/social-connections/page.tsx:140` calls `GET /api/social/integrations/mine` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/integrations/mine` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/integrations/mine (src/components/content-hub/publish-button.tsx:27)
`src/components/content-hub/publish-button.tsx:27` calls `GET /api/social/integrations/mine` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/integrations/mine` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/system/config (src/app/(dashboard)/settings/page.tsx:687)
`src/app/(dashboard)/settings/page.tsx:687` calls `GET /api/system/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/config` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/system/config (src/app/(dashboard)/setup/page.tsx:145)
`src/app/(dashboard)/setup/page.tsx:145` calls `GET /api/system/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/config` 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/system/config (src/components/dashboard/getting-started.tsx:19)
`src/components/dashboard/getting-started.tsx:19` calls `GET /api/system/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/config` 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/system/costs?period=month (src/app/(dashboard)/revenue/page.tsx:48)
`src/app/(dashboard)/revenue/page.tsx:48` calls `GET /api/system/costs?period=month` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/costs` 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/system/costs?period=today (src/app/(dashboard)/costi-api/page.tsx:37)
`src/app/(dashboard)/costi-api/page.tsx:37` calls `GET /api/system/costs?period=today` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/costs` 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/system/costs?period=today (src/app/(dashboard)/metrics/page.tsx:50)
`src/app/(dashboard)/metrics/page.tsx:50` calls `GET /api/system/costs?period=today` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/costs` 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/system/costs?period=today (src/components/layout/api-spend-row.tsx:18)
`src/components/layout/api-spend-row.tsx:18` calls `GET /api/system/costs?period=today` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/costs` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/system/health (src/app/(dashboard)/revenue/page.tsx:47)
`src/app/(dashboard)/revenue/page.tsx:47` calls `GET /api/system/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/health` 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: GET /api/system/health (src/app/(dashboard)/setup/page.tsx:335)
`src/app/(dashboard)/setup/page.tsx:335` calls `GET /api/system/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/health` 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/system/health (src/app/(dashboard)/setup/page.tsx:345)
`src/app/(dashboard)/setup/page.tsx:345` calls `GET /api/system/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/health` 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/v1/agent-configs (src/app/(dashboard)/settings/agenti/page.tsx:102)
`src/app/(dashboard)/settings/agenti/page.tsx:102` calls `GET /api/v1/agent-configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-configs` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/agent-skills (src/app/(dashboard)/settings/agenti/page.tsx:103)
`src/app/(dashboard)/settings/agenti/page.tsx:103` calls `GET /api/v1/agent-skills` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-skills` 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/video (src/app/(dashboard)/videos/page.tsx:52)
`src/app/(dashboard)/videos/page.tsx:52` calls `GET /api/video` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video` 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/video/heygen/avatars (src/app/(dashboard)/writing-lab/page.tsx:169)
`src/app/(dashboard)/writing-lab/page.tsx:169` calls `GET /api/video/heygen/avatars` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video/heygen/avatars` 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/video/templates (src/app/(dashboard)/settings/video-templates/page.tsx:40)
`src/app/(dashboard)/settings/video-templates/page.tsx:40` calls `GET /api/video/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video/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/video/templates (src/app/(dashboard)/videos/page.tsx:51)
`src/app/(dashboard)/videos/page.tsx:51` calls `GET /api/video/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video/templates` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.anthropic.com/v1/models (cli/src/commands/init.ts:58)
`cli/src/commands/init.ts:58` calls `GET https://api.anthropic.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.anthropic.com/v1/models` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/brands/${activeBrand.id} (src/app/(dashboard)/settings/image-generation/page.tsx:82)
`src/app/(dashboard)/settings/image-generation/page.tsx:82` calls `PATCH /api/brands/${activeBrand.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/brands/${brandId} (src/app/(dashboard)/settings/brand-context/page.tsx:452)
`src/app/(dashboard)/settings/brand-context/page.tsx:452` calls `PATCH /api/brands/${brandId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/brands/${brandId} (src/app/(dashboard)/setup/page.tsx:227)
`src/app/(dashboard)/setup/page.tsx:227` calls `PATCH /api/brands/${brandId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/brands/${brandId}/assets/${assetId} (src/components/brand-assets/palette-editor.tsx:13)
`src/components/brand-assets/palette-editor.tsx:13` calls `PATCH /api/brands/${brandId}/assets/${assetId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>/assets/<p>` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/brands/${editId} (src/app/(dashboard)/brands/page.tsx:95)
`src/app/(dashboard)/brands/page.tsx:95` calls `PATCH /api/brands/${editId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/brands/${json.data.id} (src/app/(dashboard)/settings/page.tsx:587)
`src/app/(dashboard)/settings/page.tsx:587` calls `PATCH /api/brands/${json.data.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/brands/${newId} (src/app/(dashboard)/brands/page.tsx:117)
`src/app/(dashboard)/brands/page.tsx:117` calls `PATCH /api/brands/${newId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/email-marketing/automations/${automation.id} (src/app/(dashboard)/settings/automations/page.tsx:62)
`src/app/(dashboard)/settings/automations/page.tsx:62` calls `PATCH /api/email-marketing/automations/${automation.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-marketing/automations/<p>` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/newsletter/${id} (src/app/(dashboard)/newsletter/[id]/page.tsx:71)
`src/app/(dashboard)/newsletter/[id]/page.tsx:71` calls `PATCH /api/newsletter/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/newsletter/${id} (src/app/(dashboard)/newsletter/[id]/page.tsx:99)
`src/app/(dashboard)/newsletter/[id]/page.tsx:99` calls `PATCH /api/newsletter/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/newsletter/${id} (src/app/(dashboard)/newsletter/page.tsx:90)
`src/app/(dashboard)/newsletter/page.tsx:90` calls `PATCH /api/newsletter/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/<p>` 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: PATCH /api/setup/progress (src/app/(dashboard)/setup/page.tsx:185)
`src/app/(dashboard)/setup/page.tsx:185` calls `PATCH /api/setup/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/setup/progress` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/setup/progress (src/components/dashboard/getting-started.tsx:59)
`src/components/dashboard/getting-started.tsx:59` calls `PATCH /api/setup/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/setup/progress` 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: PATCH /api/setup/progress (src/components/dashboard/getting-started.tsx:98)
`src/components/dashboard/getting-started.tsx:98` calls `PATCH /api/setup/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/setup/progress` 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: PATCH /api/system/config (src/app/(dashboard)/setup/page.tsx:635)
`src/app/(dashboard)/setup/page.tsx:635` calls `PATCH /api/system/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/config` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bootstrap/save-config (src/app/bootstrap/page.tsx:87)
`src/app/bootstrap/page.tsx:87` calls `POST /api/bootstrap/save-config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/bootstrap/save-config` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bootstrap/test-connection (src/app/bootstrap/page.tsx:64)
`src/app/bootstrap/page.tsx:64` calls `POST /api/bootstrap/test-connection` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/bootstrap/test-connection` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brand-discovery (src/components/brand-context/brand-discovery.tsx:133)
`src/components/brand-context/brand-discovery.tsx:133` calls `POST /api/brand-discovery` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brand-discovery` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brands (src/app/(dashboard)/brands/page.tsx:101)
`src/app/(dashboard)/brands/page.tsx:101` calls `POST /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` 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/brands (src/app/(dashboard)/settings/page.tsx:572)
`src/app/(dashboard)/settings/page.tsx:572` calls `POST /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` 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/brands (src/app/(dashboard)/setup/page.tsx:217)
`src/app/(dashboard)/setup/page.tsx:217` calls `POST /api/brands` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands` 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/brands/${brandId}/assets (src/app/(dashboard)/setup/page.tsx:234)
`src/app/(dashboard)/setup/page.tsx:234` calls `POST /api/brands/${brandId}/assets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>/assets` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brands/${brandId}/assets (src/components/brand-assets/asset-upload-card.tsx:47)
`src/components/brand-assets/asset-upload-card.tsx:47` calls `POST /api/brands/${brandId}/assets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>/assets` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brands/${brandId}/assets/upload-url (src/components/brand-assets/asset-upload-card.tsx:23)
`src/components/brand-assets/asset-upload-card.tsx:23` calls `POST /api/brands/${brandId}/assets/upload-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brands/<p>/assets/upload-url` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/calendar/events (src/app/(dashboard)/calendario/page.tsx:139)
`src/app/(dashboard)/calendario/page.tsx:139` calls `POST /api/calendar/events` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/events` 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/content/from-url (src/app/(dashboard)/content-hub/page.tsx:70)
`src/app/(dashboard)/content-hub/page.tsx:70` calls `POST /api/content/from-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/content/from-url` 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: POST /api/email-marketing/automations (src/app/(dashboard)/settings/automations/page.tsx:48)
`src/app/(dashboard)/settings/automations/page.tsx:48` calls `POST /api/email-marketing/automations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-marketing/automations` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email-marketing/campaigns (src/app/(dashboard)/writing-lab/page.tsx:149)
`src/app/(dashboard)/writing-lab/page.tsx:149` calls `POST /api/email-marketing/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-marketing/campaigns` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/feature-flags (src/app/(dashboard)/settings/feature-flags/page.tsx:76)
`src/app/(dashboard)/settings/feature-flags/page.tsx:76` calls `POST /api/feature-flags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/feature-flags` 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/feature-flags (src/app/(dashboard)/settings/page.tsx:301)
`src/app/(dashboard)/settings/page.tsx:301` calls `POST /api/feature-flags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/feature-flags` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/images/generate (src/app/(dashboard)/settings/image-generation/page.tsx:99)
`src/app/(dashboard)/settings/image-generation/page.tsx:99` calls `POST /api/images/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images/generate` 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/internal/brand-secrets (src/app/(dashboard)/settings/audience/page.tsx:68)
`src/app/(dashboard)/settings/audience/page.tsx:68` calls `POST /api/internal/brand-secrets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/internal/brand-secrets` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/llm/gateways/${provider.id}/url (src/components/settings/llm-provider-hub.tsx:332)
`src/components/settings/llm-provider-hub.tsx:332` calls `POST /api/llm/gateways/${provider.id}/url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/gateways/<p>/url` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/llm/gateways/probe (src/components/settings/llm-provider-hub.tsx:345)
`src/components/settings/llm-provider-hub.tsx:345` calls `POST /api/llm/gateways/probe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/gateways/probe` 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/llm/providers/${provider.id}/key (src/components/settings/llm-provider-hub.tsx:152)
`src/components/settings/llm-provider-hub.tsx:152` calls `POST /api/llm/providers/${provider.id}/key` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/providers/<p>/key` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/llm/providers/${provider.id}/validate (src/components/settings/llm-provider-hub.tsx:125)
`src/components/settings/llm-provider-hub.tsx:125` calls `POST /api/llm/providers/${provider.id}/validate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/providers/<p>/validate` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/memory/upload (src/components/brand-context/context-document-upload.tsx:126)
`src/components/brand-context/context-document-upload.tsx:126` calls `POST /api/memory/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/upload` 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/research/competitor (src/app/(dashboard)/competitor-watch/page.tsx:59)
`src/app/(dashboard)/competitor-watch/page.tsx:59` calls `POST /api/research/competitor` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/research/competitor` 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/research/deep (src/app/(dashboard)/deep-research/page.tsx:80)
`src/app/(dashboard)/deep-research/page.tsx:80` calls `POST /api/research/deep` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/research/deep` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/research/deep/${jobId}/generate-ideas (src/app/(dashboard)/deep-research/page.tsx:113)
`src/app/(dashboard)/deep-research/page.tsx:113` calls `POST /api/research/deep/${jobId}/generate-ideas` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/research/deep/<p>/generate-ideas` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social/integrations/mine (src/app/(dashboard)/settings/social-connections/page.tsx:151)
`src/app/(dashboard)/settings/social-connections/page.tsx:151` calls `POST /api/social/integrations/mine` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/integrations/mine` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/agent-configs (src/app/(dashboard)/settings/agenti/page.tsx:133)
`src/app/(dashboard)/settings/agenti/page.tsx:133` calls `POST /api/v1/agent-configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-configs` 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/v1/agent-skills (src/app/(dashboard)/settings/agenti/page.tsx:160)
`src/app/(dashboard)/settings/agenti/page.tsx:160` calls `POST /api/v1/agent-skills` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-skills` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/video/generate (src/app/(dashboard)/writing-lab/page.tsx:176)
`src/app/(dashboard)/writing-lab/page.tsx:176` calls `POST /api/video/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video/generate` 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/video/render (src/app/(dashboard)/content-hub/[id]/page.tsx:54)
`src/app/(dashboard)/content-hub/[id]/page.tsx:54` calls `POST /api/video/render` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video/render` 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/video/render (src/app/(dashboard)/videos/page.tsx:99)
`src/app/(dashboard)/videos/page.tsx:99` calls `POST /api/video/render` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video/render` 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: POST /api/video/templates (src/app/(dashboard)/settings/video-templates/page.tsx:51)
`src/app/(dashboard)/settings/video-templates/page.tsx:51` calls `POST /api/video/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video/templates` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v1/agent-configs/${configId} (src/app/(dashboard)/settings/agenti/page.tsx:186)
`src/app/(dashboard)/settings/agenti/page.tsx:186` calls `PUT /api/v1/agent-configs/${configId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-configs/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v1/agent-skills/${skillId} (src/app/(dashboard)/settings/agenti/page.tsx:222)
`src/app/(dashboard)/settings/agenti/page.tsx:222` calls `PUT /api/v1/agent-skills/${skillId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/agent-skills/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `api_delete_credentials` without auth dependency — python/src/content_engine/api/routes.py:1738
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1738 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `api_memory_delete_fact` without auth dependency — python/src/content_engine/api/routes.py:1462
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1462 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_agent_config` without auth dependency — python/src/content_engine/api/routes_agents.py:224
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_agents.py:224 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_agent_skill` without auth dependency — python/src/content_engine/api/routes_agents.py:404
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_agents.py:404 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_integration` without auth dependency — python/src/content_engine/api/routes_postiz.py:164
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_postiz.py:164 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_provider_key` without auth dependency — python/src/content_engine/api/routes_llm_providers.py:128
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_llm_providers.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_brand_secret` without auth dependency — python/src/content_engine/api/routes_internal.py:68
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_internal.py:68 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `api_memory_patch_fact` without auth dependency — python/src/content_engine/api/routes.py:1428
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1428 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_progress` without auth dependency — python/src/content_engine/api/routes_setup.py:61
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_setup.py:61 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_automation` without auth dependency — python/src/content_engine/api/routes_automations.py:153
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_automations.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_draft` without auth dependency — python/src/content_engine/api/routes.py:472
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:472 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_item_status` without auth dependency — python/src/content_engine/api/routes.py:307
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:307 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_adapt_content` without auth dependency — python/src/content_engine/api/routes.py:382
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:382 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_create_session` without auth dependency — python/src/content_engine/api/routes.py:540
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:540 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_generate_content` without auth dependency — python/src/content_engine/api/routes.py:351
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:351 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_god_mode` without auth dependency — python/src/content_engine/api/routes.py:375
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:375 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_humanize_draft` without auth dependency — python/src/content_engine/api/routes.py:389
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:389 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_memory_consolidate_user` without auth dependency — python/src/content_engine/api/routes.py:1321
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1321 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_memory_discover` without auth dependency — python/src/content_engine/api/routes.py:1528
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1528 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_memory_recall` without auth dependency — python/src/content_engine/api/routes.py:1364
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1364 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_memory_supersede_fact` without auth dependency — python/src/content_engine/api/routes.py:1484
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1484 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_memory_upload_source` without auth dependency — python/src/content_engine/api/routes.py:1605
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1605 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_publish_linkedin` without auth dependency — python/src/content_engine/api/routes.py:1065
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1065 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_publish_social` without auth dependency — python/src/content_engine/api/routes.py:1056
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1056 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_publish_twitter` without auth dependency — python/src/content_engine/api/routes.py:1073
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1073 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_record_metrics` without auth dependency — python/src/content_engine/api/routes.py:1102
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_schedule_post` without auth dependency — python/src/content_engine/api/routes.py:1081
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1081 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_send_newsletter` without auth dependency — python/src/content_engine/api/routes.py:663
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:663 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_upsert_email_provider_config` without auth dependency — python/src/content_engine/api/routes.py:963
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:963 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_validate_email_provider` without auth dependency — python/src/content_engine/api/routes.py:982
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:982 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_vote` without auth dependency — python/src/content_engine/api/routes.py:590
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:590 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `carousel` without auth dependency — python/src/content_engine/api/routes_images.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_images.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_agent_config` without auth dependency — python/src/content_engine/api/routes_agents.py:100
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_agents.py:100 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_agent_skill` without auth dependency — python/src/content_engine/api/routes_agents.py:294
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_agents.py:294 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_automation` without auth dependency — python/src/content_engine/api/routes_automations.py:127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_automations.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_campaign` without auth dependency — python/src/content_engine/api/routes_campaigns.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_campaigns.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_list` without auth dependency — python/src/content_engine/api/routes_email_marketing.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_email_marketing.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_template` without auth dependency — python/src/content_engine/api/routes_video.py:57
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_video.py:57 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `discover_brand` without auth dependency — python/src/content_engine/api/routes_brand_discovery.py:140
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_brand_discovery.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_ideas_from_job` without auth dependency — python/src/content_engine/api/routes_research.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_research.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_shorts` without auth dependency — python/src/content_engine/api/routes_video.py:177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_video.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_video` without auth dependency — python/src/content_engine/api/routes_video.py:156
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_video.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate` without auth dependency — python/src/content_engine/api/routes_images.py:39
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_images.py:39 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `poll_heygen` without auth dependency — python/src/content_engine/api/routes_video.py:207
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_video.py:207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `probe_gateway` without auth dependency — python/src/content_engine/api/routes_llm_providers.py:160
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_llm_providers.py:160 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_gateway_url` without auth dependency — python/src/content_engine/api/routes_llm_providers.py:231
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_llm_providers.py:231 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_provider_key` without auth dependency — python/src/content_engine/api/routes_llm_providers.py:99
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_llm_providers.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_competitor_spider` without auth dependency — python/src/content_engine/api/routes_research.py:132
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_research.py:132 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_deep_research` without auth dependency — python/src/content_engine/api/routes_research.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_research.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_render` without auth dependency — python/src/content_engine/api/routes_video.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_video.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_contacts` without auth dependency — python/src/content_engine/api/routes_email_marketing.py:70
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_email_marketing.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `transcribe` without auth dependency — docker/whisper-service/main.py:28
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
docker/whisper-service/main.py:28 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_research` without auth dependency — python/src/content_engine/api/routes.py:220
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:220 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_scoring` without auth dependency — python/src/content_engine/api/routes.py:326
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:326 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `tts` without auth dependency — docker/tts-service/main.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
docker/tts-service/main.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_brand_secret` without auth dependency — python/src/content_engine/api/routes_internal.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_internal.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_integration` without auth dependency — python/src/content_engine/api/routes_postiz.py:122
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_postiz.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_provider_key` without auth dependency — python/src/content_engine/api/routes_llm_providers.py:139
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_llm_providers.py:139 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `api_set_credentials` without auth dependency — python/src/content_engine/api/routes.py:1717
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes.py:1717 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_agent_config` without auth dependency — python/src/content_engine/api/routes_agents.py:188
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_agents.py:188 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_agent_skill` without auth dependency — python/src/content_engine/api/routes_agents.py:361
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/content_engine/api/routes_agents.py:361 securityAuth fastapi unauth mutation
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/layout.tsx:102
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 — src/components/seo/json-ld.tsx:61
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 — src/app/(dashboard)/brands/page.tsx:95
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/(dashboard)/content-hub/page.tsx:111
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/(dashboard)/memory/page.tsx:368
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/(dashboard)/metrics/page.tsx: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 — src/app/(dashboard)/research/page.tsx:55
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/(dashboard)/settings/audience/page.tsx:93
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/(dashboard)/settings/brand-assets/page.tsx:49
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/(dashboard)/settings/image-generation/page.tsx:59
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/(dashboard)/settings/page.tsx:587
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/(dashboard)/settings/social-connections/page.tsx:177
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/(dashboard)/setup/page.tsx:185
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/(dashboard)/writing-lab/page.tsx:133
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/memory/upload/route.ts:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/brand-assets/palette-editor.tsx: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/components/brand-context/context-document-upload.tsx:126
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/content-hub/generate-visual-button.tsx:63
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/content-hub/publish-button.tsx:27
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/dashboard/getting-started.tsx:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/settings/email-provider-card.tsx:62
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/settings/llm-provider-hub.tsx:514
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/brand-secrets.ts:32
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 lockfile. 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 hardware Security conf 1.00 Dockerfile runs as root: docker/tts-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/whisper-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: python/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 Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/security-scan.yml:30 CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/postiz_analytics/index.ts:25
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/postiz_analytics/index.ts:25 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:102
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/layout.tsx:102 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/seo/json-ld.tsx:61
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/seo/json-ld.tsx:61 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in compositions/automated-shorts/index.html:362
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
compositions/automated-shorts/index.html:362 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in compositions/weekly-recap/index.html:186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
compositions/weekly-recap/index.html:186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cli/src/commands/doctor.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
cli/src/commands/doctor.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cli/src/commands/init.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
cli/src/commands/init.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cli/src/commands/migrate.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
cli/src/commands/migrate.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cli/src/commands/seed.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
cli/src/commands/seed.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cli/src/commands/start.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
cli/src/commands/start.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cli/src/commands/update.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
cli/src/commands/update.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cli/src/lib/health.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
cli/src/lib/health.ts:5 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 128 placeholder/mock markers across 50 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 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 17 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `BREVO_WEBHOOK_SECRET`, `DEBUG`, `DOCKER_BUILD`, `GMAIL_CREDENTIALS_JSON`, `GMAIL_TOKEN_JSON`, `HYPERFRAMES_BIN`, `NEXT_PUBLIC_STAGING_BAR`, `NODE_ENV` + 9 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 166 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 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/tts-service/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.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/whisper-service/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.14-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
python/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 66, 82, 99
.github/workflows/security-scan.yml:66, 82, 99 (3 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
38 tests / 360 src (ratio 0.11).
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: python/src/content_engine/config.py:supabase_url, python/src/content_engine/config/settings.py:supabase_url 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…
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: python/src/content_engine/retrievers/serper.py:fetch, python/src/content_engine/retrievers/serper.py:fetch, python/src/content_engine/retrievers/serper.py:fetch This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https:…
duplicatesduplication
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: python/src/content_engine/agents/writer.py:generate_draft, python/src/content_engine/orchestrator/content.py:generate_content, python/src/content_engine/orchestrator/content.py:generate_and_god, python/src/content_engine/orchestrator/content.py:genera…
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: cli/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
cli/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_call_anthropic_direct_legacy` in python/src/content_engine/utils/llm_client.py:691
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 `eleven_multilingual_v2` in docker/tts-service/main.py:52
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 `eleven_multilingual_v2` in python/src/content_engine/services/tts_provider.py:54
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: call
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/utils/security_utils.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_agent_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/agents/agent_loader.py:260
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_session
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/memory/stores/hot.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: count_archived
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/memory/stores/archive.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_post
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/services/postiz_client.py:210
low System graph software Dead code conf 1.00 Possibly dead Python function: estimate_tokens
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/utils/cost_tracker.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: format_health_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/monitoring/pipeline_health.py:234
low System graph software Dead code conf 1.00 Possibly dead Python function: invalidate_agent_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/agents/agent_loader.py:247
low System graph software Dead code conf 1.00 Possibly dead Python function: list_archived
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/memory/stores/archive.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: list_example_content
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/utils/brand_assets.py:53
low System graph software Dead code conf 1.00 Possibly dead Python function: llm_caller
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/utils/llm_client.py:394
low System graph software Dead code conf 1.00 Possibly dead Python function: model_post_init
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/api/routes.py:1052
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_conflicts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/memory/arbiter.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: run_cli_for_brand
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/utils/cli_runner.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: run_health_check
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/monitoring/pipeline_health.py:213
low System graph software Dead code conf 1.00 Possibly dead Python function: run_nightly_optimization
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/services/auto_optimizer.py:32
low System graph software Dead code conf 1.00 Possibly dead Python function: send_telegram_alert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/services/notification.py:214
low System graph software Dead code conf 1.00 Possibly dead Python function: serve
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/main.py:121
low System graph software Dead code conf 1.00 Possibly dead Python function: summarise_session
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/memory/consolidation/synthesizer.py:64
low System graph software Dead code conf 1.00 Possibly dead Python function: sweep
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/memory/decay.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: wait_until_available
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/content_engine/utils/llm_rate_limiter.py:202
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/commands/brand.ts:77
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 — cli/src/commands/config.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/commands/doctor.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 — cli/src/commands/init.ts:132
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 — cli/src/commands/mcp.ts:36
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 — cli/src/commands/migrate.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 — cli/src/commands/providers.ts:48
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 — cli/src/commands/start.ts:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/commands/update.ts:47
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 — cli/src/lib/logo.ts:30
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: DELETE /brands/credentials/{service_name}
`python/src/content_engine/api/routes.py` declares `DELETE /brands/credentials/{service_name}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /providers/{provider_id}/key
`python/src/content_engine/api/routes_llm_providers.py` declares `DELETE /providers/{provider_id}/key` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`python/src/content_engine/api/routes_video.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /activity
`python/src/content_engine/api/routes.py` declares `GET /activity` 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 /brands/credentials
`python/src/content_engine/api/routes.py` declares `GET /brands/credentials` 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 /brands/credentials/{service_name}/status
`python/src/content_engine/api/routes.py` declares `GET /brands/credentials/{service_name}/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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /gateways/auto-discover
`python/src/content_engine/api/routes_llm_providers.py` declares `GET /gateways/auto-discover` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /heygen/avatars
`python/src/content_engine/api/routes_video.py` declares `GET /heygen/avatars` 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 /llm/fallback-log
`python/src/content_engine/api/routes.py` declares `GET /llm/fallback-log` 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 /llm/fallback-stats
`python/src/content_engine/api/routes.py` declares `GET /llm/fallback-stats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /memory/expiring
`python/src/content_engine/api/routes.py` declares `GET /memory/expiring` 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 /providers/catalog
`python/src/content_engine/api/routes_llm_providers.py` declares `GET /providers/catalog` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /providers/configured
`python/src/content_engine/api/routes_llm_providers.py` declares `GET /providers/configured` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /research/runs
`python/src/content_engine/api/routes.py` declares `GET /research/runs` 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 /shorts/{video_id}/status
`python/src/content_engine/api/routes_video.py` declares `GET /shorts/{video_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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /templates
`python/src/content_engine/api/routes_video.py` declares `GET /templates` 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 /writing-lab/sessions
`python/src/content_engine/api/routes.py` declares `GET /writing-lab/sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /writing-lab/sessions/{session_id}
`python/src/content_engine/api/routes.py` declares `GET /writing-lab/sessions/{session_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{video_id}/status
`python/src/content_engine/api/routes_video.py` declares `GET /{video_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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /analytics/feedback-loop
`python/src/content_engine/api/routes.py` declares `POST /analytics/feedback-loop` 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 /analytics/metrics
`python/src/content_engine/api/routes.py` declares `POST /analytics/metrics` 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 /analytics/pull-metrics
`python/src/content_engine/api/routes.py` declares `POST /analytics/pull-metrics` 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 /auth/cache-invalidate
`python/src/content_engine/api/routes.py` declares `POST /auth/cache-invalidate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /content/drafts/{draft_id}/adapt
`python/src/content_engine/api/routes.py` declares `POST /content/drafts/{draft_id}/adapt` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /content/drafts/{draft_id}/humanize
`python/src/content_engine/api/routes.py` declares `POST /content/drafts/{draft_id}/humanize` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /content/generate
`python/src/content_engine/api/routes.py` declares `POST /content/generate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /gateways/probe
`python/src/content_engine/api/routes_llm_providers.py` declares `POST /gateways/probe` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /generate
`python/src/content_engine/api/routes_video.py` declares `POST /generate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /llm/fallback-monitor/reset
`python/src/content_engine/api/routes.py` declares `POST /llm/fallback-monitor/reset` 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 /memory/consolidate-user
`python/src/content_engine/api/routes.py` declares `POST /memory/consolidate-user` 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 /memory/facts/{fact_id}/supersede
`python/src/content_engine/api/routes.py` declares `POST /memory/facts/{fact_id}/supersede` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /memory/recall
`python/src/content_engine/api/routes.py` declares `POST /memory/recall` 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 /memory/upload-source
`python/src/content_engine/api/routes.py` declares `POST /memory/upload-source` 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 /newsletter/{newsletter_id}/resolve-ab
`python/src/content_engine/api/routes.py` declares `POST /newsletter/{newsletter_id}/resolve-ab` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /providers/{provider_id}/key
`python/src/content_engine/api/routes_llm_providers.py` declares `POST /providers/{provider_id}/key` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /providers/{provider_id}/validate
`python/src/content_engine/api/routes_llm_providers.py` declares `POST /providers/{provider_id}/validate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /render
`python/src/content_engine/api/routes_video.py` declares `POST /render` 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 /scheduler/daily-pipeline
`python/src/content_engine/api/routes.py` declares `POST /scheduler/daily-pipeline` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /scheduler/publish-scheduled
`python/src/content_engine/api/routes.py` declares `POST /scheduler/publish-scheduled` 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 /scheduler/weekly-newsletter
`python/src/content_engine/api/routes.py` declares `POST /scheduler/weekly-newsletter` 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 /scoring/run
`python/src/content_engine/api/routes.py` declares `POST /scoring/run` 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 /shorts/generate
`python/src/content_engine/api/routes_video.py` declares `POST /shorts/generate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /social/publish/twitter
`python/src/content_engine/api/routes.py` declares `POST /social/publish/twitter` 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

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

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/75e9483c-675f-4d61-9c27-767b33282700/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/75e9483c-675f-4d61-9c27-767b33282700/

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.