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.

WeCr8-Solutions/shift-handover-hub

https://github.com/WeCr8-Solutions/shift-handover-hub · scanned 2026-06-16 00:56 UTC (2 months, 1 week ago)

479 raw signals (77 security + 402 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 308 actionable findings from 2 signal sources. 354 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.0/100 with 100.0% coverage. It contains 6223 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 402 findings — concentrated in frontend (160), quality (130), security (61). Risk profile is high: 3 critical, 4 high, 160 medium. Recommended next step: open the frontend layer findings first — that's where the highest-impact wins live.

Showing 160 of 308 actionable findings. 662 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 security auth conf 0.78 31 occurrences Foundry mined security auth guardrail gaps: WeCr8-Solutions/shift-handover-hub
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…
31 occurrences
repo-level (31 hits)
critical System graph security Secrets conf 1.00 Possible secret in src/pages/Auth.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/pages/Auth.tsx:198
critical System graph security Secrets conf 1.00 Possible secret in src/pages/ResetPassword.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/pages/ResetPassword.tsx:75
critical System graph security Secrets conf 1.00 Runtime dotenv file present in repo: .env
`.env` looks like a runtime dotenv file. It contains secret-looking assignments for SUPABASE_PUBLISHABLE_KEY, VITE_SUPABASE_PUBLISHABLE_KEY, VITE_BITLY_CLIENT_SECRET. Move real values to a secret manager and keep only `.env.example` style templates in source control.
.env ConfigEnv fileRuntime env
high Security checks quality Practices conf 0.84 70 occurrences Foundry mined bad chains: WeCr8-Solutions/shift-handover-hub
Comment chain pattern product: bad_chains Repo: WeCr8-Solutions/shift-handover-hub Thread: WeCr8-Solutions/shift-handover-hub#85 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_…
70 occurrences
repo-level (70 hits)
high Security checks quality Quality conf 0.76 Foundry mined schema ui api mismatch: WeCr8-Solutions/shift-handover-hub
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: assumption_check Repo: WeCr8-Solution…
high Security checks quality Testing conf 0.78 18 occurrences Foundry mined test ci gap after feedback: WeCr8-Solutions/shift-handover-hub
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: weak_supervision_needs_…
18 occurrences
repo-level (18 hits)
high System graph api Wiring conf 1.00 Dangling fetch: GET /_api_health.json (src/pages/Status.tsx:121)
`src/pages/Status.tsx:121` calls `GET /_api_health.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/_api_health.json` 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 http://127.0.0.1:${port}/ (scripts/prerender.mjs:139)
`scripts/prerender.mjs:139` calls `GET http://127.0.0.1:${port}/` 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>` 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 https://ai.gateway.lovable.dev/v1/chat/completions (supabase/functions/ai-planning-assistant/index.ts:1083)
`supabase/functions/ai-planning-assistant/index.ts:1083` calls `POST https://ai.gateway.lovable.dev/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:/ai.gateway.lovable.dev/v1/chat/completio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://ai.gateway.lovable.dev/v1/chat/completions (supabase/functions/parse-resume/index.ts:275)
`supabase/functions/parse-resume/index.ts:275` calls `POST https://ai.gateway.lovable.dev/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:/ai.gateway.lovable.dev/v1/chat/completions` If thi…
Dangling fetchFetch
medium Security checks quality Practices conf 0.62 14 occurrences Foundry mined assumption checks: WeCr8-Solutions/shift-handover-hub
Comment chain pattern product: assumption_checks Repo: WeCr8-Solutions/shift-handover-hub Thread: WeCr8-Solutions/shift-handover-hub#9 Outcome: claimed_resolved_unverified Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph…
14 occurrences
repo-level (14 hits)
medium Security checks quality maintenance conf 0.70 41 occurrences Foundry mined blueprint gap alignment: WeCr8-Solutions/shift-handover-hub
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
41 occurrences
repo-level (41 hits)
medium Security checks quality Practices conf 0.70 85 occurrences Foundry mined unresolved feedback: WeCr8-Solutions/shift-handover-hub
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: weak…
85 occurrences
repo-level (85 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/marketing/WhyJoblineFAQ.tsx:148
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/ui/chart.tsx:70
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/pages/resources/EssentialReading.tsx:103
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 — public/gcode-academy/src/gca-auth.js:295
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/bug-report-smoke.mjs: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 — scripts/generate-talent-sitemap.mjs:76
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/zap-preflight.mjs: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/components/admin/CampaignMarketingGallery.tsx:229
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/admin/onboarding/AccountingExportPanel.tsx: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/components/admin/seo-diagnostics/checks.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 — src/hooks/useCustomers.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 — src/hooks/useStationHistory.ts:174
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 — supabase/functions/ai-planning-assistant/index.ts:1083
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 — supabase/functions/billing-reminder-cron/index.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 — supabase/functions/erp-sync/index.test.ts:10
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 — supabase/functions/erp-sync/index.ts:659
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 — supabase/functions/morning-brief-cron/index.ts:154
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 — supabase/functions/oap-recert-reminder-cron/index.ts:50
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 — supabase/functions/parse-resume/index.ts:228
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 — supabase/functions/sap-sync/index.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 — supabase/functions/sap-sync/index.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 — supabase/functions/seed-e2e/index.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 — supabase/functions/send-email/index.test.ts:10
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 — supabase/functions/send-email/index.ts:338
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: .mcp.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.mcp.json VerificationMcp config
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph quality Integrity conf 1.00 Frontend route `/display/:displayId` has no Link/navigate to it — src/pages/ShopFloorDisplay.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 59 occurrences Frontend route `/unsubscribe` has no Link/navigate to it — src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
59 occurrences
repo-level (59 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 19 occurrences GitHub Action is tag-pinned rather than SHA-pinned
github/codeql-action/init@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 19 locations
.github/workflows/security-scan.yml:70, 82, 92, 104, 128, 204, 217 (7 hits)
.github/workflows/release.yml:30, 38, 46, 68, 78 (5 hits)
.github/workflows/zap-scan.yml:43, 66, 90, 112 (4 hits)
.github/workflows/codeql.yml:38, 47, 50 (3 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 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.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/activate-station-context/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/activate-station-context/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ai-planning-assistant/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ai-planning-assistant/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/apply-routing-change/index.ts:40
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/apply-routing-change/index.ts:40 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/auth-email-hook/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/auth-email-hook/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/billing-reminder-cron/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/billing-reminder-cron/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/concierge-accounting-export/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/concierge-accounting-export/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-cert-checkout/index.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-cert-checkout/index.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-checkout/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-checkout/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-concierge-checkout/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-concierge-checkout/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-donation/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-donation/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/customer-portal/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/customer-portal/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/erp-sync/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/erp-sync/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/extract-manual-pages/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/extract-manual-pages/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/gca-progress-sync/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/gca-progress-sync/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/issue-certificate/index.ts:19
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/issue-certificate/index.ts:19 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/log-export/index.ts:64
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/log-export/index.ts:64 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/morning-brief-cron/index.ts:20
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/morning-brief-cron/index.ts:20 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/oap-recert-reminder-cron/index.ts:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/oap-recert-reminder-cron/index.ts:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/onboarding-bulk-import/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/onboarding-bulk-import/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/parse-resume/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/parse-resume/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/process-notifications/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/process-notifications/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/relay-token/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/relay-token/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/release-to-customer/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/release-to-customer/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/report-issue/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/report-issue/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/rls-health/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/rls-health/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/sap-sync/index.ts:32
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/sap-sync/index.ts:32 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/seed-e2e/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/seed-e2e/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/send-billing-reminder/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/send-billing-reminder/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/send-concierge-receipt/index.ts:9
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/send-concierge-receipt/index.ts:9 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/send-email/index.ts:9
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/send-email/index.ts:9 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/send-policy-change-notification/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/send-policy-change-notification/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/social-agent/index.ts:2
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/social-agent/index.ts:2 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/update-seats/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/update-seats/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/verify-station-context-payment/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/verify-station-context-payment/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/marketing/WhyJoblineFAQ.tsx:148
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/marketing/WhyJoblineFAQ.tsx:148 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:70
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/ui/chart.tsx:70 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/pages/resources/EssentialReading.tsx:103
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/pages/resources/EssentialReading.tsx:103 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:376
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:376 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/gcode-academy/index.html:3093
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/gcode-academy/index.html:3093 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/gcode-academy/src/gca-engine-v1.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/gcode-academy/src/gca-engine-v1.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/oap/index.html:2081
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/oap/index.html:2081 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/oap/src/oap-engine.js:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/oap/src/oap-engine.js:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/status/index.html:498
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/status/index.html:498 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/gcode-academy/index.html:3660
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/gcode-academy/index.html:3660 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/gcode-academy/src/gca-engine-v1.js:616
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/gcode-academy/src/gca-engine-v1.js:616 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/generate-print-pdfs.mjs:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/generate-print-pdfs.mjs:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/prerender.mjs:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/prerender.mjs:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/run-demo-cert.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/run-demo-cert.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/run-demo-dashboard-handoff.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/run-demo-dashboard-handoff.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/run-demo-talent-profile.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/run-demo-talent-profile.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/write-release.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/write-release.mjs:1 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 674 placeholder/mock markers across 215 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 70 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `APP_VERSION`, `CF_PAGES`, `CF_PAGES_COMMIT_SHA`, `CHROMIUM_BIN`, `CI`, `CI_COMMIT_SHA`, `COMMIT_SHA`, `DEMO_CERT_ID` + 62 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 94 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 cicd CI/CD security conf 1.00 26 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
5 files, 26 locations
.github/workflows/test.yml:20, 23, 39, 51, 54, 72, 75, 97, +1 more (9 hits)
.github/workflows/security-scan.yml:31, 34, 55, 67, 112, 124, 135 (7 hits)
.github/workflows/zap-scan.yml:38, 55, 85, 102, 129 (5 hits)
.github/workflows/release.yml:17, 20, 59, 62 (4 hits)
.github/workflows/codeql.yml:35
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'document_write' in index.html:247
Found a known-risky pattern (document_write). Review and replace if possible.
index.html:247 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in public/oap/index.html:1974
Found a known-risky pattern (document_write). Review and replace if possible.
public/oap/index.html:1974 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in public/oap/src/oap-cert.js:195
Found a known-risky pattern (document_write). Review and replace if possible.
public/oap/src/oap-cert.js:195 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in src/components/admin/printables/printableSheets.ts:464
Found a known-risky pattern (document_write). Review and replace if possible.
src/components/admin/printables/printableSheets.ts:464 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in src/lib/auditHistoryExport.ts:190
Found a known-risky pattern (document_write). Review and replace if possible.
src/lib/auditHistoryExport.ts:190 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in src/lib/workOrderExport.ts:500
Found a known-risky pattern (document_write). Review and replace if possible.
src/lib/workOrderExport.ts:500 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in src/pages/ToolProficiency.tsx:237
Found a known-risky pattern (document_write). Review and replace if possible.
src/pages/ToolProficiency.tsx:237 Document write
low System graph quality Tests conf 1.00 Low test-to-source ratio
121 tests / 1046 src (ratio 0.12).
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: desktop/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.
desktop/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `device_notification_prefs_v1` in src/hooks/useDeviceNotifications.ts:29
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 `dismissed_smart_alerts_v1` in src/components/alerts/SmartAlertPanel.tsx:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `jl_free_talent_ribbon_dismissed_v1` in src/components/marketing/FreeTalentProfileRibbon.tsx:6
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 `promo_copy` in src/components/admin/promotions/PromotionsAudit.tsx:23
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 `promo_copy` in src/components/admin/PromotionsHub.tsx:66
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 `promo_copy` in src/integrations/supabase/types.ts:3596
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 `settings_last_tab_v1` in src/pages/Settings.tsx:27
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 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 — desktop/src/main/index.ts:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desktop/src/main/setupWizard.ts:136
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 — e2e/helpers/gapReport.ts:78
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 — e2e/smoke-matrix.spec.ts:69
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — e2e/smoke-wo-handoff.spec.ts:46
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 — scripts/generate_qr_codes.js:98
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/components/station/StationMachineContextDialog.tsx:20
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/analytics.ts:64
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/devDocs.ts:209
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 — supabase/functions/auth-email-hook/index.ts:208
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 — supabase/functions/billing-reminder-cron/index.ts:161
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 — supabase/functions/check-subscription/index.ts:8
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 — supabase/functions/create-checkout/index.ts:12
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 — supabase/functions/create-donation/index.ts:11
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 — supabase/functions/customer-portal/index.ts:12
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 — supabase/functions/gca-progress-sync/index.ts:12
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 — supabase/functions/handle-email-suppression/index.ts:127
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 — supabase/functions/handle-email-unsubscribe/index.ts:122
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 — supabase/functions/process-notifications/index.ts:13
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/report-issue/index.ts:47
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/rls-health/index.ts:74
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 — supabase/functions/send-email/index.ts:234
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 — supabase/functions/send-transactional-email/index.ts:200
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 — supabase/functions/social-agent/index.ts:38
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 — supabase/functions/stripe-webhook/index.ts:89
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 — supabase/functions/update-seats/index.ts:13
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: POST /webhooks/jobline
`src/lib/devDocs.ts` declares `POST /webhooks/jobline` 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: public/gcode-academy/src/gca-curriculum.js (1065 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/oap/src/oap-engine.js (989 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/admin/flyerRouteData.ts (2149 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/admin/PromotionsHub.tsx (1308 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/admin/UserJourneyDebugPanel.tsx (1421 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/NewHandoffForm.tsx (1252 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/TeamManagement.tsx (1201 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/integrations/supabase/types.ts (18059 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/helpArticles.ts (962 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/pages/ConciergeSalesPack.tsx (967 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/pages/Landing.tsx (1218 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/pages/OperatorProfile.tsx (2354 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: supabase/functions/ai-planning-assistant/index.ts (1132 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/0fc40876-2d58-41e8-b23c-be9bf36cb4b8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0fc40876-2d58-41e8-b23c-be9bf36cb4b8/

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.