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.

QZEE777/LayoutForge

https://github.com/QZEE777/LayoutForge · scanned 2026-06-15 23:44 UTC (2 months, 4 weeks ago)

183 raw signals (12 security + 171 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 178 actionable findings from 2 signal sources. 45 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 54.8/100 with 100.0% coverage. It contains 1832 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 171 findings — concentrated in api (66), quality (43), software (28). Risk profile is high: 0 critical, 64 high, 33 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

critical Security checks quality Practices conf 0.82 Foundry mined mock as real or placeholder: QZEE777/LayoutForge
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
critical Security checks security auth conf 0.78 4 occurrences Foundry mined security auth guardrail gaps: QZEE777/LayoutForge
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
4 occurrences
repo-level (4 hits)
high Security checks quality Practices conf 0.84 10 occurrences Foundry mined bad chains: QZEE777/LayoutForge
Comment chain pattern product: bad_chains Repo: QZEE777/LayoutForge Thread: QZEE777/LayoutForge#6 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_grap…
10 occurrences
repo-level (10 hits)
high Security checks quality Quality conf 0.76 3 occurrences Foundry mined schema ui api mismatch: QZEE777/LayoutForge
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: needs_more_evidence Repo: QZEE777/Lay…
3 occurrences
repo-level (3 hits)
high Security checks quality Testing conf 0.78 2 occurrences Foundry mined test ci gap after feedback: QZEE777/LayoutForge
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: needs_more_evidence Rep…
2 occurrences
repo-level (2 hits)
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/leads (src/app/admin/page.tsx:210)
`src/app/admin/page.tsx:210` calls `GET /api/admin/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/leads` 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/stats (src/app/admin/page.tsx:166)
`src/app/admin/page.tsx:166` calls `GET /api/admin/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/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/admin/user-lookup?email=${encodeURIComponent(userLookupEmail.trim())} (src/app/admin/page.tsx:267)
`src/app/admin/page.tsx:267` calls `GET /api/admin/user-lookup?email=${encodeURIComponent(userLookupEmail.trim())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/user-lookup` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/affiliates/me (src/app/dashboard/page.tsx:84)
`src/app/dashboard/page.tsx:84` calls `GET /api/affiliates/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/affiliates/me` 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/affiliates/me (src/app/verify/[id]/client.tsx:60)
`src/app/verify/[id]/client.tsx:60` calls `GET /api/affiliates/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/affiliates/me` 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/credits/balance (src/components/PaymentGate.tsx:107)
`src/components/PaymentGate.tsx:107` calls `GET /api/credits/balance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/balance` 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/credits/balance-public?email=${encodeURIComponent(email)} (src/app/success/page.tsx:25)
`src/app/success/page.tsx:25` calls `GET /api/credits/balance-public?email=${encodeURIComponent(email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/balance-public` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/purchase-history (src/components/dashboard/settings-panel.tsx:233)
`src/components/dashboard/settings-panel.tsx:233` calls `GET /api/dashboard/purchase-history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/purchase-history` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/summary (src/app/dashboard/page.tsx:83)
`src/app/dashboard/page.tsx:83` calls `GET /api/dashboard/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/summary` 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/docx-meta?id=${encodeURIComponent(uploadId)} (src/app/kdp-formatter/page.tsx:64)
`src/app/kdp-formatter/page.tsx:64` calls `GET /api/docx-meta?id=${encodeURIComponent(uploadId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/docx-meta` 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/format-report?id=${encodeURIComponent(id)}&t=${Date.now()} (src/app/download/[id]/page.tsx:471)
`src/app/download/[id]/page.tsx:471` calls `GET /api/format-report?id=${encodeURIComponent(id)}&t=${Date.now()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/format-report` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/generate/status?id=${id}&jobId=${jobId} (src/app/preview/[id]/page.tsx:83)
`src/app/preview/[id]/page.tsx:83` calls `GET /api/generate/status?id=${id}&jobId=${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate/status` 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/kdp-annotated-status?job_id=${encodeURIComponent(jobId)} (src/app/download/[id]/page.tsx:489)
`src/app/download/[id]/page.tsx:489` calls `GET /api/kdp-annotated-status?job_id=${encodeURIComponent(jobId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kdp-annotated-status` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/kdp-annotated-status?job_id=${encodeURIComponent(jobId)} (src/app/download/[id]/page.tsx:524)
`src/app/download/[id]/page.tsx:524` calls `GET /api/kdp-annotated-status?job_id=${encodeURIComponent(jobId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kdp-annotated-status` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/print-ready-check-status?checkId=${encodeURIComponent(checkId)} (src/app/kdp-pdf-checker/page.tsx:633)
`src/app/kdp-pdf-checker/page.tsx:633` calls `GET /api/print-ready-check-status?checkId=${encodeURIComponent(checkId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/print-ready-check-status` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/print-ready-check-status?checkId=${encodeURIComponent(saved.checkId)} (src/app/kdp-pdf-checker/page.tsx:522)
`src/app/kdp-pdf-checker/page.tsx:522` calls `GET /api/print-ready-check-status?checkId=${encodeURIComponent(saved.checkId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/print-ready-check-status` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/track-usage (src/components/UsageBanner.tsx:25)
`src/components/UsageBanner.tsx:25` calls `GET /api/track-usage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/track-usage` 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 https://api.cloudconvert.com/v2/jobs/${docxJobId}?include=tasks (src/app/api/cloudconvert-job-status/route.ts:77)
`src/app/api/cloudconvert-job-status/route.ts:77` calls `GET https://api.cloudconvert.com/v2/jobs/${docxJobId}?include=tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudconvert.com/v2/jobs/<p>` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.cloudconvert.com/v2/jobs/${jobId}?include=tasks (src/app/api/cloudconvert-job-status/route.ts:248)
`src/app/api/cloudconvert-job-status/route.ts:248` calls `GET https://api.cloudconvert.com/v2/jobs/${jobId}?include=tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudconvert.com/v2/jobs/<p>` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.cloudconvert.com/v2/jobs/${jobId}?include=tasks (src/app/api/generate/status/route.ts:33)
`src/app/api/generate/status/route.ts:33` calls `GET https://api.cloudconvert.com/v2/jobs/${jobId}?include=tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudconvert.com/v2/jobs/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.cloudconvert.com/v2/users/me (src/app/api/cc-test/route.ts:25)
`src/app/api/cc-test/route.ts:25` calls `GET https://api.cloudconvert.com/v2/users/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudconvert.com/v2/users/me` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/grant-credits (src/app/admin/page.tsx:352)
`src/app/admin/page.tsx:352` calls `POST /api/admin/grant-credits` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/grant-credits` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/annotate-local (src/app/download/[id]/page.tsx:620)
`src/app/download/[id]/page.tsx:620` calls `POST /api/annotate-local` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/annotate-local` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/magic-link (src/app/auth/page.tsx:32)
`src/app/auth/page.tsx:32` calls `POST /api/auth/magic-link` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/magic-link` 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/checker-annotated-email (src/app/download/[id]/page.tsx:570)
`src/app/download/[id]/page.tsx:570` calls `POST /api/checker-annotated-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/checker-annotated-email` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/cloudconvert-upload-url (src/app/keyword-research-pdf/page.tsx:68)
`src/app/keyword-research-pdf/page.tsx:68` calls `POST /api/cloudconvert-upload-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cloudconvert-upload-url` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/create-checkout-session (src/app/author-pack/page.tsx:51)
`src/app/author-pack/page.tsx:51` calls `POST /api/create-checkout-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-checkout-session` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/create-checkout-session (src/app/indie-pack/page.tsx:41)
`src/app/indie-pack/page.tsx:41` calls `POST /api/create-checkout-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-checkout-session` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/create-checkout-session (src/app/pro-pack/page.tsx:49)
`src/app/pro-pack/page.tsx:49` calls `POST /api/create-checkout-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-checkout-session` 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/create-checkout-session (src/components/PackBuyButton.tsx:19)
`src/components/PackBuyButton.tsx:19` calls `POST /api/create-checkout-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-checkout-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: POST /api/create-checkout-session (src/components/PaymentGate.tsx:284)
`src/components/PaymentGate.tsx:284` calls `POST /api/create-checkout-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-checkout-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: POST /api/create-upload-url (src/app/kdp-pdf-checker/page.tsx:576)
`src/app/kdp-pdf-checker/page.tsx:576` calls `POST /api/create-upload-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-upload-url` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/credits/send-code (src/components/PaymentGate.tsx:322)
`src/components/PaymentGate.tsx:322` calls `POST /api/credits/send-code` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/send-code` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/credits/use (src/components/PaymentGate.tsx:349)
`src/components/PaymentGate.tsx:349` calls `POST /api/credits/use` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/use` 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/credits/use-session (src/components/PaymentGate.tsx:127)
`src/components/PaymentGate.tsx:127` calls `POST /api/credits/use-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/use-session` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate (src/app/preview/[id]/page.tsx:111)
`src/app/preview/[id]/page.tsx:111` calls `POST /api/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate` 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/kdp-format-review (src/app/kdp-format-review/page.tsx:38)
`src/app/kdp-format-review/page.tsx:38` calls `POST /api/kdp-format-review` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kdp-format-review` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/kdp-pdf-check-from-preflight (src/app/kdp-pdf-checker/page.tsx:600)
`src/app/kdp-pdf-checker/page.tsx:600` calls `POST /api/kdp-pdf-check-from-preflight` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kdp-pdf-check-from-preflight` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/metadata/optimize (src/app/metadata/[id]/page.tsx:68)
`src/app/metadata/[id]/page.tsx:68` calls `POST /api/metadata/optimize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metadata/optimize` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/my-orders/send-code (src/app/account/page.tsx:124)
`src/app/account/page.tsx:124` calls `POST /api/my-orders/send-code` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/my-orders/send-code` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/my-orders/verify (src/app/account/page.tsx:205)
`src/app/account/page.tsx:205` calls `POST /api/my-orders/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/my-orders/verify` 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/nudge-subscribe (src/components/PaymentGate.tsx:267)
`src/components/PaymentGate.tsx:267` calls `POST /api/nudge-subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nudge-subscribe` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/parse (src/app/preview/[id]/page.tsx:49)
`src/app/preview/[id]/page.tsx:49` calls `POST /api/parse` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/parse` 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/pdf-compress/lead (src/app/pdf-compress/page.tsx:97)
`src/app/pdf-compress/page.tsx:97` calls `POST /api/pdf-compress/lead` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pdf-compress/lead` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profile/avatar (src/app/dashboard/page.tsx:144)
`src/app/dashboard/page.tsx:144` calls `POST /api/profile/avatar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profile/avatar` 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/resend-link (src/app/resend-link/page.tsx:15)
`src/app/resend-link/page.tsx:15` calls `POST /api/resend-link` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/resend-link` 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/share/click (src/app/kdp-pdf-checker/page.tsx:500)
`src/app/kdp-pdf-checker/page.tsx:500` calls `POST /api/share/click` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/share/click` 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/tool-vote (src/components/DocxVoteCard.tsx:13)
`src/components/DocxVoteCard.tsx:13` calls `POST /api/tool-vote` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tool-vote` 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/unsubscribe (src/app/unsubscribe/page.tsx:25)
`src/app/unsubscribe/page.tsx:25` calls `POST /api/unsubscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/unsubscribe` 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/verify-access (src/app/success/page.tsx:73)
`src/app/success/page.tsx:73` calls `POST /api/verify-access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/verify-access` 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/verify-access (src/components/PaymentGate.tsx:190)
`src/components/PaymentGate.tsx:190` calls `POST /api/verify-access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/verify-access` 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 https://api.anthropic.com/v1/messages (src/app/api/cloudconvert-job-status/route.ts:107)
`src/app/api/cloudconvert-job-status/route.ts:107` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/app/api/cloudconvert-job-status/route.ts:164)
`src/app/api/cloudconvert-job-status/route.ts:164` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/app/api/description-generator-pdf/route.ts:47)
`src/app/api/description-generator-pdf/route.ts:47` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/app/api/description-generator/route.ts:107)
`src/app/api/description-generator/route.ts:107` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/app/api/kdp-format-review/route.ts:135)
`src/app/api/kdp-format-review/route.ts:135` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/app/api/keyword-research-pdf/route.ts:32)
`src/app/api/keyword-research-pdf/route.ts:32` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/app/api/keyword-research/route.ts:37)
`src/app/api/keyword-research/route.ts:37` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudconvert.com/v2/jobs (src/app/api/cloudconvert-job-status/route.ts:47)
`src/app/api/cloudconvert-job-status/route.ts:47` calls `POST https://api.cloudconvert.com/v2/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudconvert.com/v2/jobs` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudconvert.com/v2/jobs (src/app/api/cloudconvert-upload-url/route.ts:112)
`src/app/api/cloudconvert-upload-url/route.ts:112` calls `POST https://api.cloudconvert.com/v2/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudconvert.com/v2/jobs` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudconvert.com/v2/jobs (src/app/api/generate/route.ts:75)
`src/app/api/generate/route.ts:75` calls `POST https://api.cloudconvert.com/v2/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudconvert.com/v2/jobs` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.crisp.chat/v1/website/${CRISP_WEBSITE_ID}/conversation/${sessionId}/message (src/app/api/manny/route.ts:106)
`src/app/api/manny/route.ts:106` calls `POST https://api.crisp.chat/v1/website/${CRISP_WEBSITE_ID}/conversation/${sessionId}/message` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.crisp.chat/v1/website/<…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `trigger_annotate` without auth dependency — kdp-preflight-engine/app/api/annotate.py:21
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
kdp-preflight-engine/app/api/annotate.py:21 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_pdf` without auth dependency — kdp-preflight-engine/app/api/upload.py:21
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
kdp-preflight-engine/app/api/upload.py:21 securityAuth fastapi unauth mutation
medium Security checks quality Practices conf 0.62 17 occurrences Foundry mined assumption checks: QZEE777/LayoutForge
Comment chain pattern product: assumption_checks Repo: QZEE777/LayoutForge Thread: QZEE777/LayoutForge#9 Outcome: ambiguous_needs_more_evidence Thread label: thread_needs_classification Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_v…
17 occurrences
repo-level (17 hits)
medium Security checks quality Practices conf 0.70 15 occurrences Foundry mined unresolved feedback: QZEE777/LayoutForge
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
15 occurrences
repo-level (15 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/[slug]/page.tsx:54
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/layout.tsx:71
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/cloudconvert-job-status/route.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 — src/app/api/cloudconvert-upload-url/route.ts:112
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/description-generator-pdf/route.ts:47
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/description-generator/route.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 — src/app/api/generate/route.ts:75
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/generate/status/route.ts:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/kdp-format-review/route.ts:135
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/kdp-pdf-check/route.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 — src/app/api/keyword-research-pdf/route.ts:32
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/keyword-research/route.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 — src/app/api/manny/route.ts:106
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/dashboard/page.tsx:83
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/download/[id]/page.tsx:471
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/kdp-pdf-checker/page.tsx:22
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/keyword-research-pdf/page.tsx:42
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/preview/[id]/page.tsx:49
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/verify/[id]/client.tsx:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/CheckerPdfViewer.tsx:248
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/KdpRiskSignalsPanel.tsx:32
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/PaymentGate.tsx:190
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/checkerReportPdf.ts:54
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/lemonsqueezy.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 Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: kdp-preflight-engine/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:54
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/[slug]/page.tsx:54 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:71
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/layout.tsx:71 Dangerous innerhtml
medium System graph cicd CI/CD security conf 1.00 Install-time lifecycle script performs network/shell-sensitive actions
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 56 placeholder/mock markers across 22 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
5 test file(s) for 268 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph frontend Frontend quality conf 1.00 "active" state uses light bg in a dark theme — src/components/dashboard/sidebar.tsx:160
A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead — border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '…'`. Why: P-E in CHEC…
Fq active light bg
low System graph quality Integrity conf 1.00 16 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ADMIN_SCOPED_ADMINS_JSON`, `CI`, `CRISP_API_IDENTIFIER`, `CRISP_API_KEY`, `CRISP_WEBSITE_ID`, `CRON_SECRET`, `LEMONSQUEEZY_AUTHOR_PACK_VARIANT_ID`, `LEMONSQUEEZY_INDIE_PACK_VARIANT_ID` + 8 more. Add them (with a placeholder/comment) to .env.exampl…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph 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 16 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
kdp-preflight-engine/Dockerfile:2 containersPinned dependencies
low System graph security security conf 1.00 Insecure pattern 'document_write' in src/app/download/[id]/page.tsx:279
Found a known-risky pattern (document_write). Review and replace if possible.
src/app/download/[id]/page.tsx:279 Document write
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `anchorOld` in src/app/api/cron/send-expiry-warnings/route.ts:46
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 `kdp_preflight_v2` in kdp-preflight-engine/app/core/kdp_rules_engine.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 `kdp_preflight_v2` in kdp-preflight-engine/app/core/validation_report.py:126
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 `kdp_preflight_v2` in kdp-preflight-engine/app/schemas.py:33
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: delete_local
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/storage.py:53
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_allowed_trim_sizes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_bleed_validation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:134
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_bottom_margin_min
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/margin_rules.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_embedded_fonts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/font_rules.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_empty_page_detection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:318
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_gutter_margin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/margin_rules.py:11
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_image_bleed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/image_rules.py:25
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_image_color_mode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/image_rules.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_image_placement
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/image_rules.py:157
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_image_resolution
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/image_rules.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_interactive_elements
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:218
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_kdp_trim_profile
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/trim_rules.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_max_page_count
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_min_page_count
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_mixed_page_sizes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:125
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_odd_page_count
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_orientation_consistency
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:252
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_outside_margin_min
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/margin_rules.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_pdf_version
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:168
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_rotated_pages
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:275
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_safe_zone_validation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/margin_rules.py:138
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_text_outside_trim
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/margin_rules.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_top_margin_min
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/margin_rules.py:65
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_transparency_flattening
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:178
low System graph software Dead code conf 1.00 Possibly dead Python function: rule_trim_box_validation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/rules/page_rules.py:351
low System graph software Dead code conf 1.00 Possibly dead Python function: set_annotated_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/job_store.py:79
low System graph software Dead code conf 1.00 Possibly dead Python function: set_annotated_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
kdp-preflight-engine/app/job_store.py:91
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/api/annotate-local/route.ts:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/api/cron/send-scan-nudges/route.ts:255
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/api/kdp-pdf-check-from-preflight/route.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/api/print-ready-check-status/route.ts:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/security.ts:59
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/scripts/test-email.ts:6
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`kdp-preflight-engine/app/main.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /file/{job_id}
`kdp-preflight-engine/app/api/file.py` declares `GET /file/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /report/{job_id}
`kdp-preflight-engine/app/api/report.py` declares `GET /report/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /annotate/{job_id}
`kdp-preflight-engine/app/api/annotate.py` declares `POST /annotate/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: src/app/download/[id]/page.tsx (2019 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/kdp-pdf-checker/page.tsx (1197 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lib/blog.ts (1630 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lib/kdpReportEnhance.ts (1028 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/a4cdfecd-1ce8-47dc-b8b1-85f9520ff40f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a4cdfecd-1ce8-47dc-b8b1-85f9520ff40f/

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.