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.

decodedcorp/decoded

https://github.com/decodedcorp/decoded · scanned 2026-06-17 01:55 UTC (1 month, 1 week ago)

532 raw signals (0 security + 532 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -34.5 (diff) · 500 actionable findings from 1 signal source. 32 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 42.2/100 with 100.0% coverage. It contains 8855 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 532 findings — concentrated in quality (205), frontend (156), api (77). Risk profile is high: 0 critical, 84 high, 184 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/agents/supabase-query-builder.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/agents/supabase-query-builder.md:29 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/gstack/docs/designs/SIDEBAR_MESSAGE_FLOW.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/gstack/docs/designs/SIDEBAR_MESSAGE_FLOW.md:126 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/gstack/docs/designs/SLATE_HOST.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/gstack/docs/designs/SLATE_HOST.md:290 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/editorial-articles/${encodeURIComponent(id)} (packages/web/lib/hooks/admin/useEditorialArticles.ts:369)
`packages/web/lib/hooks/admin/useEditorialArticles.ts:369` calls `DELETE /api/admin/editorial-articles/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-articles/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/editorial-recommendations/${encodeURIComponent(id)} (packages/web/lib/hooks/admin/useEditorialRecommendations.ts:149)
`packages/web/lib/hooks/admin/useEditorialRecommendations.ts:149` calls `DELETE /api/admin/editorial-recommendations/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-recommen…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/auth/session (packages/web/lib/components/admin/AdminSidebar.tsx:166)
`packages/web/lib/components/admin/AdminSidebar.tsx:166` calls `DELETE /api/auth/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/session` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/... (.claude/skills/gstack/scripts/resolvers/utility.ts:107)
`.claude/skills/gstack/scripts/resolvers/utility.ts:107` calls `GET /api/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/...` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/editorial-articles?${sp.toString()} (packages/web/lib/hooks/admin/useEditorialArticles.ts:206)
`packages/web/lib/hooks/admin/useEditorialArticles.ts:206` calls `GET /api/admin/editorial-articles?${sp.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-articles` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/editorial-discovery/settings (packages/web/lib/hooks/admin/useDiscoverySettings.ts:46)
`packages/web/lib/hooks/admin/useDiscoverySettings.ts:46` calls `GET /api/admin/editorial-discovery/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-discovery/settings` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/editorial-pipeline/settings (packages/web/lib/hooks/admin/useEditorialPipelineSettings.ts:35)
`packages/web/lib/hooks/admin/useEditorialPipelineSettings.ts:35` calls `GET /api/admin/editorial-pipeline/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-pipeline/settings` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/editorial-recommendations?${sp.toString()} (packages/web/lib/hooks/admin/useEditorialRecommendations.ts:74)
`packages/web/lib/hooks/admin/useEditorialRecommendations.ts:74` calls `GET /api/admin/editorial-recommendations?${sp.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-recommendations` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/editorial-recommendations?page=1&per_page=100 (packages/web/lib/hooks/admin/useEditorialRecommendations.ts:100)
`packages/web/lib/hooks/admin/useEditorialRecommendations.ts:100` calls `GET /api/admin/editorial-recommendations?page=1&per_page=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-recommendations` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/verify-stats (packages/web/lib/hooks/admin/useVerifyStats.ts:45)
`packages/web/lib/hooks/admin/useVerifyStats.ts:45` calls `GET /api/admin/verify-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/verify-stats` 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/auth/session (packages/web/lib/auth/client.ts:74)
`packages/web/lib/auth/client.ts:74` calls `GET /api/auth/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/session` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/stats (.claude/skills/gstack/test/skill-e2e-plan.test.ts:307)
`.claude/skills/gstack/test/skill-e2e-plan.test.ts:307` calls `GET /api/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stats` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/stats (.claude/skills/gstack/test/skill-e2e.test.ts:1423)
`.claude/skills/gstack/test/skill-e2e.test.ts:1423` calls `GET /api/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/monitoring/metrics (packages/web/lib/hooks/admin/useMonitoring.ts:14)
`packages/web/lib/hooks/admin/useMonitoring.ts:14` calls `GET /api/v1/admin/monitoring/metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/monitoring/metrics` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/posts/magazines?${qs} (packages/web/lib/hooks/admin/useAdminMagazineList.ts:35)
`packages/web/lib/hooks/admin/useAdminMagazineList.ts:35` calls `GET /api/v1/admin/posts/magazines?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/posts/magazines` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/content/posts/search?${params.toString()} (packages/web/app/admin/content-studio/PostPickerModal.tsx:52)
`packages/web/app/admin/content-studio/PostPickerModal.tsx:52` calls `GET /api/v1/content/posts/search?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/content/posts/search` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/vton/items?${params} (packages/web/lib/hooks/useVtonItemFetch.ts:64)
`packages/web/lib/hooks/useVtonItemFetch.ts:64` calls `GET /api/v1/vton/items?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/vton/items` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/vton/posts?${params} (packages/web/lib/components/profile/ClosetGrid.tsx:63)
`packages/web/lib/components/profile/ClosetGrid.tsx:63` calls `GET /api/v1/vton/posts?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/vton/posts` 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/v1/vton/posts?${params} (packages/web/lib/hooks/useVtonPostFetch.ts:61)
`packages/web/lib/hooks/useVtonPostFetch.ts:61` calls `GET /api/v1/vton/posts?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/vton/posts` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/vton/posts?${params} (packages/web/lib/hooks/useVtonPostFetch.ts:93)
`packages/web/lib/hooks/useVtonPostFetch.ts:93` calls `GET /api/v1/vton/posts?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/vton/posts` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/vton/run (packages/web/lib/components/cody/__tests__/vton-separation.test.ts:62)
`packages/web/lib/components/cody/__tests__/vton-separation.test.ts:62` calls `GET /api/v1/vton/run` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/vton/run` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /video-jobs/${jobId} (packages/web/lib/content-studio/assets/video-persistence.ts:27)
`packages/web/lib/content-studio/assets/video-persistence.ts:27` calls `GET /video-jobs/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/video-jobs/<p>` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${existingState.port}/health (.claude/skills/gstack/browse/src/cli.ts:771)
`.claude/skills/gstack/browse/src/cli.ts:771` calls `GET http://127.0.0.1:${existingState.port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/health (.claude/skills/gstack/browse/src/cli.ts:115)
`.claude/skills/gstack/browse/src/cli.ts:115` calls `GET http://127.0.0.1:${port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/health (.claude/skills/gstack/extension/sidepanel.js:1553)
`.claude/skills/gstack/extension/sidepanel.js:1553` calls `GET http://127.0.0.1:${port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${serverPort}${pathname} (.claude/skills/gstack/browse/test/sidebar-agent-roundtrip.test.ts:31)
`.claude/skills/gstack/browse/test/sidebar-agent-roundtrip.test.ts:31` calls `GET http://127.0.0.1:${serverPort}${pathname}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/<p>` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${serverPort}${pathname} (.claude/skills/gstack/browse/test/sidebar-integration.test.ts:29)
`.claude/skills/gstack/browse/test/sidebar-integration.test.ts:29` calls `GET http://127.0.0.1:${serverPort}${pathname}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${serverPort}${pathname} (.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:178)
`.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:178` calls `GET http://127.0.0.1:${serverPort}${pathname}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/<p>` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${serverPort}${pathname} (.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:363)
`.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:363` calls `GET http://127.0.0.1:${serverPort}${pathname}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/<p>` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${serverPort}${pathname} (.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:45)
`.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:45` calls `GET http://127.0.0.1:${serverPort}${pathname}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${serverPort}/health (.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:225)
`.claude/skills/gstack/test/skill-e2e-sidebar.test.ts:225` calls `GET http://127.0.0.1:${serverPort}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.instagram.com/p/${encodeURIComponent(shortcode)}/ (packages/web/app/api/admin/raw-post-sources/preview/route.ts:85)
`packages/web/app/api/admin/raw-post-sources/preview/route.ts:85` calls `GET https://www.instagram.com/p/${encodeURIComponent(shortcode)}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.instagram.com/p/<…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.pinterest.com/pin/${encodeURIComponent(pin)}/ (packages/web/app/api/admin/raw-post-sources/preview/route.ts:46)
`packages/web/app/api/admin/raw-post-sources/preview/route.ts:46` calls `GET https://www.pinterest.com/pin/${encodeURIComponent(pin)}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.pinterest.com/pin/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/editorial-articles/${encodeURIComponent(id)} (packages/web/lib/hooks/admin/useEditorialArticles.ts:320)
`packages/web/lib/hooks/admin/useEditorialArticles.ts:320` calls `PATCH /api/admin/editorial-articles/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-articles/<p>` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/editorial-discovery/settings (packages/web/lib/hooks/admin/useDiscoverySettings.ts:67)
`packages/web/lib/hooks/admin/useDiscoverySettings.ts:67` calls `PATCH /api/admin/editorial-discovery/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-discovery/settings` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/editorial-pipeline/settings (packages/web/lib/hooks/admin/useEditorialPipelineSettings.ts:58)
`packages/web/lib/hooks/admin/useEditorialPipelineSettings.ts:58` calls `PATCH /api/admin/editorial-pipeline/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-pipeline/settings` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/editorial-recommendations/${encodeURIComponent(id)} (packages/web/lib/hooks/admin/useEditorialRecommendations.ts:122)
`packages/web/lib/hooks/admin/useEditorialRecommendations.ts:122` calls `PATCH /api/admin/editorial-recommendations/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-recommend…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/admin/posts/${postId} (packages/web/lib/hooks/admin/useAdminPostEdit.ts:21)
`packages/web/lib/hooks/admin/useAdminPostEdit.ts:21` calls `PATCH /api/v1/admin/posts/${postId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/posts/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/admin/posts/${postId}/status (packages/web/lib/hooks/admin/useAdminPosts.ts:78)
`packages/web/lib/hooks/admin/useAdminPosts.ts:78` calls `PATCH /api/v1/admin/posts/${postId}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/posts/<p>/status` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/admin/posts/magazines/${input.id}/status (packages/web/lib/hooks/admin/useUpdateMagazineStatus.ts:26)
`packages/web/lib/hooks/admin/useUpdateMagazineStatus.ts:26` calls `PATCH /api/v1/admin/posts/magazines/${input.id}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/posts/magazines/<p>/status` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/admin/reports/${reportId} (packages/web/lib/hooks/admin/useAdminReports.ts:76)
`packages/web/lib/hooks/admin/useAdminReports.ts:76` calls `PATCH /api/v1/admin/reports/${reportId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/reports/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/editorial-article-chat/messages/${encodeURIComponent(sessionId)} (packages/web/lib/hooks/admin/useEditorialChat.ts:131)
`packages/web/lib/hooks/admin/useEditorialChat.ts:131` calls `POST /api/admin/editorial-article-chat/messages/${encodeURIComponent(sessionId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-article-…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/editorial-article-chat/sessions/${encodeURIComponent(articleId)} (packages/web/lib/hooks/admin/useEditorialChat.ts:88)
`packages/web/lib/hooks/admin/useEditorialChat.ts:88` calls `POST /api/admin/editorial-article-chat/sessions/${encodeURIComponent(articleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-article-c…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/editorial-articles/${encodeURIComponent(id)}/regen-ig-carousel (packages/web/lib/hooks/admin/useEditorialArticles.ts:288)
`packages/web/lib/hooks/admin/useEditorialArticles.ts:288` calls `POST /api/admin/editorial-articles/${encodeURIComponent(id)}/regen-ig-carousel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-articl…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/editorial-articles/${encodeURIComponent(id)}/regen-thumbnail (packages/web/lib/hooks/admin/useEditorialArticles.ts:253)
`packages/web/lib/hooks/admin/useEditorialArticles.ts:253` calls `POST /api/admin/editorial-articles/${encodeURIComponent(id)}/regen-thumbnail` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/editorial-articles…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/login (packages/web/lib/auth/client.ts:85)
`packages/web/lib/auth/client.ts:85` calls `POST /api/auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/login` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/oauth/start (packages/web/lib/auth/client.ts:100)
`packages/web/lib/auth/client.ts:100` calls `POST /api/auth/oauth/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/oauth/start` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/refresh (packages/web/lib/auth/client.ts:123)
`packages/web/lib/auth/client.ts:123` calls `POST /api/auth/refresh` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/refresh` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/post-magazines/generate (packages/web/lib/hooks/admin/useEditorialCandidates.ts:204)
`packages/web/lib/hooks/admin/useEditorialCandidates.ts:204` calls `POST /api/v1/post-magazines/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/post-magazines/generate` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/posts (packages/web/lib/api/posts.ts:301)
`packages/web/lib/api/posts.ts:301` calls `POST /api/v1/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/posts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/posts/analyze (packages/web/tests/ai-pipeline.spec.ts:111)
`packages/web/tests/ai-pipeline.spec.ts:111` calls `POST /api/v1/posts/analyze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/posts/analyze` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/posts/try (packages/web/lib/api/posts.ts:534)
`packages/web/lib/api/posts.ts:534` calls `POST /api/v1/posts/try` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/posts/try` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/posts/with-solutions (packages/web/lib/api/posts.ts:359)
`packages/web/lib/api/posts.ts:359` calls `POST /api/v1/posts/with-solutions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/posts/with-solutions` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/reports (packages/web/lib/hooks/useReport.ts:19)
`packages/web/lib/hooks/useReport.ts:19` calls `POST /api/v1/reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/reports` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/tries (packages/web/lib/hooks/useVtonTryOn.ts:243)
`packages/web/lib/hooks/useVtonTryOn.ts:243` calls `POST /api/v1/tries` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/tries` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/vton (packages/web/lib/hooks/useVtonTryOn.ts:199)
`packages/web/lib/hooks/useVtonTryOn.ts:199` calls `POST /api/v1/vton` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/vton` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /assets/upload (packages/web/lib/content-studio/assets/video-persistence.ts:57)
`packages/web/lib/content-studio/assets/video-persistence.ts:57` calls `POST /assets/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/assets/upload` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /video-jobs (packages/web/lib/content-studio/assets/video-persistence.ts:37)
`packages/web/lib/content-studio/assets/video-persistence.ts:37` calls `POST /video-jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/video-jobs` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${existingState.port}/command (.claude/skills/gstack/browse/src/cli.ts:919)
`.claude/skills/gstack/browse/src/cli.ts:919` calls `POST http://127.0.0.1:${existingState.port}/command` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/command` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${newState.port}/command (.claude/skills/gstack/browse/src/cli.ts:838)
`.claude/skills/gstack/browse/src/cli.ts:838` calls `POST http://127.0.0.1:${newState.port}/command` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/command` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${serverPort}/batch (.claude/skills/gstack/browse/test/batch.test.ts:19)
`.claude/skills/gstack/browse/test/batch.test.ts:19` calls `POST http://127.0.0.1:${serverPort}/batch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/batch` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${state.port}/command (.claude/skills/gstack/browse/src/cli.ts:377)
`.claude/skills/gstack/browse/src/cli.ts:377` calls `POST http://127.0.0.1:${state.port}/command` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/command` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${state.port}/pair (.claude/skills/gstack/browse/src/cli.ts:586)
`.claude/skills/gstack/browse/src/cli.ts:586` calls `POST http://127.0.0.1:${state.port}/pair` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/pair` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${state.port}/tunnel/start (.claude/skills/gstack/browse/src/cli.ts:644)
`.claude/skills/gstack/browse/src/cli.ts:644` calls `POST http://127.0.0.1:${state.port}/tunnel/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/tunnel/start` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (.claude/skills/gstack/design/src/check.ts:25)
`.claude/skills/gstack/design/src/check.ts:25` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (.claude/skills/gstack/design/src/design-to-code.ts:40)
`.claude/skills/gstack/design/src/design-to-code.ts:40` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (.claude/skills/gstack/design/src/diff.ts:31)
`.claude/skills/gstack/design/src/diff.ts:31` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (.claude/skills/gstack/design/src/evolve.ts:116)
`.claude/skills/gstack/design/src/evolve.ts:116` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (.claude/skills/gstack/design/src/memory.ts:37)
`.claude/skills/gstack/design/src/memory.ts:37` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/responses (.claude/skills/gstack/design/prototype.ts:48)
`.claude/skills/gstack/design/prototype.ts:48` calls `POST https://api.openai.com/v1/responses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/responses` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/responses (.claude/skills/gstack/design/src/evolve.ts:58)
`.claude/skills/gstack/design/src/evolve.ts:58` calls `POST https://api.openai.com/v1/responses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/responses` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/responses (.claude/skills/gstack/design/src/generate.ts:43)
`.claude/skills/gstack/design/src/generate.ts:43` calls `POST https://api.openai.com/v1/responses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/responses` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/responses (.claude/skills/gstack/design/src/iterate.ts:136)
`.claude/skills/gstack/design/src/iterate.ts:136` calls `POST https://api.openai.com/v1/responses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/responses` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/responses (.claude/skills/gstack/design/src/iterate.ts:88)
`.claude/skills/gstack/design/src/iterate.ts:88` calls `POST https://api.openai.com/v1/responses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/responses` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/responses (.claude/skills/gstack/design/src/variants.ts:57)
`.claude/skills/gstack/design/src/variants.ts:57` calls `POST https://api.openai.com/v1/responses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/responses` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /video-scenes/row (packages/web/lib/content-studio/assets/video-persistence.ts:44)
`packages/web/lib/content-studio/assets/video-persistence.ts:44` calls `PUT /video-scenes/row` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/video-scenes/row` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph security security conf 1.00 Insecure pattern 'eval_used' in .claude/skills/gstack/cso/SKILL.md:805
Found a known-risky pattern (eval_used). Review and replace if possible.
.claude/skills/gstack/cso/SKILL.md:805 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in .claude/skills/gstack/plan-eng-review/SKILL.md:879
Found a known-risky pattern (eval_used). Review and replace if possible.
.claude/skills/gstack/plan-eng-review/SKILL.md:879 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in .claude/skills/gstack/ship/SKILL.md:1198
Found a known-risky pattern (eval_used). Review and replace if possible.
.claude/skills/gstack/ship/SKILL.md:1198 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in .claude/skills/gstack/cso/SKILL.md:805
Found a known-risky pattern (exec_used). Review and replace if possible.
.claude/skills/gstack/cso/SKILL.md:805 Exec used
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — packages/mobile/app/+html.tsx:22
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/app/profile/[userId]/page.tsx:80
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/lib/components/dome/DomeGallery.tsx:515
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/lib/components/main-b/NeonDoodles.tsx:611
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/lib/components/main-d/StickerPeel.tsx:184
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/lib/components/search/MediaResultCard.tsx:44
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/lib/components/search/PersonResultCard.tsx:34
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/lib/seo/json-ld.tsx:11
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/lib/theme/theme-script.tsx:11
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/gstack/browse/src/bun-polyfill.cjs: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 — .claude/skills/gstack/browse/src/write-commands.ts:974
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/gstack/browse/test/batch.test.ts:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .claude/skills/gstack/browse/test/bun-polyfill.test.ts:57
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/gstack/browse/test/sidebar-agent-roundtrip.test.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 — .claude/skills/gstack/browse/test/sidebar-integration.test.ts:4
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/gstack/browse/test/test-server.ts:15
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .claude/skills/gstack/browse/test/welcome-page.test.ts:24
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/gstack/design/prototype.ts:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .claude/skills/gstack/design/src/serve.ts:69
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .claude/skills/gstack/design/test/feedback-roundtrip.test.ts:7
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/gstack/design/test/serve.test.ts:64
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/gstack/extension/background.js:445
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/gstack/scripts/resolvers/utility.ts:107
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/gstack/test/skill-e2e-plan.test.ts:307
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/gstack/test/skill-e2e-qa-workflow.test.ts:209
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/gstack/test/skill-e2e-sidebar.test.ts:45
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/gstack/test/skill-e2e.test.ts:1330
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/shared/api/client.ts:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/shared/api/search.ts:126
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/app/admin/raw-post-sources/page.tsx:290
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/app/api/admin/data-pipeline/instagram-accounts/route.ts:45
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/app/api/admin/raw-post-sources/preview/route.ts:46
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/app/api/v1/content/posts/search/route.ts:30
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/app/api/v1/events/anon/route.ts: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 — packages/web/app/api/v1/events/route.ts:36
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/app/api/v1/vton/route.ts:41
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/lib/api/admin/affiliate-catalog.ts:4
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/lib/api/admin/entity-enrichment.ts:4
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/lib/api/admin/raw-post-sources.ts:24
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/lib/api/admin/raw-posts.ts:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/api/posts.ts:483
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/lib/api/proxy-to-backend.ts:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/api/server-instance.ts:37
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/lib/api/server-prefetch.ts:36
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/lib/components/cody/__tests__/vton-separation.test.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/lib/components/cody/LookDetail.tsx:5
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/lib/content-studio/assets/openai-client.ts: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/lib/content-studio/assets/video-persistence.ts:9
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/content-studio/assets/video.ts:379
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/lib/content-studio/llm-client.ts:68
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/lib/hooks/admin/useAdminMagazineList.ts:35
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/lib/hooks/admin/useAdminOnboardingPool.ts: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/lib/hooks/admin/useAdminPicks.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/lib/hooks/admin/useAdminPostEdit.ts:21
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/lib/hooks/admin/useAdminPosts.ts:20
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/hooks/admin/useAdminReports.ts:21
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/lib/hooks/admin/useAdminSolutions.ts:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/hooks/admin/useAiCost.ts:9
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/hooks/admin/useAudit.ts: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 — packages/web/lib/hooks/admin/useDashboard.ts:23
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/hooks/admin/useDiscoverySettings.ts:46
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/lib/hooks/admin/useEditorialArticles.ts:206
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/lib/hooks/admin/useEditorialCandidates.ts:130
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/lib/hooks/admin/useEditorialChat.ts:69
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/hooks/admin/useEditorialPipelineSettings.ts:35
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/lib/hooks/admin/useEditorialRecommendations.ts:74
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/lib/hooks/admin/useGeminiCost.ts:226
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/lib/hooks/admin/usePipeline.ts:20
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/web/lib/hooks/admin/useServerLogs.ts:29
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/lib/hooks/admin/useVerifyStats.ts:45
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/lib/hooks/useVtonPostFetch.ts:93
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/list-posts-with-spots.mjs:12
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 — scripts/vton-poc-speed.ts:28
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 — scripts/vton-poc.ts:52
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/agents/code-reviewer.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/agents/code-reviewer.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/grill-docs.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/commands/grill-docs.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/improve-codebase-architecture.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/commands/improve-codebase-architecture.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/setup-matt-skills.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/commands/setup-matt-skills.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/to-issues.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/commands/to-issues.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/to-prd.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/commands/to-prd.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/ARCHITECTURE.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/gstack/ARCHITECTURE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/autoplan/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/gstack/autoplan/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/CHANGELOG.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/gstack/CHANGELOG.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/cso/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/gstack/cso/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/design-html/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/gstack/design-html/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/design-review/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/gstack/design-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/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/gstack/DESIGN.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/docs/designs/CHROME_VS_CHROMIUM_EXPLORATION.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/gstack/docs/designs/CHROME_VS_CHROMIUM_EXPLORATION.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/docs/designs/CONDUCTOR_CHROME_SIDEBAR_INTEGRATION.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/gstack/docs/designs/CONDUCTOR_CHROME_SIDEBAR_INTEGRATION.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/docs/designs/CONDUCTOR_SESSION_API.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/gstack/docs/designs/CONDUCTOR_SESSION_API.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/docs/designs/SELF_LEARNING_V0.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/gstack/docs/designs/SELF_LEARNING_V0.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/docs/designs/SIDEBAR_MESSAGE_FLOW.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/gstack/docs/designs/SIDEBAR_MESSAGE_FLOW.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/docs/REMOTE_BROWSER_ACCESS.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/gstack/docs/REMOTE_BROWSER_ACCESS.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/docs/skills.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/gstack/docs/skills.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/freeze/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/gstack/freeze/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/gstack-upgrade/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/gstack/gstack-upgrade/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/investigate/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/gstack/investigate/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/land-and-deploy/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/gstack/land-and-deploy/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/openclaw/gstack-full-CLAUDE.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/gstack/openclaw/gstack-full-CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/openclaw/gstack-plan-CLAUDE.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/gstack/openclaw/gstack-plan-CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/openclaw/skills/gstack-openclaw-investigate/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/gstack/openclaw/skills/gstack-openclaw-investigate/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/plan-ceo-review/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/gstack/plan-ceo-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/plan-design-review/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/gstack/plan-design-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/plan-devex-review/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/gstack/plan-devex-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/plan-eng-review/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/gstack/plan-eng-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/qa-only/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/gstack/qa-only/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/qa/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/gstack/qa/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/review/greptile-triage.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/gstack/review/greptile-triage.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/review/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/gstack/review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/ship/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/gstack/ship/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/TODOS.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/gstack/TODOS.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gstack/unfreeze/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/gstack/unfreeze/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/pencil-screen-ui/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/pencil-screen-ui/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/supabase-migration-generator/references/migration-patterns.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/supabase-migration-generator/references/migration-patterns.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/supabase-migration-generator/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/supabase-migration-generator/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/skills/code-reviewer/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.
.cursor/skills/code-reviewer/SKILL.md VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/skills/security-auditor/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.
.cursor/skills/security-auditor/SKILL.md VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: CLAUDE.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.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: packages/ai-server/CLAUDE.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.
packages/ai-server/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: packages/api-server/AGENTS.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.
packages/api-server/AGENTS.md VerificationAgents md
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/skills/gstack/codex/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/skills/gstack/codex/SKILL.md:612 Supply chainClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/skills/gstack/review/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/skills/gstack/review/SKILL.md:1347 Supply chainClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/skills/gstack/ship/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/skills/gstack/ship/SKILL.md:2081 Supply chainClaude 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 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: packages/api-server/docker/dev/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/build-push-action@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 4 locations
.claude/skills/gstack/.github/workflows/evals-periodic.yml:49
.claude/skills/gstack/.github/workflows/evals.yml:49
.github/workflows/schema-drift.yml:121
.github/workflows/wiki-lint.yml:24
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
6 files, 6 locations
.claude/skills/gstack/.github/workflows/ci-image.yml
.claude/skills/gstack/.github/workflows/evals-periodic.yml
.claude/skills/gstack/.github/workflows/evals.yml
.github/workflows/backend-release.yml
.github/workflows/claude-review.yml
packages/ai-server/.github/workflows/release-please.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in packages/web/app/api/v1/image-proxy/route.ts:322
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
packages/web/app/api/v1/image-proxy/route.ts:322 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in .claude/skills/gstack/cso/SKILL.md:802
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
.claude/skills/gstack/cso/SKILL.md:802 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in .cursor/skills/code-reviewer/SKILL.md:48
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
.cursor/skills/code-reviewer/SKILL.md:48 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in .cursor/skills/security-auditor/SKILL.md:37
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
.cursor/skills/security-auditor/SKILL.md:37 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/mobile/app/+html.tsx:22
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/mobile/app/+html.tsx:22 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/app/profile/[userId]/page.tsx:80
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/app/profile/[userId]/page.tsx:80 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/lib/components/dome/DomeGallery.tsx:515
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/lib/components/dome/DomeGallery.tsx:515 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/lib/components/main-b/NeonDoodles.tsx:611
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/lib/components/main-b/NeonDoodles.tsx:611 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/lib/components/main-d/StickerPeel.tsx:184
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/lib/components/main-d/StickerPeel.tsx:184 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/lib/components/search/MediaResultCard.tsx:44
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/lib/components/search/MediaResultCard.tsx:44 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/lib/components/search/PersonResultCard.tsx:34
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/lib/components/search/PersonResultCard.tsx:34 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/lib/seo/json-ld.tsx:11
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/lib/seo/json-ld.tsx:11 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in packages/web/lib/theme/theme-script.tsx:11
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/web/lib/theme/theme-script.tsx:11 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/gstack/browse/src/cookie-picker-ui.ts:370
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/gstack/browse/src/cookie-picker-ui.ts:370 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/gstack/design/src/compare.ts:490
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/gstack/design/src/compare.ts:490 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/gstack/extension/content.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/gstack/extension/content.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/gstack/extension/sidepanel.js:129
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/gstack/extension/sidepanel.js:129 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/web/lib/components/ASCIIText.tsx:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/web/lib/components/ASCIIText.tsx:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/web/lib/components/DecodedLogo.tsx:251
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/web/lib/components/DecodedLogo.tsx:251 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/browse/src/bun-polyfill.cjs:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/browse/src/bun-polyfill.cjs:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/browse/src/sidebar-agent.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/browse/src/sidebar-agent.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/design/src/serve.ts:38
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/design/src/serve.ts:38 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/lib/worktree.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/lib/worktree.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/scripts/dev-skill.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/scripts/dev-skill.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/scripts/host-config-export.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/scripts/host-config-export.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/scripts/skill-check.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/scripts/skill-check.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .claude/skills/gstack/scripts/slop-diff.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
.claude/skills/gstack/scripts/slop-diff.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/web/lib/content-studio/assets/video-composition.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/web/lib/content-studio/assets/video-composition.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-schema-drift.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-schema-drift.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in .claude/skills/gstack/cso/SKILL.md:854
Found a known-risky pattern (weak_hash). Review and replace if possible.
.claude/skills/gstack/cso/SKILL.md:854 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — packages/ai-server/scripts/backfill_post_enrichment.py:79
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — packages/ai-server/scripts/backfill_post_titles.py:84
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — packages/ai-server/scripts/backfill_solution_urls_dryrun.py:80
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — packages/ai-server/scripts/backfill_solution_urls_gemini.py:68
`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 292 placeholder/mock markers across 133 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 19 in use
Port 19 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/db-drift-check.yml Ports
medium System graph network Security conf 1.00 Privileged port 4 in use
Port 4 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/db-drift-check.yml Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 76 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AI_GRPC_LISTEN_PORT`, `API_BASE_URL`, `BROWSE_BIN`, `BROWSE_CONTENT_FILTER`, `BROWSE_EXTENSIONS_DIR`, `BROWSE_HEADED`, `BROWSE_HEADLESS_SKIP`, `BROWSE_IDLE_TIMEOUT` + 68 more. Add them (with a placeholder/comment) to .env.example so onboarding doe…
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 419 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
packages/api-server/docker/staging/Dockerfile:36 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 4 occurrences Docker base image is tag-pinned but not digest-pinned: rust:1.91-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
3 files, 4 locations
packages/api-server/docker/prod/Dockerfile:3, 23 (2 hits)
packages/api-server/docker/dev/Dockerfile:2
packages/api-server/docker/staging/Dockerfile:3
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 5 locations
.claude/skills/gstack/.github/workflows/evals.yml:143, 163 (2 hits)
.claude/skills/gstack/.github/workflows/evals-periodic.yml:125
.github/workflows/db-drift-check.yml:86
.github/workflows/deploy-backend.yml:29
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — .claude/skills/gstack/browse/src/cookie-picker-ui.ts:369
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Tests conf 1.00 Low test-to-source ratio
300 tests / 1483 src (ratio 0.20).
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: packages/ai-server/scripts/backfill_solution_urls_gemini.py:supabase_query, packages/ai-server/scripts/backfill_solution_urls_dryrun.py:supabase_query This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai…
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: packages/ai-server/scripts/backfill_solution_urls_gemini.py:supabase_query_file, packages/ai-server/scripts/backfill_solution_urls_dryrun.py:supabase_query_file, packages/ai-server/scripts/backfill_post_enrichment.py:supabase_query_file This is *the*…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: packages/ai-server/src/grpc/proto/outbound/outbound_pb2_grpc.py:ProcessedBatchUpdate, packages/ai-server/src/grpc/proto/outbound/outbound_pb2_grpc.py:ProcessedBatchUpdate, packages/ai-server/src/grpc/proto/inbound/inbound_pb2_grpc.py:AnalyzeLink, pack…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/mobile/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/mobile/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/shared/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/shared/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 `_generate_slide_copy` in packages/ai-server/src/editorial_article/ig_carousel/carousel.py:840
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 `chrome_libsecret_os_crypt_password_v2` in .claude/skills/gstack/browse/src/cookie-import-browser.ts:519
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 `isLegacy` in packages/web/lib/components/PostBadge.tsx:19
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 `model_copy` in packages/ai-server/src/config/helpers/_override.py:13
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 `model_copy` in packages/ai-server/src/editorial_article/nodes/compose_layout.py:52
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in packages/ai-server/src/editorial_article/nodes/generate_thumbnail.py:166
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 `model_copy` in packages/ai-server/src/editorial_article_chat/tools.py:201
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 `model_copy` in packages/ai-server/src/services/editorial_discovery/repository.py:298
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 `model_copy` in packages/ai-server/src/services/raw_posts/processors/catalog_matcher.py:526
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 `model_copy` in packages/ai-server/src/services/raw_posts/processors/items_thumbnail.py:186
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 `model_copy` in packages/ai-server/src/services/raw_posts/processors/processor.py:338
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 `model_copy` in packages/ai-server/src/services/raw_posts/processors/spots_parser.py:149
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 `model_copy` in packages/ai-server/tests/unit/services/raw_posts/test_processor.py:83
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 `model_copy` in packages/ai-server/tests/unit/services/raw_posts/test_processor_prelabeled.py:144
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: basic_setup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/utils/selenium_utils.py:127
low System graph software Dead code conf 1.00 Possibly dead Python function: celeb_search_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/celeb_search.py:211
low System graph software Dead code conf 1.00 Possibly dead Python function: compose_layout_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/editorial_article/nodes/compose_layout.py:55
low System graph software Dead code conf 1.00 Possibly dead Python function: detect_main_language
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/utils/text_utils.py:80
low System graph software Dead code conf 1.00 Possibly dead Python function: editorial_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/editorial.py:186
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_img_tags_from_url
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/utils/text_utils.py:108
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_sources_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/editorial_article/nodes/fetch_sources.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: image_analysis_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/image_analysis.py:75
low System graph software Dead code conf 1.00 Possibly dead Python function: image_url_validation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/utils/image_utils.py:1
low System graph software Dead code conf 1.00 Possibly dead Python function: initialize_async_resources
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/bootstrap.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: item_research_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/item_research.py:255
low System graph software Dead code conf 1.00 Possibly dead Python function: item_search_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/item_search.py:321
low System graph software Dead code conf 1.00 Possibly dead Python function: model_post_init
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/state.py:26
low System graph software Dead code conf 1.00 Possibly dead Python function: news_research_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/news_research.py:291
low System graph software Dead code conf 1.00 Possibly dead Python function: progress_logger
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/scripts/backfill_starstyle_posts.py:509
low System graph software Dead code conf 1.00 Possibly dead Python function: progress_logger_scan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/scripts/backfill_whatsonthestar_outfits.py:540
low System graph software Dead code conf 1.00 Possibly dead Python function: publish_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/publish.py:107
low System graph software Dead code conf 1.00 Possibly dead Python function: publish_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/editorial_article/nodes/publish.py:107
low System graph software Dead code conf 1.00 Possibly dead Python function: research_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/editorial_article/nodes/research.py:26
low System graph software Dead code conf 1.00 Possibly dead Python function: review_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/nodes/review.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_review
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/post_editorial/graph.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_logging
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai-server/src/log.py:9

Showing first 300 of 383. 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/8391d6a0-ffee-4621-aaa9-aced9eb9dc01/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8391d6a0-ffee-4621-aaa9-aced9eb9dc01/

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.