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.

Troels-en/Career-Buddy

https://github.com/Troels-en/Career-Buddy · scanned 2026-06-16 00:42 UTC (2 months, 1 week ago)

245 raw signals (0 security + 245 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 232 actionable findings from 1 signal source. 13 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 58.8/100 with 100.0% coverage. It contains 4405 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 245 findings — concentrated in quality (168), security (33), software (16). Risk profile is high: 1 critical, 4 high, 56 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 89 of 232 actionable findings. 245 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 security conf 1.00 Insecure pattern 'private_key_in_repo' in supabase/functions/_shared/vertex.ts:34
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
supabase/functions/_shared/vertex.ts:34 Private key in repo
high System graph security security conf 1.00 Insecure pattern 'eval_used' in CLAUDE.md:85
Found a known-risky pattern (eval_used). Review and replace if possible.
CLAUDE.md:85 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in evals/matching/ranking-eval.ts:426
Found a known-risky pattern (eval_used). Review and replace if possible.
evals/matching/ranking-eval.ts:426 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in evals/README.md:15
Found a known-risky pattern (eval_used). Review and replace if possible.
evals/README.md:15 Eval used
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in backend/career_buddy_scraper/cli/scrape_boardless.py:235
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
backend/career_buddy_scraper/cli/scrape_boardless.py:235 Tls verify false
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/buddy/ChatMarkdown.tsx:13
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/public/BlogPost.tsx:32
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/seo/JsonLd.tsx:14
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/ui/chart.tsx:73
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/routes/admin.blog.tsx:353
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/jobs/JobsFeed.tsx:632
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/public-jobs.test.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 — supabase/functions/_shared/vertex.ts:75
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/email-oauth-callback/handler.ts:165
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/email-scan/handler.ts:953
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/email-scan/imap.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 — supabase/functions/linkedin-fetch/handler.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 — supabase/functions/news-ingest/handler.test.ts:2
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 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 cicd CI/CD security conf 1.00 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
oven-sh/setup-bun@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 7 locations
.github/workflows/scrape.yml:70, 182, 228 (3 hits)
.github/workflows/test.yml:25, 66, 117 (3 hits)
.github/workflows/deploy.yml:30
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-broadcast/index.ts:17
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-broadcast/index.ts:17 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-notify-user/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-notify-user/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/analyze-cv/index.ts:33
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/analyze-cv/index.ts:33 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/avatar-from-url/handler.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/avatar-from-url/handler.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/chat/index.ts:32
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/chat/index.ts:32 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/compute-trends/handler.ts:28
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/compute-trends/handler.ts:28 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/delete-account/index.ts:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/delete-account/index.ts:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/draft-message/index.ts:26
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/draft-message/index.ts:26 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/email-ingest/handler.ts:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/email-ingest/handler.ts:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/email-oauth-callback/handler.ts:38
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/email-oauth-callback/handler.ts:38 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/email-oauth-start/index.ts:25
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/email-oauth-start/index.ts:25 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/email-scan/handler.ts:64
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/email-scan/handler.ts:64 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/embed-profile/index.ts:29
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/embed-profile/index.ts:29 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/generate-avatar/handler.ts:20
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/generate-avatar/handler.ts:20 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/linkedin-fetch/handler.ts:30
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/linkedin-fetch/handler.ts:30 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/match-job/index.ts:17
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/match-job/index.ts:17 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/news-feed/handler.ts:29
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/news-feed/handler.ts:29 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/news-ingest/handler.ts:37
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/news-ingest/handler.ts:37 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/notify-pro-interest/index.ts:20
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/notify-pro-interest/index.ts:20 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ocr-cv/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ocr-cv/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/rerank-jobs/handler.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/rerank-jobs/handler.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/buddy/ChatMarkdown.tsx:13
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/buddy/ChatMarkdown.tsx:13 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/public/BlogPost.tsx:32
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/public/BlogPost.tsx:32 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/seo/JsonLd.tsx:14
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/seo/JsonLd.tsx:14 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:73
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/ui/chart.tsx:73 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/routes/admin.blog.tsx:353
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/routes/admin.blog.tsx:353 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/build-id.mjs:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/build-id.mjs:7 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — evals/_score.py:47
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — evals/promptloop/run_iteration.py:109
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 99 placeholder/mock markers across 54 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/scrape.yml Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 19 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `CF_PAGES_COMMIT_SHA`, `CI`, `CRUNCHBASE_DIR`, `EMBED_BACKEND`, `ETL_ALLOW_REMOTE`, `FIRECRAWL_API_KEY`, `GEMINI_FALLBACK_ENABLED`, `GEMINI_FALLBACK_MAX_PER_RUN` + 11 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 109 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 2 locations
.github/workflows/deploy.yml:38
.github/workflows/scrape.yml:157
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 15 places
Functions with the same first-5-line body hash: backend/career_buddy_scraper/ats/smartrecruiters.py:normalize, backend/career_buddy_scraper/ats/greenhouse.py:normalize, backend/career_buddy_scraper/ats/arbeitnow.py:normalize, backend/career_buddy_scraper/ats/personio.py:normalize This is *the* AI-…
duplicatesduplication
low System graph quality Integrity conf 1.00 6 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/career_buddy_scraper/descriptions.py:extract_greenhouse, backend/career_buddy_scraper/descriptions.py:extract This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or do…
6 occurrences
repo-level (6 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/career_buddy_scraper/ats/bamboohr.py:detect, backend/career_buddy_scraper/ats/personio.py:detect, backend/career_buddy_scraper/ats/recruitee.py:detect This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in backend/career_buddy_scraper/companies_repo.py:113
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in backend/career_buddy_scraper/master_list.py:47
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 `test_mark_stale_deactivates_when_last_seen_is_old` in backend/tests/test_jobs_repo.py:78
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: build_prompt_city
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/layer3_backfill.py:262
low System graph software Dead code conf 1.00 Possibly dead Python function: build_prompt_level
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/layer3_backfill.py:186
low System graph software Dead code conf 1.00 Possibly dead Python function: build_prompt_salary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/layer3_backfill.py:335
low System graph software Dead code conf 1.00 Possibly dead Python function: build_prompt_visa
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/layer3_backfill.py:299
low System graph software Dead code conf 1.00 Possibly dead Python function: build_prompt_years
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/layer3_backfill.py:229
low System graph software Dead code conf 1.00 Possibly dead Python function: count_by_ats_source
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/jobs_repo.py:320
low System graph software Dead code conf 1.00 Possibly dead Python function: count_by_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/companies_repo.py:364
low System graph software Dead code conf 1.00 Possibly dead Python function: ddg_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/enrichment_clients.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: exa_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/enrichment_clients.py:208
low System graph software Dead code conf 1.00 Possibly dead Python function: grading_prompt
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/grader/grader.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: is_enabled
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/ats/gemini_fallback.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: jina_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/enrichment_clients.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: run_chunk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/extract_requirements.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: tavily_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/enrichment_clients.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: work
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/enrich_company_investors.py:126
low System graph software Dead code conf 1.00 Possibly dead Python function: work
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/career_buddy_scraper/cli/enrich_funding.py:219
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 — evals/matching/ranking-eval.test.ts:267
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 — evals/promptloop/eval.ts:187
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/server.ts:167
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/_shared/dossier.ts:485
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/analyze-cv/index.ts:203
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/news-ingest/summariser.ts:140
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 quality Complexity conf 1.00 Very large file: src/components/jobs/JobsFeed.tsx (1519 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lib/fit-v2.test.ts (1638 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lib/fit-v2.ts (1546 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lib/translations.ts (1173 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/routes/profile.tsx (1420 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/7abc4efa-05f8-48bf-af23-c4dc54ebf1ef/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7abc4efa-05f8-48bf-af23-c4dc54ebf1ef/

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.