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.

Sepnexus/leadintel-ACQ

https://github.com/Sepnexus/leadintel-ACQ · scanned 2026-06-16 00:07 UTC (2 months, 2 weeks ago)

393 raw signals (0 security + 393 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 386 actionable findings from 1 signal source. 7 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 50.0/100 with 88.9% coverage. It contains 4568 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 393 findings — concentrated in security (161), quality (154), frontend (65). Risk profile is high: 4 critical, 1 high, 239 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in acq-coach-selfhost/Makefile
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
acq-coach-selfhost/Makefile:31
critical System graph security Secrets conf 1.00 Possible secret in leadintel-selfhost/Makefile
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
leadintel-selfhost/Makefile:28
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in platform-db/Makefile
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 39, 48
platform-db/Makefile:39, 48 (2 hits)
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: leadintel-selfhost/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
leadintel-selfhost/CLAUDE.md:67 SecretsClaude instruction
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — acq-coach-selfhost/apps/web/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 — closercontrolleadintel/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 — leadintel-selfhost/apps/web/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 — my-acq-coach-5b771b53/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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — acq-coach-selfhost/apps/web/src/ACQCoach.jsx:1823
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 — acq-coach-selfhost/apps/web/src/components/TopupCheckout.tsx:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — acq-coach-selfhost/apps/web/src/pages/Team.tsx:63
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — acq-coach-selfhost/apps/web/src/RepView.jsx:582
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 — acq-coach-selfhost/apps/web/supabase/functions/_shared/stripe.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — acq-coach-selfhost/apps/web/supabase/functions/admin-api/index.ts:538
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 — acq-coach-selfhost/apps/web/supabase/functions/ai-chat/index.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 — acq-coach-selfhost/apps/web/supabase/functions/ai-tts/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 — acq-coach-selfhost/apps/web/supabase/functions/cron-sync/index.ts:109
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 — acq-coach-selfhost/apps/web/supabase/functions/ghl-proxy/index.ts:472
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 — acq-coach-selfhost/apps/web/supabase/functions/transcribe/index.ts:36
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — acq-coach-selfhost/supabase/functions/_shared/stripe.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — acq-coach-selfhost/supabase/functions/admin-api/index.ts:538
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 — acq-coach-selfhost/supabase/functions/ai-chat/index.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 — acq-coach-selfhost/supabase/functions/ai-tts/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 — acq-coach-selfhost/supabase/functions/cron-sync/index.ts:109
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 — acq-coach-selfhost/supabase/functions/ghl-proxy/index.ts:466
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 — acq-coach-selfhost/supabase/functions/main/index.ts:82
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 — acq-coach-selfhost/supabase/functions/send-digest/index.ts:111
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — acq-coach-selfhost/supabase/functions/transcribe/index.ts:36
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — closercontrolleadintel/backups/backend-export/edge-functions/ai-analyze/index.ts:84
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 — closercontrolleadintel/backups/backend-export/edge-functions/ghl-sync/index.ts:1207
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 — closercontrolleadintel/backups/backend-export/edge-functions/list-tenant-pipelines/index.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 — closercontrolleadintel/backups/backend-export/edge-functions/tts-briefing/index.ts:87
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 — closercontrolleadintel/src/components/billing/BillingTab.tsx:12
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — closercontrolleadintel/supabase/functions/ai-analyze/index.ts:89
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 — closercontrolleadintel/supabase/functions/ghl-sync/index.ts:1207
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 — closercontrolleadintel/supabase/functions/list-tenant-pipelines/index.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 — closercontrolleadintel/supabase/functions/tts-briefing/index.ts:92
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 — leadintel-selfhost/apps/web/src/components/billing/BillingTab.tsx:12
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — leadintel-selfhost/apps/web/supabase/functions/ai-analyze/index.ts:89
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 — leadintel-selfhost/apps/web/supabase/functions/ghl-sync/index.ts:1207
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 — leadintel-selfhost/apps/web/supabase/functions/list-tenant-pipelines/index.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 — leadintel-selfhost/apps/web/supabase/functions/tts-briefing/index.ts:92
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 — leadintel-selfhost/supabase/functions/ai-analyze/index.ts:89
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 — leadintel-selfhost/supabase/functions/ghl-sync/index.ts:1252
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 — leadintel-selfhost/supabase/functions/list-tenant-pipelines/index.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 — leadintel-selfhost/supabase/functions/main/index.ts:82
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 — leadintel-selfhost/supabase/functions/tts-briefing/index.ts:92
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 — my-acq-coach-5b771b53/backups/migration-export/functions/_shared/stripe.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — my-acq-coach-5b771b53/backups/migration-export/functions/admin-api/index.ts:538
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 — my-acq-coach-5b771b53/backups/migration-export/functions/ai-chat/index.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 — my-acq-coach-5b771b53/backups/migration-export/functions/ai-tts/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 — my-acq-coach-5b771b53/backups/migration-export/functions/cron-sync/index.ts:103
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 — my-acq-coach-5b771b53/backups/migration-export/functions/ghl-proxy/index.ts:466
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 — my-acq-coach-5b771b53/backups/migration-export/functions/transcribe/index.ts:36
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — my-acq-coach-5b771b53/src/ACQCoach.jsx:1823
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 — my-acq-coach-5b771b53/src/components/TopupCheckout.tsx:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — my-acq-coach-5b771b53/src/pages/Team.tsx:63
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — my-acq-coach-5b771b53/src/RepView.jsx:582
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 — my-acq-coach-5b771b53/supabase/functions/_shared/stripe.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — my-acq-coach-5b771b53/supabase/functions/admin-api/index.ts:538
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 — my-acq-coach-5b771b53/supabase/functions/ai-chat/index.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 — my-acq-coach-5b771b53/supabase/functions/ai-tts/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 — my-acq-coach-5b771b53/supabase/functions/cron-sync/index.ts:109
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 — my-acq-coach-5b771b53/supabase/functions/ghl-proxy/index.ts:466
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 — my-acq-coach-5b771b53/supabase/functions/send-digest/index.ts:111
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — my-acq-coach-5b771b53/supabase/functions/transcribe/index.ts:36
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — platform-admin-api/src/lib/auto-recharge.ts:39
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 — platform-admin-api/src/routes/ghl-credentials.ts: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 — platform-admin-api/src/routes/topup.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 — platform-launcher/src/account/accountApi.ts:82
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 — platform-launcher/src/admin/adminApi.ts:170
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 — platform-launcher/src/Dashboard.tsx:102
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 — platform-launcher/src/WalletBanner.tsx:41
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality 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: acq-coach-selfhost/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: leadintel-selfhost/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: platform-admin-api/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: platform-launcher/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 5 occurrences Frontend route `/reset-password` has no Link/navigate to it — leadintel-selfhost/apps/web/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.
5 occurrences
repo-level (5 hits)
Orphan pageWiring
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/admin-api/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/admin-api/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/ai-chat/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/ai-chat/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/ai-tts/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/ai-tts/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/auto-recharge-cron/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/auto-recharge-cron/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/create-topup-session/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/create-topup-session/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/cron-sync/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/cron-sync/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/ghl-proxy/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/ghl-proxy/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/payments-webhook/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/payments-webhook/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/apps/web/supabase/functions/transcribe/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/apps/web/supabase/functions/transcribe/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/admin-api/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/admin-api/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/ai-chat/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/ai-chat/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/ai-tts/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/ai-tts/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/auto-recharge-cron/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/auto-recharge-cron/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/create-topup-session/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/create-topup-session/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/cron-sync/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/cron-sync/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/ghl-proxy/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/ghl-proxy/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/payments-webhook/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/payments-webhook/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/send-digest/index.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/send-digest/index.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in acq-coach-selfhost/supabase/functions/transcribe/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
acq-coach-selfhost/supabase/functions/transcribe/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/accept-invitation/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/accept-invitation/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/ai-analyze/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/ai-analyze/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/analyze-lead/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/analyze-lead/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/check-notes-access/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/check-notes-access/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/create-checkout-session/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/create-checkout-session/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/create-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/create-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/delete-tenant/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/delete-tenant/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/discover-tenant-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/discover-tenant-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/generate-day-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/generate-day-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/ghl-sync/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/ghl-sync/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/invite-user/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/invite-user/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/list-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/list-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/log-admin-event/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/log-admin-event/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/map-all-tenants-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/map-all-tenants-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/payments-webhook/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/payments-webhook/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/preview-invitation/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/preview-invitation/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/remove-saved-card/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/remove-saved-card/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/remove-tenant-member/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/remove-tenant-member/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/revoke-invitation/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/revoke-invitation/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/save-billing-settings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/save-billing-settings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/save-tenant-field-mappings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/save-tenant-field-mappings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/save-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/save-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/sync-all-tenants-cron/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/sync-all-tenants-cron/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/sync-resume-cron/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/sync-resume-cron/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/tts-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/tts-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/update-tenant-billing-mode/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/update-tenant-billing-mode/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/update-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/update-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/backups/backend-export/edge-functions/validate-ghl-credentials/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/backups/backend-export/edge-functions/validate-ghl-credentials/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/accept-invitation/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/accept-invitation/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/ai-analyze/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/ai-analyze/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/analyze-lead/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/analyze-lead/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/check-notes-access/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/check-notes-access/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/create-checkout-session/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/create-checkout-session/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/create-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/create-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/delete-tenant/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/delete-tenant/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/discover-tenant-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/discover-tenant-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/generate-day-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/generate-day-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/ghl-sync/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/ghl-sync/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/invite-user/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/invite-user/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/list-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/list-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/log-admin-event/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/log-admin-event/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/map-all-tenants-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/map-all-tenants-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/payments-webhook/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/payments-webhook/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/preview-invitation/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/preview-invitation/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/remove-saved-card/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/remove-saved-card/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/remove-tenant-member/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/remove-tenant-member/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/revoke-invitation/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/revoke-invitation/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/save-billing-settings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/save-billing-settings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/save-tenant-field-mappings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/save-tenant-field-mappings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/save-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/save-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/sync-all-tenants-cron/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/sync-all-tenants-cron/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/sync-resume-cron/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/sync-resume-cron/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/tts-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/tts-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/update-tenant-billing-mode/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/update-tenant-billing-mode/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/update-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/update-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in closercontrolleadintel/supabase/functions/validate-ghl-credentials/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
closercontrolleadintel/supabase/functions/validate-ghl-credentials/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/accept-invitation/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/accept-invitation/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/ai-analyze/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/ai-analyze/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/analyze-lead/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/analyze-lead/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/check-notes-access/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/check-notes-access/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/create-checkout-session/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/create-checkout-session/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/create-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/create-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/delete-tenant/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/delete-tenant/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/discover-tenant-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/discover-tenant-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/generate-day-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/generate-day-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/ghl-sync/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/ghl-sync/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/invite-user/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/invite-user/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/list-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/list-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/log-admin-event/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/log-admin-event/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/map-all-tenants-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/map-all-tenants-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/payments-webhook/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/payments-webhook/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/preview-invitation/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/preview-invitation/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/remove-saved-card/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/remove-saved-card/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/remove-tenant-member/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/remove-tenant-member/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/revoke-invitation/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/revoke-invitation/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/save-billing-settings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/save-billing-settings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/save-tenant-field-mappings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/save-tenant-field-mappings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/save-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/save-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/sync-all-tenants-cron/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/sync-all-tenants-cron/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/sync-resume-cron/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/sync-resume-cron/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/tts-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/tts-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/update-tenant-billing-mode/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/update-tenant-billing-mode/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/update-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/update-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/apps/web/supabase/functions/validate-ghl-credentials/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/apps/web/supabase/functions/validate-ghl-credentials/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/accept-invitation/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/accept-invitation/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/ai-analyze/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/ai-analyze/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/analyze-lead/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/analyze-lead/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/check-notes-access/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/check-notes-access/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/create-checkout-session/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/create-checkout-session/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/create-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/create-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/delete-tenant/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/delete-tenant/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/discover-tenant-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/discover-tenant-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/generate-day-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/generate-day-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/ghl-sync/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/ghl-sync/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/invite-user/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/invite-user/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/list-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/list-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/log-admin-event/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/log-admin-event/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/map-all-tenants-fields/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/map-all-tenants-fields/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/payments-webhook/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/payments-webhook/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/preview-invitation/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/preview-invitation/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/remove-saved-card/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/remove-saved-card/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/remove-tenant-member/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/remove-tenant-member/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/revoke-invitation/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/revoke-invitation/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/save-billing-settings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/save-billing-settings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/save-tenant-field-mappings/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/save-tenant-field-mappings/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/save-tenant-pipelines/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/save-tenant-pipelines/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/sync-all-tenants-cron/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/sync-all-tenants-cron/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/sync-resume-cron/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/sync-resume-cron/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/tts-briefing/index.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/tts-briefing/index.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/update-tenant-billing-mode/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/update-tenant-billing-mode/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/update-tenant/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/update-tenant/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in leadintel-selfhost/supabase/functions/validate-ghl-credentials/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
leadintel-selfhost/supabase/functions/validate-ghl-credentials/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/admin-api/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/admin-api/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/ai-chat/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/ai-chat/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/ai-tts/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/ai-tts/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/auto-recharge-cron/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/auto-recharge-cron/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/create-topup-session/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/create-topup-session/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/cron-sync/index.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/cron-sync/index.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/ghl-proxy/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/ghl-proxy/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/payments-webhook/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/payments-webhook/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/backups/migration-export/functions/transcribe/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/backups/migration-export/functions/transcribe/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/admin-api/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/admin-api/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/ai-chat/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/ai-chat/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/ai-tts/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/ai-tts/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/auto-recharge-cron/index.ts:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/auto-recharge-cron/index.ts:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/create-topup-session/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/create-topup-session/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/cron-sync/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/cron-sync/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/ghl-proxy/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/ghl-proxy/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/payments-webhook/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/payments-webhook/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/send-digest/index.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/send-digest/index.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in my-acq-coach-5b771b53/supabase/functions/transcribe/index.ts:4
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
my-acq-coach-5b771b53/supabase/functions/transcribe/index.ts:4 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in platform-admin-api/src/main.ts:184
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
platform-admin-api/src/main.ts:184 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in acq-coach-selfhost/apps/web/src/components/ui/chart.tsx:70
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
acq-coach-selfhost/apps/web/src/components/ui/chart.tsx:70 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in closercontrolleadintel/src/components/ui/chart.tsx:70
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
closercontrolleadintel/src/components/ui/chart.tsx:70 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in leadintel-selfhost/apps/web/src/components/ui/chart.tsx:70
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
leadintel-selfhost/apps/web/src/components/ui/chart.tsx:70 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in my-acq-coach-5b771b53/src/components/ui/chart.tsx:70
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
my-acq-coach-5b771b53/src/components/ui/chart.tsx:70 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in platform-launcher/README.md:51
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
platform-launcher/README.md:51 Local storage auth token
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 198 placeholder/mock markers across 68 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
20 test file(s) for 730 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths.
Coverage
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 213 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
acq-coach-selfhost/Dockerfile:36 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
leadintel-selfhost/Dockerfile:29 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: denoland/deno:alpine-2.0.6
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
platform-admin-api/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nginx:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
platform-launcher/Dockerfile:8 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: node:20-bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
3 files, 3 locations
acq-coach-selfhost/Dockerfile:8
leadintel-selfhost/Dockerfile:5
platform-launcher/Dockerfile:2
containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — acq-coach-selfhost/apps/web/src/ACQCoach.jsx:559
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — acq-coach-selfhost/apps/web/src/RepDrillDown.jsx:220
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — acq-coach-selfhost/apps/web/src/RepView.jsx:1554
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — my-acq-coach-5b771b53/src/ACQCoach.jsx:559
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — my-acq-coach-5b771b53/src/RepDrillDown.jsx:220
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — my-acq-coach-5b771b53/src/RepView.jsx:1554
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — platform-launcher/src/AccountSettings.tsx:104
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality 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 `briefing_cache_busted_v2` in closercontrolleadintel/src/components/today/BriefingCard.tsx:10
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 `briefing_cache_busted_v2` in leadintel-selfhost/apps/web/src/components/today/BriefingCard.tsx:10
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 — acq-coach-selfhost/apps/web/src/ccSsoHandoff.ts:146
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 — acq-coach-selfhost/apps/web/supabase/functions/cron-sync/index.ts:117
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 — acq-coach-selfhost/apps/web/supabase/functions/ghl-proxy/index.ts:383
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 — acq-coach-selfhost/apps/web/supabase/functions/payments-webhook/index.ts:44
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 — acq-coach-selfhost/supabase/functions/cron-sync/index.ts:117
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 — acq-coach-selfhost/supabase/functions/ghl-proxy/index.ts:377
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 — acq-coach-selfhost/supabase/functions/main/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 — acq-coach-selfhost/supabase/functions/payments-webhook/index.ts:44
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 — closercontrolleadintel/backups/backend-export/edge-functions/delete-tenant/index.ts:73
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 — closercontrolleadintel/backups/backend-export/edge-functions/ghl-sync/index.ts:279
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 — closercontrolleadintel/backups/backend-export/edge-functions/payments-webhook/index.ts:50
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 — closercontrolleadintel/backups/backend-export/edge-functions/sync-all-tenants-cron/index.ts:49
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 — closercontrolleadintel/backups/backend-export/edge-functions/sync-resume-cron/index.ts:49
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 — closercontrolleadintel/src/ccSsoHandoff.ts:146
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 — closercontrolleadintel/supabase/functions/delete-tenant/index.ts:73
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 — closercontrolleadintel/supabase/functions/ghl-sync/index.ts:279
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 — closercontrolleadintel/supabase/functions/payments-webhook/index.ts:50
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 — closercontrolleadintel/supabase/functions/sync-all-tenants-cron/index.ts:49
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 — closercontrolleadintel/supabase/functions/sync-resume-cron/index.ts:49
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 — leadintel-selfhost/apps/web/src/ccSsoHandoff.ts:146
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 — leadintel-selfhost/apps/web/supabase/functions/delete-tenant/index.ts:73
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 — leadintel-selfhost/apps/web/supabase/functions/ghl-sync/index.ts:279
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 — leadintel-selfhost/apps/web/supabase/functions/payments-webhook/index.ts:50
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 — leadintel-selfhost/apps/web/supabase/functions/sync-all-tenants-cron/index.ts:49
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 — leadintel-selfhost/apps/web/supabase/functions/sync-resume-cron/index.ts:49
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 — leadintel-selfhost/supabase/functions/delete-tenant/index.ts:73
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 — leadintel-selfhost/supabase/functions/ghl-sync/index.ts:279
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 — leadintel-selfhost/supabase/functions/main/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 — leadintel-selfhost/supabase/functions/payments-webhook/index.ts:50
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 — leadintel-selfhost/supabase/functions/sync-all-tenants-cron/index.ts:49
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 — leadintel-selfhost/supabase/functions/sync-resume-cron/index.ts:49
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 — my-acq-coach-5b771b53/backups/migration-export/functions/cron-sync/index.ts:111
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 — my-acq-coach-5b771b53/backups/migration-export/functions/ghl-proxy/index.ts:377
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 — my-acq-coach-5b771b53/backups/migration-export/functions/payments-webhook/index.ts:44
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 — my-acq-coach-5b771b53/src/ccSsoHandoff.ts:146
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 — my-acq-coach-5b771b53/supabase/functions/cron-sync/index.ts:117
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 — my-acq-coach-5b771b53/supabase/functions/ghl-proxy/index.ts:377
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 — my-acq-coach-5b771b53/supabase/functions/payments-webhook/index.ts:44
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 — platform-admin-api/src/db.ts:37
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 — platform-admin-api/src/lib/auto-recharge.ts:146
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 — platform-admin-api/src/lib/sync-scheduler.ts:93
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 — platform-admin-api/src/main.ts:177
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

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

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

This page is publicly accessible at: https://repobility.com/scan/a63ad75a-e2aa-4f20-ad2c-52abc605bbe4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a63ad75a-e2aa-4f20-ad2c-52abc605bbe4/

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.