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.

daniel4828/AnkiAdvanced

https://github.com/daniel4828/AnkiAdvanced · scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)

150 raw signals (0 security + 150 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -14.3 (diff) · 146 actionable findings from 1 signal source. 4 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 62.4/100 with 100.0% coverage. It contains 1253 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 150 findings — concentrated in security (62), api (55), quality (22). Risk profile is high: 0 critical, 63 high, 15 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 145 of 146 actionable findings. 150 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.

high System graph api Wiring conf 1.00 Dangling fetch: GET /api/story/${storyDeckId}/unified (static/app.js:3043)
`static/app.js:3043` calls `GET /api/story/${storyDeckId}/unified` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/story/<p>/unified` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /static/hsk_levels.json (static/app.js:4206)
`static/app.js:4206` calls `GET /static/hsk_levels.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/static/hsk_levels.json` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/preload-session/${firstDeckId}/unified (static/app.js:2951)
`static/app.js:2951` calls `POST /api/preload-session/${firstDeckId}/unified` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/preload-session/<p>/unified` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/preload-session/${rootDeckId}/unified (static/app.js:2881)
`static/app.js:2881` calls `POST /api/preload-session/${rootDeckId}/unified` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/preload-session/<p>/unified` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/preload-session/${storyDeckId}/unified (static/app.js:3047)
`static/app.js:3047` calls `POST /api/preload-session/${storyDeckId}/unified` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/preload-session/<p>/unified` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `clear_deck_cards` without auth dependency — routes/decks.py:121
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_card_endpoint` without auth dependency — routes/browse.py:404
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:404 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_deck` without auth dependency — routes/decks.py:112
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:112 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_preset_category_override` without auth dependency — routes/decks.py:310
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:310 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_preset` without auth dependency — routes/decks.py:219
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:219 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `empty_trash` without auth dependency — routes/decks.py:184
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `purge_all_cards_from_trash_deck` without auth dependency — routes/decks.py:172
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:172 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `purge_card_from_trash_deck` without auth dependency — routes/decks.py:178
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `purge_deck` without auth dependency — routes/decks.py:139
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:139 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `purge_trashed_card` without auth dependency — routes/decks.py:166
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_entry_to_deck` without auth dependency — routes/browse.py:454
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:454 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ai_enrich_word` without auth dependency — routes/browse.py:278
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:278 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_regen_result` without auth dependency — routes/browse.py:257
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:257 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_bury` without auth dependency — routes/browse.py:413
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:413 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_delete` without auth dependency — routes/browse.py:427
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:427 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_move` without auth dependency — routes/browse.py:445
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:445 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_suspend` without auth dependency — routes/browse.py:420
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:420 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bury_card_endpoint` without auth dependency — routes/browse.py:397
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:397 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bury_card` without auth dependency — routes/review.py:314
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/review.py:314 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_deck` without auth dependency — routes/decks.py:99
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_preset` without auth dependency — routes/decks.py:209
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:209 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_from_directory` without auth dependency — routes/imports.py:92
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/imports.py:92 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `leech_card_endpoint` without auth dependency — routes/browse.py:385
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:385 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `log_ui_action` without auth dependency — main.py:224
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
main.py:224 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `move_card` without auth dependency — routes/browse.py:434
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:434 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preload_session` without auth dependency — routes/story.py:443
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/story.py:443 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preload` without auth dependency — routes/story.py:434
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/story.py:434 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_import` without auth dependency — routes/imports.py:15
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/imports.py:15 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `quick_add_word` without auth dependency — routes/imports.py:168
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/imports.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `regenerate_hanzi_info` without auth dependency — routes/browse.py:324
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:324 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `regenerate_story` without auth dependency — routes/story.py:229
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/story.py:229 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `regenerate_word_fields` without auth dependency — routes/browse.py:223
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:223 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_card_endpoint` without auth dependency — routes/browse.py:392
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:392 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_server` without auth dependency — main.py:229
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
main.py:229 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore_deck` without auth dependency — routes/decks.py:133
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore_trashed_card` without auth dependency — routes/decks.py:160
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:160 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `session_timelines` without auth dependency — routes/review.py:336
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/review.py:336 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_deck_preset_as_default` without auth dependency — routes/decks.py:273
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:273 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `speak_multi` without auth dependency — routes/story.py:414
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/story.py:414 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `speak_stop` without auth dependency — routes/story.py:428
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/story.py:428 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `speak` without auth dependency — routes/story.py:405
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/story.py:405 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_review` without auth dependency — routes/review.py:99
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/review.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_bury_siblings` without auth dependency — routes/decks.py:249
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:249 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_category_suspension` without auth dependency — routes/decks.py:150
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:150 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_creating_suspension` without auth dependency — routes/decks.py:145
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_deck_all_suspension` without auth dependency — routes/decks.py:155
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_new_review_order` without auth dependency — routes/decks.py:261
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:261 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_suspend` without auth dependency — routes/browse.py:380
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:380 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_import` without auth dependency — routes/browse.py:16
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:16 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unbury_card` without auth dependency — routes/review.py:320
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/review.py:320 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `undo_review` without auth dependency — routes/review.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/review.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_import` without auth dependency — routes/imports.py:22
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/imports.py:22 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `assign_preset_to_deck` without auth dependency — routes/decks.py:243
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:243 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_preset_category_override` without auth dependency — routes/decks.py:300
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:300 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_deck_preset` without auth dependency — routes/decks.py:235
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:235 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_deck` without auth dependency — routes/decks.py:193
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/decks.py:193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_hanzi` without auth dependency — routes/browse.py:348
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:348 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_word` without auth dependency — routes/browse.py:29
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routes/browse.py:29 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — static/app.js:693
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.local.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.local.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/commit-commands/commands/clean_gone.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/commit-commands/commands/clean_gone.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/commit-commands/commands/commit-push-pr.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/commit-commands/commands/commit-push-pr.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/commit-commands/commands/commit.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/commit-commands/commands/commit.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/skill-creator/skills/skill-creator/agents/comparator.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/skill-creator/skills/skill-creator/agents/comparator.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/skill-creator/skills/skill-creator/references/schemas.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/skill-creator/skills/skill-creator/references/schemas.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/skill-creator/skills/skill-creator/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/skill-creator/skills/skill-creator/SKILL.md VerificationClaude instruction
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 'direct_innerhtml_assignment' in .claude/skills/skill-creator/skills/skill-creator/assets/eval_review.html:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/skill-creator/skills/skill-creator/assets/eval_review.html:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/skill-creator/skills/skill-creator/eval-viewer/viewer.html:766
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/skill-creator/skills/skill-creator/eval-viewer/viewer.html:766 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/app.js:241
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/app.js:241 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in static/app.js:3798
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
static/app.js:3798 Insert adjacent html
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — .claude/skills/skill-creator/skills/skill-creator/scripts/run_eval.py:85
`subprocess.Popen(...)` 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 — tts.py:224
`subprocess.Popen(...)` 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
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 91 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 GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ci.yml:17 CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — static/app.js:2057
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
4 tests / 37 src (ratio 0.11).
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: tts.py:preload_all_async, tts.py:preload 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.
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: database/browse.py:bulk_bury_cards_by_words, database/browse.py:bulk_suspend_cards_by_words, database/browse.py:bulk_move_cards_by_words This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene)…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_card
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
database/browse.py:164
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/skills/skill-creator/skills/skill-creator/eval-viewer/generate_review.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/skills/skill-creator/skills/skill-creator/eval-viewer/generate_review.py:361
low System graph software Dead code conf 1.00 Possibly dead Python function: import_kouyu_yaml
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
importer.py:91
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/skills/skill-creator/skills/skill-creator/eval-viewer/generate_review.py:382
low System graph software Dead code conf 1.00 Possibly dead Python function: run_single_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/skills/skill-creator/skills/skill-creator/scripts/run_eval.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: toggle_deck_creating_suspension
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
database/cards.py:1036
low System graph software Dead code conf 1.00 Possibly dead Python function: translate_zh_en
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
translator.py:64
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — static/app.js:3881
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/decks/{deck_id}
`routes/decks.py` declares `DELETE /api/decks/{deck_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/decks/{deck_id}/cards
`routes/decks.py` declares `DELETE /api/decks/{deck_id}/cards` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/presets/{preset_id}
`routes/decks.py` declares `DELETE /api/presets/{preset_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/presets/{preset_id}/categories/{category}
`routes/decks.py` declares `DELETE /api/presets/{preset_id}/categories/{category}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/trash
`routes/decks.py` declares `DELETE /api/trash` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/trash/cards/{card_id}
`routes/decks.py` declares `DELETE /api/trash/cards/{card_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/trash/{deck_id}
`routes/decks.py` declares `DELETE /api/trash/{deck_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/trash/{deck_id}/cards
`routes/decks.py` declares `DELETE /api/trash/{deck_id}/cards` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/trash/{deck_id}/cards/{card_id}
`routes/decks.py` declares `DELETE /api/trash/{deck_id}/cards/{card_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`main.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/browse-words
`routes/browse.py` declares `GET /api/browse-words` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/cards/{card_id}/calendar
`routes/review.py` declares `GET /api/cards/{card_id}/calendar` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/cards/{card_id}/timeline
`routes/review.py` declares `GET /api/cards/{card_id}/timeline` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/decks/{deck_id}/preset
`routes/decks.py` declares `GET /api/decks/{deck_id}/preset` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hanzi
`routes/browse.py` declares `GET /api/hanzi` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/hanzi/{char_id}
`routes/browse.py` declares `GET /api/hanzi/{char_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/presets
`routes/decks.py` declares `GET /api/presets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/presets/{preset_id}/categories
`routes/decks.py` declares `GET /api/presets/{preset_id}/categories` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/presets/{preset_id}/categories/{category}
`routes/decks.py` declares `GET /api/presets/{preset_id}/categories/{category}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/today-mixed/{deck_id}
`routes/review.py` declares `GET /api/today-mixed/{deck_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/today-unfinished
`routes/review.py` declares `GET /api/today-unfinished` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/today-unfinished-decks
`routes/review.py` declares `GET /api/today-unfinished-decks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/today/{deck_id}/{category}
`routes/review.py` declares `GET /api/today/{deck_id}/{category}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/trash
`routes/decks.py` declares `GET /api/trash` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/words/random
`routes/browse.py` declares `GET /api/words/random` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/cards/{card_id}/bury
`routes/review.py` declares `POST /api/cards/{card_id}/bury` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/cards/{card_id}/unbury
`routes/review.py` declares `POST /api/cards/{card_id}/unbury` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/decks
`routes/decks.py` declares `POST /api/decks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/decks/{deck_id}/categories/{category}/toggle-suspension
`routes/decks.py` declares `POST /api/decks/{deck_id}/categories/{category}/toggle-suspension` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/decks/{deck_id}/creating/toggle-suspension
`routes/decks.py` declares `POST /api/decks/{deck_id}/creating/toggle-suspension` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/decks/{deck_id}/preset/set-default
`routes/decks.py` declares `POST /api/decks/{deck_id}/preset/set-default` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/decks/{deck_id}/preset/toggle-bury
`routes/decks.py` declares `POST /api/decks/{deck_id}/preset/toggle-bury` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/decks/{deck_id}/preset/toggle-mix
`routes/decks.py` declares `POST /api/decks/{deck_id}/preset/toggle-mix` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/decks/{deck_id}/toggle-all-suspension
`routes/decks.py` declares `POST /api/decks/{deck_id}/toggle-all-suspension` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/import
`routes/browse.py` declares `POST /api/import` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/presets
`routes/decks.py` declares `POST /api/presets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/quick-add-word
`routes/imports.py` declares `POST /api/quick-add-word` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review
`routes/review.py` declares `POST /api/review` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review/undo
`routes/review.py` declares `POST /api/review/undo` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/session-timelines
`routes/review.py` declares `POST /api/session-timelines` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/trash/cards/{card_id}/restore
`routes/decks.py` declares `POST /api/trash/cards/{card_id}/restore` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/trash/{deck_id}/restore
`routes/decks.py` declares `POST /api/trash/{deck_id}/restore` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/word/{word_id}/ai-enrich
`routes/browse.py` declares `POST /api/word/{word_id}/ai-enrich` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/word/{word_id}/apply-regen-result
`routes/browse.py` declares `POST /api/word/{word_id}/apply-regen-result` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/word/{word_id}/regenerate-fields
`routes/browse.py` declares `POST /api/word/{word_id}/regenerate-fields` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/decks/{deck_id}
`routes/decks.py` declares `PUT /api/decks/{deck_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/decks/{deck_id}/preset
`routes/decks.py` declares `PUT /api/decks/{deck_id}/preset` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/decks/{deck_id}/preset/assign
`routes/decks.py` declares `PUT /api/decks/{deck_id}/preset/assign` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/presets/{preset_id}/categories/{category}
`routes/decks.py` declares `PUT /api/presets/{preset_id}/categories/{category}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/word/{word_id}
`routes/browse.py` declares `PUT /api/word/{word_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: database/cards.py (1661 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/app.js (7815 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/2fd3ff9e-f687-488b-a7e1-09429efad272/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2fd3ff9e-f687-488b-a7e1-09429efad272/

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.