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.

Abhishekchhetri020/chronexa-web

https://github.com/Abhishekchhetri020/chronexa-web · scanned 2026-06-17 01:13 UTC (1 month, 2 weeks ago)

140 raw signals (0 security + 140 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +15.2 (diff) · 140 actionable findings from 1 signal source. 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 91.9/100 with 100.0% coverage. It contains 3792 nodes across 5 cross-layer flows, written primarily in mixed languages. Engine surfaced 140 findings — concentrated in security (65), quality (55), frontend (16). Risk profile is high: 0 critical, 3 high, 72 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 100 of 140 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security auth conf 1.00 FastAPI POST `solve_cancel` without auth dependency — backend/app/main.py:381
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/main.py:381 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `solve_start` without auth dependency — backend/app/main.py:341
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/main.py:341 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `solve` without auth dependency — backend/app/main.py:327
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/main.py:327 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/solver/wasm/csp_wasm.js: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 — js/ui/solver_ui/backend_client.js:219
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 GitHub Action is tag-pinned rather than SHA-pinned
docker/setup-buildx-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/backend.yml:20 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:512
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:512 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/class_grid.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/class_grid.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/ai_actions.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/ai_actions.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/auto_save.js:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/auto_save.js:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/color_taxonomy.js:126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/color_taxonomy.js:126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/command_palette.js:221
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/command_palette.js:221 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/divisions_tree.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/divisions_tree.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/help_center.js:149
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/help_center.js:149 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/palette.js:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/palette.js:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/period_override_matrix.js:30
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/period_override_matrix.js:30 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/school_hub.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/school_hub.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/school_toolbar.js:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/school_toolbar.js:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/stats.js:57
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/stats.js:57 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/verification.js:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/verification.js:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/components/verification_panel_pro.js:102
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/components/verification_panel_pro.js:102 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/activator.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/activator.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/card_context_menu.js:191
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/card_context_menu.js:191 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/card_in_hand.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/card_in_hand.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/constraint_explainer.js:226
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/constraint_explainer.js:226 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/focus_mode.js:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/focus_mode.js:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/grid_canvas.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/grid_canvas.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/pending_strip.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/pending_strip.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/editor/row_context_menu.js:206
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/editor/row_context_menu.js:206 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/bells.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/bells.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/classes.js:100
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/classes.js:100 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/dialog_shell.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/dialog_shell.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/lessons.js:225
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/lessons.js:225 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/relations.js:311
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/relations.js:311 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/subjects.js:227
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/subjects.js:227 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/teachers.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/teachers.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/terms.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/terms.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entities/weeks.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entities/weeks.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/entity_router.js:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/entity_router.js:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/grid_view.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/grid_view.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/io/snapshots.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/io/snapshots.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/main.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/main.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/onboarding/smart_defaults.js:111
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/onboarding/smart_defaults.js:111 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/onboarding/tour.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/onboarding/tour.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/onboarding/wiring.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/onboarding/wiring.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/print_preview/print_preview.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/print_preview/print_preview.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/pwa_install.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/pwa_install.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/ribbon/menus/help_menu.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/ribbon/menus/help_menu.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/ribbon/topbar.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/ribbon/topbar.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/room_grid.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/room_grid.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/school_info.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/school_info.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/shell_v3.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/shell_v3.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/solver_ui/progress_modal.js:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/solver_ui/progress_modal.js:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/solver_ui/result_panel.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/solver_ui/result_panel.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/start_screen.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/start_screen.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/substitution/absence_input.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/substitution/absence_input.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/substitution/classwise_output.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/substitution/classwise_output.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/substitution/main.js:60
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/substitution/main.js:60 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/substitution/print_memo.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/substitution/print_memo.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/substitution/teacherwise_output.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/substitution/teacherwise_output.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/teacher_grid.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/teacher_grid.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/ui/wizard/wizard_walkthrough.js:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/ui/wizard/wizard_walkthrough.js:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/ab_lns.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/ab_lns.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/sim_ui_generate.mjs:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/sim_ui_generate.mjs:12 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — check_logs_runner.py:3
`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 — runner.py:3
`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 — runner_new.py:3
`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 — runner_repro.py:3
`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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 60 placeholder/mock markers across 36 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 11 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AB_CHILD`, `AB_LNS`, `AB_SEED`, `AB_TIME`, `CHRONEXA_SIM_CHILD`, `CHRONEXA_SIM_REPO`, `CHRONEXA_SIM_SEED`, `CHRONEXA_SIM_STAG` + 3 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 334 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
backend/Dockerfile:7 containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/ui/inspector.js:32
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 — js/ui/pwa_install.js:46
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 Tests conf 1.00 Low test-to-source ratio
25 tests / 216 src (ratio 0.12).
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/app/jobs.py:cancel_requested, backend/app/jobs.py:cancel 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.
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: js/solver/wasm/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.
js/solver/wasm/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `clickLegacy` in js/ui/shell_v3.js:116
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: list_ids
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/jobs.py:174
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — benchmarks/generate_large_realistic.js:3
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 — benchmarks/run_benchmark.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — benchmarks/run_real_xml.js:18
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 — check_class_conflicts.js: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 — check_divisions.js:29
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 — check_lesson_divs.js:29
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 — js/solver/__tests__/audit_regression.test.js:33
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 — js/solver/__tests__/fixes_2026-06-11.test.js:27
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 — js/solver/csp_solver.js:4669
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 — js/ui/editor/card_context_menu.js:25
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 — js/ui/editor/row_context_menu.js:27
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 — js/ui/main.js:284
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 — js/ui/solver_ui/backend_client.js:129
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 — js/ui/solver_ui/multi_branch.js:106
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: js/solver/csp_solver.js (5339 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/ui/entities/lessons.js (1405 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/61596dca-e4c4-49c4-b1cb-ecf39ff09eb8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/61596dca-e4c4-49c4-b1cb-ecf39ff09eb8/

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.