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.

Daky0000/Saas

https://github.com/Daky0000/Saas · scanned 2026-06-17 01:26 UTC (1 month, 2 weeks ago)

395 raw signals (0 security + 395 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -27.2 (diff) · 391 actionable findings from 1 signal source. 4 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 49.5/100 with 100.0% coverage. It contains 4421 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 395 findings — concentrated in api (188), quality (113), frontend (72). Risk profile is high: 2 critical, 139 high, 88 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in packages/api/src/user-auth.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 146, 347
packages/api/src/user-auth.ts:146, 347 (2 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/calendar/google/disconnect (packages/web/src/pages/Integrations.tsx:564)
`packages/web/src/pages/Integrations.tsx:564` calls `DELETE /api/calendar/google/disconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/google/disconnect` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/crm/activities/${id} (packages/web/src/pages/CRMCompanies.tsx:1187)
`packages/web/src/pages/CRMCompanies.tsx:1187` calls `DELETE /api/crm/activities/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/crm/activities/${note.id}/comments/${cid} (packages/web/src/pages/CRMCompanies.tsx:301)
`packages/web/src/pages/CRMCompanies.tsx:301` calls `DELETE /api/crm/activities/${note.id}/comments/${cid}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities/<p>/comments/<p>` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/crm/activities/${note.id}/comments (packages/web/src/pages/CRMCompanies.tsx:271)
`packages/web/src/pages/CRMCompanies.tsx:271` calls `GET /api/crm/activities/${note.id}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities/<p>/comments` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/crm/activities?contact_id=${contact.id}&limit=30 (packages/web/src/pages/MarketingContacts.tsx:83)
`packages/web/src/pages/MarketingContacts.tsx:83` calls `GET /api/crm/activities?contact_id=${contact.id}&limit=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/data (.claude/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx:22)
`.claude/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx:22` calls `GET /api/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data` 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/duration (.claude/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx:47)
`.claude/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx:47` calls `GET /api/duration` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duration` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/heartbeat (.claude/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx:35)
`.claude/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx:35` calls `GET /api/heartbeat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/heartbeat` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/items (.claude/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/08-mixed.tsx:25)
`.claude/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/08-mixed.tsx:25` calls `GET /api/items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/items` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mailing/contacts?search=${encodeURIComponent(q)} (packages/web/src/pages/CRMCompanies.tsx:594)
`packages/web/src/pages/CRMCompanies.tsx:594` calls `GET /api/mailing/contacts?search=${encodeURIComponent(q)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mailing/contacts` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${prefix}.api.mailchimp.com/3.0/ (packages/api/src/server/socialConnectRoutes.ts:1502)
`packages/api/src/server/socialConnectRoutes.ts:1502` calls `GET https://${prefix}.api.mailchimp.com/3.0/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/<p>.api.mailchimp.com/3.0` If this points at an extern…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${serverPrefix}.api.mailchimp.com/3.0/ (packages/api/src/server/platformConfigRoutes.ts:243)
`packages/api/src/server/platformConfigRoutes.ts:243` calls `GET https://${serverPrefix}.api.mailchimp.com/3.0/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/<p>.api.mailchimp.com/3.0` If this points at an …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${serverPrefix}.api.mailchimp.com/3.0/ (packages/api/src/server/socialRoutes.ts:1339)
`packages/api/src/server/socialRoutes.ts:1339` calls `GET https://${serverPrefix}.api.mailchimp.com/3.0/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/<p>.api.mailchimp.com/3.0` If this points at an externa…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.apify.com/v2/actor-runs/${run.apify_run_id} (packages/api/src/server/apifyRoutes.ts:148)
`packages/api/src/server/apifyRoutes.ts:148` calls `GET https://api.apify.com/v2/actor-runs/${run.apify_run_id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.apify.com/v2/actor-runs/<p>` If this points …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.apify.com/v2/datasets/${run.defaultDatasetId}/items (packages/api/src/server/memoryAgentRoutes.ts:347)
`packages/api/src/server/memoryAgentRoutes.ts:347` calls `GET https://api.apify.com/v2/datasets/${run.defaultDatasetId}/items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.apify.com/v2/datasets/<p>/item…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.apify.com/v2/users/me (packages/api/src/server/apifyRoutes.ts:33)
`packages/api/src/server/apifyRoutes.ts:33` calls `GET https://api.apify.com/v2/users/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.apify.com/v2/users/me` If this points at an external API, prefix it…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.apify.com/v2/users/me (packages/api/src/server/platformConfigRoutes.ts:302)
`packages/api/src/server/platformConfigRoutes.ts:302` calls `GET https://api.apify.com/v2/users/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.apify.com/v2/users/me` If this points at an external API,…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.hubtel.com/checkout/v1.1/merchant/transactions/status?clientReference=${clientReference} (packages/api/src/server/hubtelRoutes.ts:124)
`packages/api/src/server/hubtelRoutes.ts:124` calls `GET https://api.hubtel.com/checkout/v1.1/merchant/transactions/status?clientReference=${clientReference}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/ap…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/networkSizes/${encodeURIComponent(organizationUrn)} (packages/api/src/server/distribution/linkedinHelpers.ts:88)
`packages/api/src/server/distribution/linkedinHelpers.ts:88` calls `GET https://api.linkedin.com/rest/networkSizes/${encodeURIComponent(organizationUrn)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.li…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizationalEntityFollowerStatistics (packages/api/src/server/linkedinRoutes.ts:263)
`packages/api/src/server/linkedinRoutes.ts:263` calls `GET https://api.linkedin.com/rest/organizationalEntityFollowerStatistics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/rest/organizati…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizationalEntityShareStatistics (packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:202)
`packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:202` calls `GET https://api.linkedin.com/rest/organizationalEntityShareStatistics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizationalEntityShareStatistics (packages/api/src/server/linkedinRoutes.ts:268)
`packages/api/src/server/linkedinRoutes.ts:268` calls `GET https://api.linkedin.com/rest/organizationalEntityShareStatistics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/rest/organizationa…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizationalEntityShareStatistics?${params.toString()} (packages/api/src/server/distribution/linkedinHelpers.ts:151)
`packages/api/src/server/distribution/linkedinHelpers.ts:151` calls `GET https://api.linkedin.com/rest/organizationalEntityShareStatistics?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizationPageStatistics (packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:201)
`packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:201` calls `GET https://api.linkedin.com/rest/organizationPageStatistics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/rest/org…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizationPageStatistics (packages/api/src/server/linkedinRoutes.ts:264)
`packages/api/src/server/linkedinRoutes.ts:264` calls `GET https://api.linkedin.com/rest/organizationPageStatistics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/rest/organizationpagestatis…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizations/${encodeURIComponent(organizationId)} (packages/api/src/server/distribution/linkedinHelpers.ts:77)
`packages/api/src/server/distribution/linkedinHelpers.ts:77` calls `GET https://api.linkedin.com/rest/organizations/${encodeURIComponent(organizationId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.li…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/organizations?ids=${buildLinkedInRestliList(uniqueIds)} (packages/api/src/server/distribution/linkedinHelpers.ts:58)
`packages/api/src/server/distribution/linkedinHelpers.ts:58` calls `GET https://api.linkedin.com/rest/organizations?ids=${buildLinkedInRestliList(uniqueIds)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/ap…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/posts (packages/api/src/server/distribution/linkedinHelpers.ts:102)
`packages/api/src/server/distribution/linkedinHelpers.ts:102` calls `GET https://api.linkedin.com/rest/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/rest/posts` If this points at an e…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/socialMetadata/${encodeURIComponent(postId)} (packages/api/backend/platforms/linkedin.ts:469)
`packages/api/backend/platforms/linkedin.ts:469` calls `GET https://api.linkedin.com/rest/socialMetadata/${encodeURIComponent(postId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/rest/soc…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/rest/socialMetadata?ids=${buildLinkedInRestliList(uniqueUrns)} (packages/api/src/server/distribution/linkedinHelpers.ts:122)
`packages/api/src/server/distribution/linkedinHelpers.ts:122` calls `GET https://api.linkedin.com/rest/socialMetadata?ids=${buildLinkedInRestliList(uniqueUrns)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~)) (packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:98)
`packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:98` calls `GET https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/me (packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:62)
`packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:62` calls `GET https://api.linkedin.com/v2/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/me` If this points at…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/me (packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:95)
`packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:95` calls `GET https://api.linkedin.com/v2/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/me` If this points at…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/me (packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:63)
`packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:63` calls `GET https://api.linkedin.com/v2/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/me` If this points at an externa…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/me (packages/api/src/server/distribution/linkedinHelpers.ts:224)
`packages/api/src/server/distribution/linkedinHelpers.ts:224` calls `GET https://api.linkedin.com/v2/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/me` If this points at an external AP…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/me (packages/api/src/server/distributionRoutes.ts:647)
`packages/api/src/server/distributionRoutes.ts:647` calls `GET https://api.linkedin.com/v2/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/me` If this points at an external API, prefix …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/me (packages/api/src/server/linkedinRoutes.ts:95)
`packages/api/src/server/linkedinRoutes.ts:95` calls `GET https://api.linkedin.com/v2/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/me` If this points at an external API, prefix it wi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/me (packages/api/src/server/socialConnectRoutes.ts:446)
`packages/api/src/server/socialConnectRoutes.ts:446` calls `GET https://api.linkedin.com/v2/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/me` If this points at an external API, prefix…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/organizationalEntityShareStatistics (packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:123)
`packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:123` calls `GET https://api.linkedin.com/v2/organizationalEntityShareStatistics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.lin…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/organizations/${encodeURIComponent(organizationId)}?projection=(id,localizedName,followerCount,description,website) (packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:73)
`packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:73` calls `GET https://api.linkedin.com/v2/organizations/${encodeURIComponent(organizationId)}?projection=(id,localizedName,followerCount,description,website)` but no backend route matches that path. This is a runtime 404 wait…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/ugcPosts (packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:85)
`packages/api/src/server/analytics/linkedinAnalyticsRoutes.ts:85` calls `GET https://api.linkedin.com/v2/ugcPosts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/ugcposts` If this points a…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/userinfo (packages/api/src/server/distribution/linkedinHelpers.ts:231)
`packages/api/src/server/distribution/linkedinHelpers.ts:231` calls `GET https://api.linkedin.com/v2/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/userinfo` If this points at an…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/userinfo (packages/api/src/server/distributionRoutes.ts:658)
`packages/api/src/server/distributionRoutes.ts:658` calls `GET https://api.linkedin.com/v2/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/userinfo` If this points at an external …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/userinfo (packages/api/src/server/linkedinRoutes.ts:106)
`packages/api/src/server/linkedinRoutes.ts:106` calls `GET https://api.linkedin.com/v2/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/userinfo` If this points at an external API,…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.linkedin.com/v2/userinfo (packages/api/src/server/socialConnectRoutes.ts:457)
`packages/api/src/server/socialConnectRoutes.ts:457` calls `GET https://api.linkedin.com/v2/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/userinfo` If this points at an external…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (packages/api/src/server/platformConfigRoutes.ts:251)
`packages/api/src/server/platformConfigRoutes.ts:251` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points at an external API, p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (packages/api/src/server/socialRoutes.ts:1350)
`packages/api/src/server/socialRoutes.ts:1350` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points at an external API, prefix i…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/boards (packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:84)
`packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:84` calls `GET https://api.pinterest.com/v5/boards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/boards` If thi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/boards (packages/api/src/server/distributionRoutes.ts:2018)
`packages/api/src/server/distributionRoutes.ts:2018` calls `GET https://api.pinterest.com/v5/boards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/boards` If this points at an external A…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/boards?page_size=100 (packages/api/src/server/socialConnectRoutes.ts:1427)
`packages/api/src/server/socialConnectRoutes.ts:1427` calls `GET https://api.pinterest.com/v5/boards?page_size=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/boards` If this points a…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/pins (packages/api/src/server/analytics/syncHelpers.ts:500)
`packages/api/src/server/analytics/syncHelpers.ts:500` calls `GET https://api.pinterest.com/v5/pins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/pins` If this points at an external API…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/user_account (packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:48)
`packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:48` calls `GET https://api.pinterest.com/v5/user_account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/user_acc…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/user_account (packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:59)
`packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:59` calls `GET https://api.pinterest.com/v5/user_account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/user_acc…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/user_account (packages/api/src/server/analytics/syncHelpers.ts:454)
`packages/api/src/server/analytics/syncHelpers.ts:454` calls `GET https://api.pinterest.com/v5/user_account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/user_account` If this points at…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pinterest.com/v5/user_account (packages/api/src/server/socialConnectRoutes.ts:518)
`packages/api/src/server/socialConnectRoutes.ts:518` calls `GET https://api.pinterest.com/v5/user_account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/user_account` If this points at a…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.resend.com/domains (packages/api/src/server/socialRoutes.ts:1394)
`packages/api/src/server/socialRoutes.ts:1394` calls `GET https://api.resend.com/domains` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.resend.com/domains` If this points at an external API, prefix it wi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.stripe.com/v1/account (packages/api/src/server/platformConfigRoutes.ts:267)
`packages/api/src/server/platformConfigRoutes.ts:267` calls `GET https://api.stripe.com/v1/account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.stripe.com/v1/account` If this points at an external API,…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.stripe.com/v1/balance (packages/api/src/server/socialRoutes.ts:1372)
`packages/api/src/server/socialRoutes.ts:1372` calls `GET https://api.stripe.com/v1/balance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.stripe.com/v1/balance` If this points at an external API, prefix…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twitter.com/2/tweets/${encodeURIComponent(tweetId)} (packages/api/backend/src/services/platform-adapters/twitter.adapter.ts:368)
`packages/api/backend/src/services/platform-adapters/twitter.adapter.ts:368` calls `GET https://api.twitter.com/2/tweets/${encodeURIComponent(tweetId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.twit…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twitter.com/2/users/${encodeURIComponent(userId)} (packages/api/backend/src/services/platform-adapters/twitter.adapter.ts:328)
`packages/api/backend/src/services/platform-adapters/twitter.adapter.ts:328` calls `GET https://api.twitter.com/2/users/${encodeURIComponent(userId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.twitte…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twitter.com/2/users/${encodeURIComponent(userId)}/tweets (packages/api/backend/src/services/platform-adapters/twitter.adapter.ts:400)
`packages/api/backend/src/services/platform-adapters/twitter.adapter.ts:400` calls `GET https://api.twitter.com/2/users/${encodeURIComponent(userId)}/tweets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.webflow.com/v2/sites (packages/api/src/server/platformConfigRoutes.ts:259)
`packages/api/src/server/platformConfigRoutes.ts:259` calls `GET https://api.webflow.com/v2/sites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.webflow.com/v2/sites` If this points at an external API, p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.webflow.com/v2/sites (packages/api/src/server/socialRoutes.ts:1361)
`packages/api/src/server/socialRoutes.ts:1361` calls `GET https://api.webflow.com/v2/sites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.webflow.com/v2/sites` If this points at an external API, prefix i…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.zoom.us/v2/users/me (packages/api/src/server/socialConnectRoutes.ts:926)
`packages/api/src/server/socialConnectRoutes.ts:926` calls `GET https://api.zoom.us/v2/users/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.zoom.us/v2/users/me` If this points at an external API, pref…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://connect.squareup.com/v2/locations (packages/api/src/server/platformConfigRoutes.ts:285)
`packages/api/src/server/platformConfigRoutes.ts:285` calls `GET https://connect.squareup.com/v2/locations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/connect.squareup.com/v2/locations` If this points at …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://date.nager.at/api/v3/publicholidays/${yr}/${cc} (packages/api/src/server/calendarRoutes.ts:296)
`packages/api/src/server/calendarRoutes.ts:296` calls `GET https://date.nager.at/api/v3/publicholidays/${yr}/${cc}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/date.nager.at/api/v3/publicholidays/<p>/<p>` …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${encodeURIComponent(gmailMessageId)} (packages/api/src/server/gmailInboxRoutes.ts:704)
`packages/api/src/server/gmailInboxRoutes.ts:704` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${encodeURIComponent(gmailMessageId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/gmail…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${encodeURIComponent(req.params.id)} (packages/api/src/server/gmailInboxRoutes.ts:878)
`packages/api/src/server/gmailInboxRoutes.ts:878` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${encodeURIComponent(req.params.id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/gmail.…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${encodeURIComponent(req.params.id)}/attachments/${encodeURIComponent(req.params.attId)} (packages/api/src/server/gmailInboxRoutes.ts:907)
`packages/api/src/server/gmailInboxRoutes.ts:907` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${encodeURIComponent(req.params.id)}/attachments/${encodeURIComponent(req.params.attId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axio…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v18.0/oauth/access_token (packages/api/backend/src/services/integration.service.ts:322)
`packages/api/backend/src/services/integration.service.ts:322` calls `GET https://graph.facebook.com/v18.0/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.facebook.com/v18.0/oauth/acc…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v18.0/oauth/access_token (packages/api/backend/src/services/integration.service.ts:416)
`packages/api/backend/src/services/integration.service.ts:416` calls `GET https://graph.facebook.com/v18.0/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.facebook.com/v18.0/oauth/acc…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v18.0/oauth/access_token (packages/api/src/server/socialConnectRoutes.ts:655)
`packages/api/src/server/socialConnectRoutes.ts:655` calls `GET https://graph.facebook.com/v18.0/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.facebook.com/v18.0/oauth/access_token`…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v19.0/${pid}?fields=id,display_phone_number,verified_name (packages/api/src/server/socialConnectRoutes.ts:1550)
`packages/api/src/server/socialConnectRoutes.ts:1550` calls `GET https://graph.facebook.com/v19.0/${pid}?fields=id,display_phone_number,verified_name` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.face…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v19.0/me (packages/api/src/server/socialConnectRoutes.ts:668)
`packages/api/src/server/socialConnectRoutes.ts:668` calls `GET https://graph.facebook.com/v19.0/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.facebook.com/v19.0/me` If this points at an external A…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v19.0/oauth/access_token (packages/api/src/server/socialRoutes.ts:185)
`packages/api/src/server/socialRoutes.ts:185` calls `GET https://graph.facebook.com/v19.0/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.facebook.com/v19.0/oauth/access_token` If thi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v19.0/oauth/access_token (packages/api/src/server/socialRoutes.ts:568)
`packages/api/src/server/socialRoutes.ts:568` calls `GET https://graph.facebook.com/v19.0/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.facebook.com/v19.0/oauth/access_token` If thi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.threads.net/${encodeURIComponent(locationId)} (packages/api/src/server/analytics/threadsRoutes.ts:328)
`packages/api/src/server/analytics/threadsRoutes.ts:328` calls `GET https://graph.threads.net/${encodeURIComponent(locationId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.threads.net/<p>` If this p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.threads.net/access_token (packages/api/src/server/socialConnectRoutes.ts:717)
`packages/api/src/server/socialConnectRoutes.ts:717` calls `GET https://graph.threads.net/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.threads.net/access_token` If this points at an exte…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.threads.net/debug_token (packages/api/src/server/analytics/threadsRoutes.ts:174)
`packages/api/src/server/analytics/threadsRoutes.ts:174` calls `GET https://graph.threads.net/debug_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.threads.net/debug_token` If this points at an ex…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.threads.net/location_search (packages/api/src/server/analytics/threadsRoutes.ts:303)
`packages/api/src/server/analytics/threadsRoutes.ts:303` calls `GET https://graph.threads.net/location_search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.threads.net/location_search` If this points …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.threads.net/refresh_access_token (packages/api/src/server/distributionRoutes.ts:836)
`packages/api/src/server/distributionRoutes.ts:836` calls `GET https://graph.threads.net/refresh_access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.threads.net/refresh_access_token` If this po…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.threads.net/v1.0/me (packages/api/src/server/socialConnectRoutes.ts:734)
`packages/api/src/server/socialConnectRoutes.ts:734` calls `GET https://graph.threads.net/v1.0/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.threads.net/v1.0/me` If this points at an external API, …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.tiktokapis.com/v2/post/publish/creator_info/query/ (packages/api/src/server/distributionRoutes.ts:2309)
`packages/api/src/server/distributionRoutes.ts:2309` calls `GET https://open.tiktokapis.com/v2/post/publish/creator_info/query/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/post/publ…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.tiktokapis.com/v2/user/info/ (packages/api/src/server/analytics/helpers.ts:84)
`packages/api/src/server/analytics/helpers.ts:84` calls `GET https://open.tiktokapis.com/v2/user/info/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/user/info` If this points at an ex…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.tiktokapis.com/v2/user/info/ (packages/api/src/server/socialConnectRoutes.ts:786)
`packages/api/src/server/socialConnectRoutes.ts:786` calls `GET https://open.tiktokapis.com/v2/user/info/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/user/info` If this points at an…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.tiktokapis.com/v2/user/info/ (packages/api/src/server/socialConnectRoutes.ts:795)
`packages/api/src/server/socialConnectRoutes.ts:795` calls `GET https://open.tiktokapis.com/v2/user/info/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/user/info` If this points at an…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.tiktokapis.com/v2/video/list/ (packages/api/backend/src/routes/analytics.routes.ts:1112)
`packages/api/backend/src/routes/analytics.routes.ts:1112` calls `GET https://open.tiktokapis.com/v2/video/list/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/video/list` If this poin…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.tiktokapis.com/v2/video/list/ (packages/api/backend/src/services/analytics.service.ts:10022)
`packages/api/backend/src/services/analytics.service.ts:10022` calls `GET https://open.tiktokapis.com/v2/video/list/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/video/list` If this …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://r.jina.ai/${item.url} (packages/api/src/server/dakyLearnRoutes.ts:231)
`packages/api/src/server/dakyLearnRoutes.ts:231` calls `GET https://r.jina.ai/${item.url}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/r.jina.ai/<p>` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://r.jina.ai/${url} (packages/api/src/server/dakyLearnRoutes.ts:103)
`packages/api/src/server/dakyLearnRoutes.ts:103` calls `GET https://r.jina.ai/${url}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/r.jina.ai/<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 https://sheets.googleapis.com/v4/spreadsheets/${grp.linked_sheet_id}/values/${range} (packages/api/src/server/leadsRoutes.ts:329)
`packages/api/src/server/leadsRoutes.ts:329` calls `GET https://sheets.googleapis.com/v4/spreadsheets/${grp.linked_sheet_id}/values/${range}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sheets.googleapis.c…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://sheets.googleapis.com/v4/spreadsheets/${req.params.fileId}?fields=sheets.properties(sheetId,title) (packages/api/src/server/leadsRoutes.ts:300)
`packages/api/src/server/leadsRoutes.ts:300` calls `GET https://sheets.googleapis.com/v4/spreadsheets/${req.params.fileId}?fields=sheets.properties(sheetId,title)` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://sheets.googleapis.com/v4/spreadsheets/${req.params.fileId}?fields=sheets.properties(sheetId,title) (packages/api/src/server/leadsRoutes.ts:453)
`packages/api/src/server/leadsRoutes.ts:453` calls `GET https://sheets.googleapis.com/v4/spreadsheets/${req.params.fileId}?fields=sheets.properties(sheetId,title)` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/oauth2/v2/userinfo (packages/api/src/server/socialConnectRoutes.ts:842)
`packages/api/src/server/socialConnectRoutes.ts:842` calls `GET https://www.googleapis.com/oauth2/v2/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.googleapis.com/oauth2/v2/userinfo` If this poi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/oauth2/v3/userinfo (packages/api/src/server/leadsRoutes.ts:252)
`packages/api/src/server/leadsRoutes.ts:252` calls `GET https://www.googleapis.com/oauth2/v3/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis.com/oauth2/v3/userinfo` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/oauth2/v3/userinfo (packages/api/src/server/leadsRoutes.ts:409)
`packages/api/src/server/leadsRoutes.ts:409` calls `GET https://www.googleapis.com/oauth2/v3/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis.com/oauth2/v3/userinfo` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/crm/activities/${note.id} (packages/web/src/pages/CRMCompanies.tsx:282)
`packages/web/src/pages/CRMCompanies.tsx:282` calls `PATCH /api/crm/activities/${note.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities/<p>` 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/calendar/google/connect-url (packages/web/src/pages/Integrations.tsx:523)
`packages/web/src/pages/Integrations.tsx:523` calls `POST /api/calendar/google/connect-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/calendar/google/connect-url` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/crm/activities (packages/web/src/pages/CRMCompanies.tsx:431)
`packages/web/src/pages/CRMCompanies.tsx:431` calls `POST /api/crm/activities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities` 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/crm/activities (packages/web/src/pages/MarketingContacts.tsx:92)
`packages/web/src/pages/MarketingContacts.tsx:92` calls `POST /api/crm/activities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities` 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/crm/activities/${note.id}/comments (packages/web/src/pages/CRMCompanies.tsx:293)
`packages/web/src/pages/CRMCompanies.tsx:293` calls `POST /api/crm/activities/${note.id}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/activities/<p>/comments` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/crm/companies/${companyId}/contacts (packages/web/src/pages/CRMCompanies.tsx:604)
`packages/web/src/pages/CRMCompanies.tsx:604` calls `POST /api/crm/companies/${companyId}/contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/crm/companies/<p>/contacts` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.apify.com/v2/acts/${apifyActorId}/runs (packages/api/src/server/apifyRoutes.ts:111)
`packages/api/src/server/apifyRoutes.ts:111` calls `POST https://api.apify.com/v2/acts/${apifyActorId}/runs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.apify.com/v2/acts/<p>/runs` If this points at an…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.apify.com/v2/acts/${apifyActorId}/runs (packages/api/src/server/memoryAgentRoutes.ts:338)
`packages/api/src/server/memoryAgentRoutes.ts:338` calls `POST https://api.apify.com/v2/acts/${apifyActorId}/runs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.apify.com/v2/acts/<p>/runs` If this points…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.imgbb.com/1/upload (packages/api/src/server/googleRoutes.ts:55)
`packages/api/src/server/googleRoutes.ts:55` calls `POST https://api.imgbb.com/1/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.imgbb.com/<p>/upload` If this points at an external API, prefix it w…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.imgbb.com/1/upload (packages/api/src/server/openaiRoutes.ts:60)
`packages/api/src/server/openaiRoutes.ts:60` calls `POST https://api.imgbb.com/1/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.imgbb.com/<p>/upload` If this points at an external API, prefix it w…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.instagram.com/oauth/access_token (packages/api/src/server/socialConnectRoutes.ts:558)
`packages/api/src/server/socialConnectRoutes.ts:558` calls `POST https://api.instagram.com/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.instagram.com/oauth/access_token` If this poin…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.linear.app/graphql (packages/api/src/server/platformConfigRoutes.ts:275)
`packages/api/src/server/platformConfigRoutes.ts:275` calls `POST https://api.linear.app/graphql` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linear.app/graphql` If this points at an external API, pref…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.linear.app/graphql (packages/api/src/server/socialRoutes.ts:1383)
`packages/api/src/server/socialRoutes.ts:1383` calls `POST https://api.linear.app/graphql` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linear.app/graphql` If this points at an external API, prefix it w…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.linkedin.com/v2/ugcPosts (packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:33)
`packages/api/backend/src/services/platform-adapters/linkedin.adapter.ts:33` calls `POST https://api.linkedin.com/v2/ugcPosts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.linkedin.com/v2/ugcposts` If t…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.pinterest.com/v5/boards (packages/api/src/server/socialConnectRoutes.ts:1467)
`packages/api/src/server/socialConnectRoutes.ts:1467` calls `POST https://api.pinterest.com/v5/boards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/boards` If this points at an external…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.pinterest.com/v5/oauth/token (packages/api/backend/src/services/integration.service.ts:304)
`packages/api/backend/src/services/integration.service.ts:304` calls `POST https://api.pinterest.com/v5/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/oauth/token` If this po…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.pinterest.com/v5/oauth/token (packages/api/backend/src/services/integration.service.ts:400)
`packages/api/backend/src/services/integration.service.ts:400` calls `POST https://api.pinterest.com/v5/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/oauth/token` If this po…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.pinterest.com/v5/oauth/token (packages/api/src/server/socialConnectRoutes.ts:503)
`packages/api/src/server/socialConnectRoutes.ts:503` calls `POST https://api.pinterest.com/v5/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/oauth/token` If this points at an…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.pinterest.com/v5/pins (packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:15)
`packages/api/backend/src/services/platform-adapters/pinterest.adapter.ts:15` calls `POST https://api.pinterest.com/v5/pins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/pins` If this p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.pinterest.com/v5/pins (packages/api/src/server/distributionRoutes.ts:2066)
`packages/api/src/server/distributionRoutes.ts:2066` calls `POST https://api.pinterest.com/v5/pins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/pins` If this points at an external API,…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.twitter.com/2/oauth2/token (packages/api/backend/src/services/integration.service.ts:261)
`packages/api/backend/src/services/integration.service.ts:261` calls `POST https://api.twitter.com/2/oauth2/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.twitter.com/<p>/oauth2/token` If this poin…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.twitter.com/2/oauth2/token (packages/api/backend/src/services/integration.service.ts:367)
`packages/api/backend/src/services/integration.service.ts:367` calls `POST https://api.twitter.com/2/oauth2/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.twitter.com/<p>/oauth2/token` If this poin…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.facebook.com/v19.0/${encodeURIComponent(pageId)}/subscribed_apps (packages/api/src/server/webhookRoutes.ts:323)
`packages/api/src/server/webhookRoutes.ts:323` calls `POST https://graph.facebook.com/v19.0/${encodeURIComponent(pageId)}/subscribed_apps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.facebook.com/v19…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.threads.net/oauth/access_token (packages/api/src/server/socialConnectRoutes.ts:702)
`packages/api/src/server/socialConnectRoutes.ts:702` calls `POST https://graph.threads.net/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.threads.net/oauth/access_token` If this poin…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (packages/api/src/server/gmailInboxRoutes.ts:140)
`packages/api/src/server/gmailInboxRoutes.ts:140` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (packages/api/src/server/leadsRoutes.ts:245)
`packages/api/src/server/leadsRoutes.ts:245` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (packages/api/src/server/leadsRoutes.ts:26)
`packages/api/src/server/leadsRoutes.ts:26` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (packages/api/src/server/leadsRoutes.ts:402)
`packages/api/src/server/leadsRoutes.ts:402` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (packages/api/src/server/socialConnectRoutes.ts:828)
`packages/api/src/server/socialConnectRoutes.ts:828` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://open.tiktokapis.com/v2/oauth/token/ (packages/api/src/server/distributionRoutes.ts:823)
`packages/api/src/server/distributionRoutes.ts:823` calls `POST https://open.tiktokapis.com/v2/oauth/token/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/oauth/token` If this points a…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://open.tiktokapis.com/v2/oauth/token/ (packages/api/src/server/socialConnectRoutes.ts:770)
`packages/api/src/server/socialConnectRoutes.ts:770` calls `POST https://open.tiktokapis.com/v2/oauth/token/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/oauth/token` If this points …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://open.tiktokapis.com/v2/post/publish/content/init/ (packages/api/src/server/distributionRoutes.ts:2355)
`packages/api/src/server/distributionRoutes.ts:2355` calls `POST https://open.tiktokapis.com/v2/post/publish/content/init/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/post/publish/c…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://open.tiktokapis.com/v2/post/publish/inbox/video/init/ (packages/api/src/server/distributionRoutes.ts:2388)
`packages/api/src/server/distributionRoutes.ts:2388` calls `POST https://open.tiktokapis.com/v2/post/publish/inbox/video/init/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/post/publi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://open.tiktokapis.com/v2/video/list/ (packages/api/src/server/analytics/tiktokRoutes.ts:81)
`packages/api/src/server/analytics/tiktokRoutes.ts:81` calls `POST https://open.tiktokapis.com/v2/video/list/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/open.tiktokapis.com/v2/video/list` If this points …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://payproxyapi.hubtel.com/items/initiate (packages/api/src/server/hubtelRoutes.ts:61)
`packages/api/src/server/hubtelRoutes.ts:61` calls `POST https://payproxyapi.hubtel.com/items/initiate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/payproxyapi.hubtel.com/items/initiate` If this points at …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://slack.com/api/oauth.v2.access (packages/api/src/server/socialConnectRoutes.ts:876)
`packages/api/src/server/socialConnectRoutes.ts:876` calls `POST https://slack.com/api/oauth.v2.access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/slack.com/api/oauth.v2.access` If this points at an exter…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.linkedin.com/oauth/v2/accessToken (packages/api/backend/platforms/linkedin.ts:500)
`packages/api/backend/platforms/linkedin.ts:500` calls `POST https://www.linkedin.com/oauth/v2/accessToken` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.linkedin.com/oauth/v2/accesstoken` If this points…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.linkedin.com/oauth/v2/accessToken (packages/api/backend/src/services/integration.service.ts:285)
`packages/api/backend/src/services/integration.service.ts:285` calls `POST https://www.linkedin.com/oauth/v2/accessToken` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.linkedin.com/oauth/v2/accesstoken` …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.linkedin.com/oauth/v2/accessToken (packages/api/backend/src/services/integration.service.ts:384)
`packages/api/backend/src/services/integration.service.ts:384` calls `POST https://www.linkedin.com/oauth/v2/accessToken` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.linkedin.com/oauth/v2/accesstoken` …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.linkedin.com/oauth/v2/accessToken (packages/api/src/server/socialConnectRoutes.ts:342)
`packages/api/src/server/socialConnectRoutes.ts:342` calls `POST https://www.linkedin.com/oauth/v2/accessToken` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.linkedin.com/oauth/v2/accesstoken` If this po…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.linkedin.com/oauth/v2/introspectToken (packages/api/src/server/socialConnectRoutes.ts:378)
`packages/api/src/server/socialConnectRoutes.ts:378` calls `POST https://www.linkedin.com/oauth/v2/introspectToken` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.linkedin.com/oauth/v2/introspecttoken` If…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://zoom.us/oauth/token (packages/api/src/server/socialConnectRoutes.ts:912)
`packages/api/src/server/socialConnectRoutes.ts:912` calls `POST https://zoom.us/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/zoom.us/oauth/token` If this points at an external API, prefix it w…
Dangling fetchAxios
high System graph security security conf 1.00 Insecure pattern 'exec_used' in packages/web/src/pages/MarketingContacts.tsx:1857
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/web/src/pages/MarketingContacts.tsx:1857 Exec used
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — packages/web/src/components/email/EmailBuilder.tsx:376
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 — packages/web/src/pages/Auth.tsx:492
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 — packages/web/src/pages/CRMCompanies.tsx:212
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 — packages/web/src/pages/PublicSurvey.tsx:113
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 — .claude/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/03-async-metadata.tsx:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .claude/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/08-mixed.tsx:25
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 — cloudflare-proxy.js:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/api/src/server/leadsRoutes.ts:26
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/admin/AdminAgents.tsx:267
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/admin/AdminAIConfig.tsx:70
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/admin/AdminAISkills.tsx:127
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/admin/AdminBillingDashboard.tsx:8
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/admin/AdminHiggsfield.tsx:215
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/admin/AdminLearn.tsx:125
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/admin/AdminPlatformSettings.tsx:159
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/components/crm/ScheduleMeetingModal.tsx:345
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/AITeam.tsx:1304
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/Auth.tsx:348
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/Cards.tsx:236
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/ConnectorProviderSetup.tsx:212
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/ConnectorSyncDashboard.tsx:184
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/CRMCompanies.tsx:888
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/CRMLeadScoring.tsx:119
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/CRMPipeline.tsx:336
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/GmailInbox.tsx:416
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/MarketingAutomations.tsx:151
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/Notifications.tsx:85
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/ProjectSettings.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 — packages/web/src/pages/Settings.tsx:263
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/VerifyEmail.tsx:18
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/pages/Workflow.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 — packages/web/src/services/adminUserService.ts:43
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/blogService.ts:96
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/calendarService.ts: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 — packages/web/src/services/campaignService.ts:166
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/cardTemplateService.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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/designService.ts:22
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/leadService.ts:38
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/mailingService.ts:98
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/mediaService.ts:67
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/pricingService.ts:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/socialPostService.ts:66
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/src/services/socialTemplateService.ts: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 — packages/web/src/services/surveysService.ts:66
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 authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes-registry/references/discovery.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes-registry/references/discovery.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes-registry/references/install-locations.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes-registry/references/install-locations.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes-registry/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes-registry/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes/references/motion-principles.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes/references/motion-principles.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes/references/techniques.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes/references/techniques.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes/references/transcript-guide.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes/references/transcript-guide.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes/references/typography.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes/references/typography.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hyperframes/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/hyperframes/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/remotion-to-hyperframes/references/fonts.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/remotion-to-hyperframes/references/fonts.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/remotion-to-hyperframes/references/limitations.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/remotion-to-hyperframes/references/limitations.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/remotion-to-hyperframes/references/media.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/remotion-to-hyperframes/references/media.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/remotion-to-hyperframes/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/remotion-to-hyperframes/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/tailwind/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/tailwind/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/website-to-hyperframes/references/step-2-design.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/website-to-hyperframes/references/step-2-design.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/website-to-hyperframes/references/step-5-vo.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/website-to-hyperframes/references/step-5-vo.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/website-to-hyperframes/references/step-6-build.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/website-to-hyperframes/references/step-6-build.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, 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: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 2 occurrences Frontend route `/posts/:id` has no Link/navigate to it — frontend/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
2 occurrences
repo-level (2 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
gitleaks/gitleaks-action@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/gitleaks.yml:21 CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/src/components/email/EmailBuilder.tsx:376
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/src/components/email/EmailBuilder.tsx:376 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/src/pages/Auth.tsx:492
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/src/pages/Auth.tsx:492 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/src/pages/CRMCompanies.tsx:212
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/src/pages/CRMCompanies.tsx:212 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/src/pages/PublicSurvey.tsx:113
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/src/pages/PublicSurvey.tsx:113 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/pages/MarketingSurveys.tsx:127
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/web/src/pages/MarketingSurveys.tsx:127 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/src/store/authStore.ts:53
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/src/store/authStore.ts:53 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/src/utils/api.ts:34
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/src/utils/api.ts:34 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in packages/web/src/App.tsx:1023
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
packages/web/src/App.tsx:1023 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in packages/web/src/pages/Auth.tsx:355
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
packages/web/src/pages/Auth.tsx:355 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/hyperframes/scripts/package-loader.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/hyperframes/scripts/package-loader.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/set-production-api.mjs:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/set-production-api.mjs:9 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — .claude/skills/gsap/scripts/extract-audio-data.py:52
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 423 placeholder/mock markers across 75 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
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
33 test file(s) for 414 source file(s) (ratio 0.08). Consider adding integration or unit tests for critical paths.
Coverage
low System graph frontend Frontend quality conf 1.00 "active" state uses light bg in a dark theme — packages/web/src/pages/Admin.tsx:186
A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead — border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '…'`. Why: P-E in CHEC…
Fq active light bg
low System graph quality Integrity conf 1.00 45 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `API_PUBLIC_URL`, `API_URL`, `BACKEND_PUBLIC_URL`, `BULLMQ_REDIS_URL`, `FREEPIK_API_KEY`, `FRONTEND_ORIGIN`, `GEMINI_API_KEY`, `GOOGLE_AI_API_KEY` + 37 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 217 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 3 occurrences Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 2, 31, 45
Dockerfile:2, 31, 45 (3 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/gitleaks.yml:16 CI/CD securitySupply chainGithub actions
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/api/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.
packages/api/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/web/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.
packages/web/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ad_copy` in packages/api/src/agent-helpers.ts:16
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 `ad_copy` in packages/api/src/db-migrations.ts:2788
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 `ad_copy` in packages/api/src/server/novaRoutes.ts:97
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 `ad_copy` in packages/web/src/pages/AITeam.tsx:121
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: compare_approaches
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/skills/token-guardian-skill/scripts/token_estimator.py:111
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .claude/skills/remotion-to-hyperframes/scripts/tests/fixtures/clean.tsx:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/api/backend/controllers/webhooks.js:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/api/backend/platforms/twitter_x.ts:392
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/api/backend/scheduler/scheduler.js:123
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/api/backend/scripts/seed-users.js:58
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/api/backend/src/index.ts:69
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/api/backend/src/utils/seed-default-users.ts:110
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/api/backend/utils/notify.js:13
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 /:id
`packages/api/backend/src/routes/posts.routes.ts` declares `DELETE /: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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /posts/:id/cancel-recurring
`packages/api/backend/src/routes/automation.routes.ts` declares `DELETE /posts/:id/cancel-recurring` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`packages/api/backend/src/routes/posts.routes.ts` 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 /:id
`packages/api/backend/src/routes/posts.routes.ts` declares `GET /: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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /:id/reschedule-options
`packages/api/backend/src/routes/posts.routes.ts` declares `GET /:id/reschedule-options` 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 /:id/status
`packages/api/backend/src/routes/posts.routes.ts` declares `GET /:id/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /:id/with-platforms
`packages/api/backend/src/routes/posts.routes.ts` declares `GET /:id/with-platforms` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /:integrationId/accounts
`packages/api/backend/src/routes/integrations.routes.ts` declares `GET /:integrationId/accounts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /:slug
`packages/api/backend/src/routes/integrations.routes.ts` declares `GET /:slug` 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 /:slug/auth-url
`packages/api/backend/src/routes/integrations.routes.ts` declares `GET /:slug/auth-url` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /:slug/callback
`packages/api/backend/src/routes/integrations.routes.ts` declares `GET /:slug/callback` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/card-templates
`scripts/archive/wire-new-modules.mjs` declares `GET /api/card-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 /api/health
`packages/api/backend/src/index.ts` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/pricing/plans
`scripts/archive/wire-new-modules.mjs` declares `GET /api/pricing/plans` 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 /integrations
`packages/api/backend/src/routes/automation.routes.ts` declares `GET /integrations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /logs/:integrationId
`packages/api/backend/src/routes/integrations.routes.ts` declares `GET /logs/:integrationId` 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 /logs/:postId
`packages/api/backend/src/routes/automation.routes.ts` declares `GET /logs/:postId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /posts/:id/status
`packages/api/backend/src/routes/automation.routes.ts` declares `GET /posts/: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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /posts/:id/upcoming-instances
`packages/api/backend/src/routes/automation.routes.ts` declares `GET /posts/:id/upcoming-instances` 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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /rules
`packages/api/backend/src/routes/automation.routes.ts` declares `GET /rules` 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 /
`packages/api/backend/src/routes/posts.routes.ts` declares `POST /` 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 /:id/cancel
`packages/api/backend/src/routes/posts.routes.ts` declares `POST /:id/cancel` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /:id/post-now
`packages/api/backend/src/routes/posts.routes.ts` declares `POST /:id/post-now` 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 /:id/reschedule
`packages/api/backend/src/routes/posts.routes.ts` declares `POST /:id/reschedule` 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 /:id/retry
`packages/api/backend/src/routes/posts.routes.ts` declares `POST /:id/retry` 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 /:id/schedule
`packages/api/backend/src/routes/posts.routes.ts` declares `POST /:id/schedule` 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 /:integrationId/disconnect
`packages/api/backend/src/routes/integrations.routes.ts` declares `POST /:integrationId/disconnect` 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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /:integrationId/validate
`packages/api/backend/src/routes/integrations.routes.ts` declares `POST /:integrationId/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 documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /:slug/callback
`packages/api/backend/src/routes/integrations.routes.ts` declares `POST /:slug/callback` 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: POST /api/v1/social/facebook/webhook-subscribe
`scripts/archive/wire-webhook-routes.mjs` declares `POST /api/v1/social/facebook/webhook-subscribe` 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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/wordpress/connect
`scripts/archive/wire-new-modules.mjs` declares `POST /api/wordpress/connect` 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 /batch-schedule
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /batch-schedule` 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 /posts/:id/apply-rule
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /posts/:id/apply-rule` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /posts/:id/optimize-timing
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /posts/:id/optimize-timing` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /posts/:id/pause
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /posts/:id/pause` 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 /posts/:id/recurring
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /posts/:id/recurring` 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 /posts/:id/resume
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /posts/:id/resume` 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: POST /posts/:id/schedule
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /posts/:id/schedule` 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 /rules
`packages/api/backend/src/routes/automation.routes.ts` declares `POST /rules` 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 /signup
`packages/api/backend/src/routes/auth.routes.ts` declares `POST /signup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /webhooks/stripe
`scripts/archive/wire-webhook-routes.mjs` declares `POST /webhooks/stripe` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /:id
`packages/api/backend/src/routes/posts.routes.ts` declares `PUT /: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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /:id/platform-selection
`packages/api/backend/src/routes/posts.routes.ts` declares `PUT /:id/platform-selection` 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: USE /api/analytics
`packages/api/backend/src/index.ts` declares `USE /api/analytics` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/auth
`packages/api/backend/src/index.ts` declares `USE /api/auth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/automation
`packages/api/backend/src/index.ts` declares `USE /api/automation` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/integrations
`packages/api/backend/src/index.ts` declares `USE /api/integrations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/my-integrations
`packages/api/backend/src/index.ts` declares `USE /api/my-integrations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/oauth
`packages/api/backend/src/index.ts` declares `USE /api/oauth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/posts
`packages/api/backend/src/index.ts` declares `USE /api/posts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: packages/api/backend/src/services/analytics.service.ts (10922 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/api/src/db-migrations.ts (3996 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/api/src/server/aiChatRoutes.ts (1085 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/api/src/server/distributionRoutes.ts (2804 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/api/src/server/novaRoutes.ts (1823 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/api/src/server/orgRoutes.ts (992 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.

Showing first 300 of 318. 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/5a67746a-a96f-4dc1-9660-e1093deeee0c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5a67746a-a96f-4dc1-9660-e1093deeee0c/

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.