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.

tarascloud/personal-dashboard

https://github.com/tarascloud/personal-dashboard · scanned 2026-06-16 00:30 UTC (2 months, 2 weeks ago)

160 raw signals (13 security + 147 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 150 actionable findings from 2 signal sources. 36 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 88.6/100 with 100.0% coverage. It contains 3202 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 147 findings — concentrated in quality (79), frontend (36), software (26). Risk profile is low: 0 critical, 0 high, 17 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical Security checks quality Practices conf 0.82 Foundry mined mock as real or placeholder: tarascloud/personal-dashboard
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
critical Security checks security auth conf 0.78 5 occurrences Foundry mined security auth guardrail gaps: tarascloud/personal-dashboard
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
5 occurrences
repo-level (5 hits)
high Security checks quality Practices conf 0.84 13 occurrences Foundry mined bad chains: tarascloud/personal-dashboard
Comment chain pattern product: bad_chains Repo: tarascloud/personal-dashboard Thread: tarascloud/personal-dashboard#9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_ar…
13 occurrences
repo-level (13 hits)
high Security checks quality Testing conf 0.78 3 occurrences Foundry mined test ci gap after feedback: tarascloud/personal-dashboard
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: assumption_check Repo: …
3 occurrences
repo-level (3 hits)
medium Security checks quality maintenance conf 0.70 4 occurrences Foundry mined blueprint gap alignment: tarascloud/personal-dashboard
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
4 occurrences
repo-level (4 hits)
medium Security checks quality Practices conf 0.70 13 occurrences Foundry mined unresolved feedback: tarascloud/personal-dashboard
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
13 occurrences
repo-level (13 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — next/src/app/layout.tsx:119
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 — next/src/actions/insights/index.ts:352
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 — next/src/app/api/sync/withings/callback/route.ts:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — next/src/components/insights/insights-panel.tsx:74
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — next/src/components/reporting/es-tax-dashboard.tsx:96
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 — next/src/lib/freqtrade-client.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 — setup/src/app/hooks/useSetupState.ts:55
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 security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in next/src/app/layout.tsx:119
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
next/src/app/layout.tsx:119 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in setup/src/app/components/ui.tsx:17
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
setup/src/app/components/ui.tsx:17 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in setup/src/app/api/deploy/route.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
setup/src/app/api/deploy/route.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in setup/src/app/api/status/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
setup/src/app/api/status/route.ts:2 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — deploy/pd_scheduler/reports_builders.py:30
`requests.post(...)` 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 — src/bunq_integration.py:114
`requests.post(...)` 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 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 176 placeholder/mock markers across 69 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
41 test file(s) for 566 source file(s) (ratio 0.07). 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: ci, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph 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 111 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 quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/db_backend/wrappers.py:fetchone, src/db_backend/wrappers.py:fetchone This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: next/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
next/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cashLegacy` in next/src/actions/brokers-ibkr.ts:383
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 `pg_backup` in deploy/pd_scheduler/schedules.py:57
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 `pg_backup` in deploy/pd_scheduler/tests/test_imports.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wakeboarding_v2` in next/src/components/gym/workout-calendar.tsx:154
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: add_daily_demo_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/demo_data.py:935
low System graph software Dead code conf 1.00 Possibly dead Python function: categorize_with_ai
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/import_transactions.py:250
low System graph software Dead code conf 1.00 Possibly dead Python function: chat_response_stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/ai_client.py:188
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/retry.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: detect_columns_with_ai
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/import_transactions.py:120
low System graph software Dead code conf 1.00 Possibly dead Python function: execute_import
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/import_transactions.py:329
low System graph software Dead code conf 1.00 Possibly dead Python function: find_duplicates
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/import_transactions.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_demo_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/demo_data.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: job_daily_demo_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/maintenance.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: job_daily_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/reports/daily.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: job_detect_subscriptions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/maintenance.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: job_generate_snapshots
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/snapshots.py:12
low System graph software Dead code conf 1.00 Possibly dead Python function: job_monthly_ai_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/reports/monthly.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: job_mood_reminder
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/reports/mood.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: job_prod_to_dev_sync
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/maintenance.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: job_refresh_views
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/maintenance.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: job_sync_bunq
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/sync/bunq.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: job_sync_garmin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/sync/garmin.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: job_sync_monobank
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/sync/monobank.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: job_sync_withings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/sync/withings.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: job_weekly_ai_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/reports/weekly.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: job_weekly_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deploy/pd_scheduler/jobs/reports/weekly.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_transactions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/import_transactions.py:169
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/import_transactions.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: summarize_stats
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/ai_client.py:216
low System graph software Dead code conf 1.00 Possibly dead Python function: with_retry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/retry.py:35
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 — next/src/actions/insights/index.ts:477
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 — next/src/app/api/chat/route.ts:168
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 — next/src/app/api/sync/health/route.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 — next/src/app/api/sync/withings/callback/route.ts:97
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 — next/src/lib/embeddings.ts:152
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 — next/src/scripts/seed-demo-advanced.ts:66
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 — next/tests/generate-demo-auth.ts:92
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 — next/tests/global-teardown.ts:74
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — next/tests/gym.spec.ts:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — setup/src/lib/setup-auth.ts:22
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 Integrity conf 1.00 Stub function `fetchone` (body is just `pass`/`return`) — src/db_backend/wrappers.py:161
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: ml-training/prepare_training.py (1776 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/internal/prismaNamespace.ts (6037 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/AiInsight.ts (1773 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/AuditLog.ts (1384 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/BigPurchase.ts (1516 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/BrokerAccountSummary.ts (1401 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/BrokerPosition.ts (1547 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/BrokerTransaction.ts (1453 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/ChatHistory.ts (1542 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/DailyLog.ts (1626 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/FoodLog.ts (1506 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GarminActivity.ts (1561 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GarminBodyComposition.ts (1449 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GarminDaily.ts (1981 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GarminHeartRate.ts (1367 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GarminSleep.ts (1403 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GymExercise.ts (1856 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GymProgram.ts (1448 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GymProgramDay.ts (1576 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GymProgramExercise.ts (1661 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GymSet.ts (1671 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GymWorkout.ts (1652 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/GymWorkoutExercise.ts (1761 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/InsightFeedback.ts (1571 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/Passkey.ts (1625 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/RecurringTransaction.ts (1348 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/ScreenTime.ts (1576 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/Subscription.ts (1454 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/TaxDeclaration.ts (1815 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/TaxDeclarationItem.ts (1380 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/TaxIncomeRecord.ts (1443 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/TelegramLink.ts (1319 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/TradingStrategy.ts (1410 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/Transaction.ts (1606 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/User.ts (2500 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/UserPreference.ts (1325 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: next/src/generated/prisma/models/WithingsMeasurement.ts (1347 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/db/core.py (1674 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/cafc2f9c-3de9-4598-b268-1e6dbfd4e03d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/cafc2f9c-3de9-4598-b268-1e6dbfd4e03d/

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.