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.

terryma2024/happyword

https://github.com/terryma2024/happyword · scanned 2026-06-16 00:32 UTC (2 months, 2 weeks ago)

269 raw signals (0 security + 269 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 245 actionable findings from 1 signal source. 24 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 54.9/100 with 100.0% coverage. It contains 4820 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 269 findings — concentrated in security (107), quality (70), api (50). Risk profile is high: 1 critical, 101 high, 19 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

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

critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in server/app/services/alipay_oauth_service.py:133
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
server/app/services/alipay_oauth_service.py:133 Private key in repo
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: plugins/the1-cocos-codex-agent/skills/cocos-backend-integrator/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
plugins/the1-cocos-codex-agent/skills/cocos-backend-integrator/SKILL.md:363 SecretsSkill file
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: plugins/the1-cocos-codex-agent/skills/cocos-platform-integrator/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
plugins/the1-cocos-codex-agent/skills/cocos-platform-integrator/SKILL.md:645 SecretsSkill file
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: plugins/the1-cocos-codex-agent/skills/cocos-security-expert/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
plugins/the1-cocos-codex-agent/skills/cocos-security-expert/SKILL.md:319 SecretsSkill file
high System graph security auth conf 1.00 FastAPI DELETE `delete_audio` without auth dependency — server/app/routers/admin_assets.py:145
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_assets.py:145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_category` without auth dependency — server/app/routers/admin_categories.py:103
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_categories.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_illustration` without auth dependency — server/app/routers/admin_assets.py:92
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_assets.py:92 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `soft_delete_word` without auth dependency — server/app/routers/admin_words.py:144
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_words.py:144 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `admin_patch_draft` without auth dependency — server/mock_ui_server.py:616
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:616 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_draft` without auth dependency — server/app/routers/admin_drafts.py:208
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_drafts.py:208 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_lesson_draft` without auth dependency — server/app/routers/family_lessons.py:192
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/family_lessons.py:192 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_approve_draft` without auth dependency — server/mock_ui_server.py:641
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:641 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_device_restore_post` without auth dependency — server/app/routers/admin_pages.py:834
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:834 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_device_revoke_post` without auth dependency — server/app/routers/admin_pages.py:789
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:789 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_family_copy_to_family_post` without auth dependency — server/app/routers/admin_pages.py:1807
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1807 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_family_copy_to_global_post` without auth dependency — server/app/routers/admin_pages.py:1778
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1778 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_family_delete_post` without auth dependency — server/app/routers/admin_pages.py:1753
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1753 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_family_rollback_post` without auth dependency — server/app/routers/admin_pages.py:1728
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1728 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_family_unarchive_post` without auth dependency — server/app/routers/admin_pages.py:1703
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1703 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_feedback_delete` without auth dependency — server/app/routers/admin_pages.py:609
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:609 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_feedback_reply` without auth dependency — server/app/routers/admin_pages.py:577
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:577 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_cover_generate_post` without auth dependency — server/app/routers/admin_pages.py:1257
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1257 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_create_post` without auth dependency — server/app/routers/admin_pages.py:894
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:894 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_delete_definition_post` without auth dependency — server/app/routers/admin_pages.py:1362
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1362 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_detail_import_image_post` without auth dependency — server/app/routers/admin_pages.py:1088
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1088 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_draft_create_post` without auth dependency — server/app/routers/admin_pages.py:1394
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1394 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_draft_delete_post` without auth dependency — server/app/routers/admin_pages.py:1542
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1542 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_draft_save_post` without auth dependency — server/app/routers/admin_pages.py:1499
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1499 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_draft_split_post` without auth dependency — server/app/routers/admin_pages.py:1568
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1568 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_import_image_post` without auth dependency — server/app/routers/admin_pages.py:925
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:925 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_metadata_post` without auth dependency — server/app/routers/admin_pages.py:1167
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1167 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_publish_definition_post` without auth dependency — server/app/routers/admin_pages.py:1298
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1298 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_rollback_definition_post` without auth dependency — server/app/routers/admin_pages.py:1330
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1330 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_pack_story_generate_post` without auth dependency — server/app/routers/admin_pages.py:1207
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_publish_post` without auth dependency — server/app/routers/admin_pages.py:1011
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1011 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_global_rollback_post` without auth dependency — server/app/routers/admin_pages.py:1032
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:1032 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_import_lesson` without auth dependency — server/mock_ui_server.py:694
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:694 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_login_post` without auth dependency — server/app/routers/admin_pages.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.
server/app/routers/admin_pages.py:327 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_logout` without auth dependency — server/app/routers/admin_pages.py:365
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:365 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_parent_restore` without auth dependency — server/app/routers/admin_pages.py:710
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:710 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_parent_suspend` without auth dependency — server/app/routers/admin_pages.py:685
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:685 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_publish_pack` without auth dependency — server/mock_ui_server.py:548
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:548 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_reject_draft` without auth dependency — server/mock_ui_server.py:674
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:674 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_system_config_image_provider_post` without auth dependency — server/app/routers/admin_pages.py:484
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:484 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_system_config_image_provider_test_post` without auth dependency — server/app/routers/admin_pages.py:522
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:522 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_system_config_llm_provider_post` without auth dependency — server/app/routers/admin_pages.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.
server/app/routers/admin_pages.py:413 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_system_config_llm_provider_test_post` without auth dependency — server/app/routers/admin_pages.py:451
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_pages.py:451 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_draft` without auth dependency — server/app/routers/admin_drafts.py:220
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_drafts.py:220 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_lesson` without auth dependency — server/app/routers/family_lessons.py:206
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/family_lessons.py:206 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `child_create_redemption` without auth dependency — server/mock_ui_server.py:1009
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:1009 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `child_sync_word_stats` without auth dependency — server/mock_ui_server.py:948
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:948 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `child_unbind` without auth dependency — server/mock_ui_server.py:766
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:766 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `child_wishlist_sync_custom` without auth dependency — server/mock_ui_server.py:998
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:998 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_category` without auth dependency — server/app/routers/admin_categories.py:60
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_categories.py:60 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_pack_page` without auth dependency — server/app/routers/parent_packs_pages.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.
server/app/routers/parent_packs_pages.py:223 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_word` without auth dependency — server/app/routers/admin_words.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_words.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete_pack_page` without auth dependency — server/app/routers/parent_packs_pages.py:375
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:375 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_add_custom_word` without auth dependency — server/app/routers/parent_packs_pages.py:588
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:588 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_batch_delete_words` without auth dependency — server/app/routers/parent_packs_pages.py:677
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:677 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_batch_json` without auth dependency — server/app/routers/parent_packs_pages.py:761
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:761 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_delete_word` without auth dependency — server/app/routers/parent_packs_pages.py:654
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:654 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_edit_submit` without auth dependency — server/app/routers/parent_packs_pages.py:852
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:852 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_split_words` without auth dependency — server/app/routers/parent_packs_pages.py:708
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:708 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_pending` without auth dependency — server/app/routers/admin_cron.py:166
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_cron.py:166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_distractors_endpoint` without auth dependency — server/app/routers/admin_drafts.py:120
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_drafts.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_example_endpoint` without auth dependency — server/app/routers/admin_drafts.py:130
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_drafts.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_pack_cover_page` without auth dependency — server/app/routers/parent_packs_pages.py:335
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:335 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_pack_story_page` without auth dependency — server/app/routers/parent_packs_pages.py:290
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:290 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_image_submit` without auth dependency — server/app/routers/parent_packs_pages.py:424
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_lesson` without auth dependency — server/app/routers/family_lessons.py:79
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/family_lessons.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pair_redeem` without auth dependency — server/mock_ui_server.py:739
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:739 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_logout_form` without auth dependency — server/app/routers/parent_pages.py:590
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_pages.py:590 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_logout` without auth dependency — server/app/routers/parent_auth.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.
server/app/routers/parent_auth.py:224 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_oauth_bind_email_request_code` without auth dependency — server/app/routers/parent_pages.py:256
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_pages.py:256 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_oauth_bind_email_verify_code` without auth dependency — server/app/routers/parent_pages.py:299
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_pages.py:299 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_password_login_form` without auth dependency — server/app/routers/parent_pages.py:527
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_pages.py:527 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_password_login` without auth dependency — server/app/routers/parent_auth.py:68
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_auth.py:68 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_request_code_form` without auth dependency — server/app/routers/parent_pages.py:421
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_pages.py:421 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_request_code` without auth dependency — server/app/routers/parent_auth.py:114
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_auth.py:114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_unbind` without auth dependency — server/app/routers/child_wishlist.py:185
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/child_wishlist.py:185 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_verify_code_form` without auth dependency — server/app/routers/parent_pages.py:448
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_pages.py:448 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_verify_code` without auth dependency — server/app/routers/parent_auth.py:146
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_auth.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_pack_endpoint` without auth dependency — server/app/routers/admin_packs.py:88
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_packs.py:88 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_page` without auth dependency — server/app/routers/parent_packs_pages.py:516
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:516 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_draft` without auth dependency — server/app/routers/admin_drafts.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.
server/app/routers/admin_drafts.py:249 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_lesson` without auth dependency — server/app/routers/family_lessons.py:258
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/family_lessons.py:258 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rollback_pack_endpoint` without auth dependency — server/app/routers/admin_packs.py:105
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_packs.py:105 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rollback_pack_page` without auth dependency — server/app/routers/parent_packs_pages.py:562
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:562 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `scan_words` without auth dependency — server/app/routers/admin_llm.py:31
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_llm.py:31 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_redemption` without auth dependency — server/app/routers/child_wishlist.py:110
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/child_wishlist.py:110 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_checkins` without auth dependency — server/app/routers/child_checkins.py:20
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/child_checkins.py:20 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_custom` without auth dependency — server/app/routers/child_wishlist.py:89
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/child_wishlist.py:89 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_word_stats` without auth dependency — server/app/routers/child_word_stats.py:40
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/child_word_stats.py:40 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_pack_metadata_page` without auth dependency — server/app/routers/parent_packs_pages.py:245
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/parent_packs_pages.py:245 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_audio` without auth dependency — server/app/routers/admin_assets.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_assets.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_illustration` without auth dependency — server/app/routers/admin_assets.py:51
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_assets.py:51 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `admin_patch_draft` without auth dependency — server/mock_ui_server.py:617
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:617 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `child_profile_put` without auth dependency — server/mock_ui_server.py:803
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/mock_ui_server.py:803 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `patch_lesson_draft` without auth dependency — server/app/routers/family_lessons.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.
server/app/routers/family_lessons.py:193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_self_profile` without auth dependency — server/app/routers/child_profile.py:34
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/child_profile.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_category` without auth dependency — server/app/routers/admin_categories.py:83
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_categories.py:83 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_word` without auth dependency — server/app/routers/admin_words.py:125
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server/app/routers/admin_words.py:125 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/recraft/generate-v4-vector.mjs:111
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/skills/recraft-v4-vector/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.
.cursor/skills/recraft-v4-vector/SKILL.md VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/skills/safe-command-policy/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.
.cursor/skills/safe-command-policy/SKILL.md VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/skills/vercel-prune-deployments/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.
.cursor/skills/vercel-prune-deployments/SKILL.md VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/skills/vercel-trigger-cron/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.
.cursor/skills/vercel-trigger-cron/SKILL.md VerificationCursor rule
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .cursor/skills/safe-command-policy/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.cursor/skills/safe-command-policy/SKILL.md:15 Supply chainCursor rule
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: server/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/[email protected] can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 2 locations
.github/workflows/server-ci.yml:39
.github/workflows/server-cloudbase-cd.yml:54
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .github/workflows/server-cd.yml:98
Found a known-risky pattern (node_child_process). Review and replace if possible.
.github/workflows/server-cd.yml:98 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .github/workflows/server-ci.yml:277
Found a known-risky pattern (node_child_process). Review and replace if possible.
.github/workflows/server-ci.yml:277 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .github/workflows/server-cloudbase-cd.yml:191
Found a known-risky pattern (node_child_process). Review and replace if possible.
.github/workflows/server-cloudbase-cd.yml:191 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/recraft/svg-to-png.mjs:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/recraft/svg-to-png.mjs:11 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/capture_harmony_screenshots.py:52
`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 — tools/gap_detector/runners/commands.py:66
`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 — tools/parity_scout/doctor.py:83
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 58 placeholder/mock markers across 12 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 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 118 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.
Dockerfile:1 containersPinned dependencies
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.
server/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 7 locations
.github/workflows/server-ci.yml:31, 34, 53 (3 hits)
.github/workflows/server-cloudbase-cd.yml:44, 48, 66 (3 hits)
.github/workflows/server-cd.yml:41
CI/CD securitySupply chainGithub actions
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: server/mock_ui_server.py:admin_approve_draft, server/mock_ui_server.py:admin_reject_draft 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.
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: server/mock_ui_server.py:child_sync_word_stats, server/mock_ui_server.py:child_wishlist_sync_custom, server/mock_ui_server.py:child_create_redemption This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: server/mock_ui_server.py:child_me, server/mock_ui_server.py:child_pull_word_stats, server/mock_ui_server.py:child_wishlist, server/mock_ui_server.py:child_list_redemptions This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos —…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `admin_family_pack_copy` in server/app/services/admin_console_service.py:514
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 `admin_family_pack_copy` in server/tests/test_admin_pages.py:546
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 `fake_old` in server/tests/test_e2e_drop_old_pr_dbs.py:55
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 `gpk_split_copy` in server/app/routers/admin_pages.py:150
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 `publish_v1` in server/tests/e2e/test_parent_family_pack_e2e.py:150
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 `refreshed_old` in server/tests/test_redemption_flow.py:316
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 `schema_v1` in server/app/services/pack_service.py:196
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_admin_split_global_draft_copy` in server/tests/test_admin_global_pack_router.py:273
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_pack_with_distractors_is_schema_v2` in server/tests/test_pack_schema_v2.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_pack_with_no_category_rows_stays_at_v1` in server/tests/test_pack_schema_v4.py:113
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_pending_token_marked_expired_by_expire_old` in server/tests/test_pair_flow.py:290
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 `words_v1` in server/app/services/parent_report_service.py:329
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 `words_v1` in server/mock_ui_server.py:78
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `words_v1` in server/scripts/e2e_reset_db.py:72
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 `words_v1` in server/scripts/seed_from_rawfile.py:3
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: current_admin_user
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/deps.py:49
low System graph software Dead code conf 1.00 Possibly dead Python function: current_device_binding
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/deps.py:182
low System graph software Dead code conf 1.00 Possibly dead Python function: current_parent_user
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/deps.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: current_user
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/deps.py:19
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_feedback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/feedback_service.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: effective_lesson_provider_missing_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/llm_providers.py:200
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_json_payload_with_responses_provider
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/llm_providers.py:718
low System graph software Dead code conf 1.00 Possibly dead Python function: finish_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/oauth_redirect_urls.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: format_audit_timestamp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/admin_console_overview_service.py:61
low System graph software Dead code conf 1.00 Possibly dead Python function: is_selected_lesson_provider_configured
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/llm_providers.py:153
low System graph software Dead code conf 1.00 Possibly dead Python function: preview_alipay_callback_url
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/alipay_oauth_service.py:254
low System graph software Dead code conf 1.00 Possibly dead Python function: preview_wechat_callback_url
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/wechat_oauth_service.py:102
low System graph software Dead code conf 1.00 Possibly dead Python function: selected_lesson_provider_missing_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server/app/services/llm_providers.py:191
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_battle_result
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:323
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_bound_device_if_any
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:441
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_codex
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:330
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_config_and_pack
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:358
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_dev_menu_and_bypass
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:455
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_home
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:320
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_learning_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:342
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_parent_admin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:410
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_parent_pin_surface
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:374
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_scan_binding
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:389
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_today_plan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:337
low System graph software Dead code conf 1.00 Possibly dead Python function: shot_wishlist_history
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/capture_harmony_screenshots.py:350
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 — cocos/native/engine/harmonyos-next/entry/src/main/ets/common/Eventify.ts:145
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 — harmonyos/entry/src/main/ets/cocosvendor/common/Eventify.ts:145
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: GET /
`server/app/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 /__mock_state__
`server/mock_ui_server.py` declares `GET /__mock_state__` 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/v1/admin/stats
`server/mock_ui_server.py` declares `GET /api/v1/admin/stats` 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/v1/family/_/family-packs/latest.json
`server/mock_ui_server.py` declares `GET /api/v1/family/_/family-packs/latest.json` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/family/_/packs/latest.json
`server/mock_ui_server.py` declares `GET /api/v1/family/_/packs/latest.json` 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/v1/family/{family_id}/family-packs/latest.json
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/family-packs/latest.json` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/family/{family_id}/lesson-drafts
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/lesson-drafts` 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: GET /api/v1/family/{family_id}/lesson-drafts/{draft_id}
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/lesson-drafts/{draft_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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/family/{family_id}/me
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/me` 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/v1/family/{family_id}/packs/latest.json
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/packs/latest.json` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/family/{family_id}/redemption-requests
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/redemption-requests` 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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/family/{family_id}/redemption-requests/poll
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/redemption-requests/poll` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/family/{family_id}/wishlist
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/wishlist` 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/v1/family/{family_id}/word-stats
`server/mock_ui_server.py` declares `GET /api/v1/family/{family_id}/word-stats` 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/v1/public/global-packs/latest.json
`server/mock_ui_server.py` declares `GET /api/v1/public/global-packs/latest.json` 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: GET /api/v1/public/health
`server/mock_ui_server.py` declares `GET /api/v1/public/health` 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/v1/public/packs/latest.json
`server/mock_ui_server.py` declares `GET /api/v1/public/packs/latest.json` 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 /devices
`server/app/routers/admin_pages.py` declares `GET /devices` 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 /devices/{binding_id}/restore
`server/app/routers/admin_pages.py` declares `GET /devices/{binding_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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /devices/{binding_id}/revoke
`server/app/routers/admin_pages.py` declares `GET /devices/{binding_id}/revoke` 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 /feedback
`server/app/routers/admin_pages.py` declares `GET /feedback` 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 /global-packs
`server/app/routers/admin_pages.py` declares `GET /global-packs` 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 /login
`server/app/routers/admin_pages.py` declares `GET /login` 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 /parents
`server/app/routers/admin_pages.py` declares `GET /parents` 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 /parents/{username}
`server/app/routers/admin_pages.py` declares `GET /parents/{username}` 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 /system-config
`server/app/routers/admin_pages.py` declares `GET /system-config` 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: PATCH /api/v1/family/{family_id}/lesson-drafts/{draft_id}
`server/mock_ui_server.py` declares `PATCH /api/v1/family/{family_id}/lesson-drafts/{draft_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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/admin/packs/publish
`server/mock_ui_server.py` declares `POST /api/v1/admin/packs/publish` 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/v1/family/{family_id}/lesson-drafts/{draft_id}/approve
`server/mock_ui_server.py` declares `POST /api/v1/family/{family_id}/lesson-drafts/{draft_id}/approve` 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 docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/family/{family_id}/lesson-drafts/{draft_id}/reject
`server/mock_ui_server.py` declares `POST /api/v1/family/{family_id}/lesson-drafts/{draft_id}/reject` 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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/family/{family_id}/lessons/import
`server/mock_ui_server.py` declares `POST /api/v1/family/{family_id}/lessons/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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/family/{family_id}/redemption-requests
`server/mock_ui_server.py` declares `POST /api/v1/family/{family_id}/redemption-requests` 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 c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/family/{family_id}/unbind
`server/mock_ui_server.py` declares `POST /api/v1/family/{family_id}/unbind` 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/v1/family/{family_id}/wishlist/sync-custom
`server/mock_ui_server.py` declares `POST /api/v1/family/{family_id}/wishlist/sync-custom` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/family/{family_id}/word-stats/sync
`server/mock_ui_server.py` declares `POST /api/v1/family/{family_id}/word-stats/sync` 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 consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/public/pair/redeem
`server/mock_ui_server.py` declares `POST /api/v1/public/pair/redeem` 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 /devices/{binding_id}/restore
`server/app/routers/admin_pages.py` declares `POST /devices/{binding_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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /devices/{binding_id}/revoke
`server/app/routers/admin_pages.py` declares `POST /devices/{binding_id}/revoke` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /feedback/{feedback_id}/delete
`server/app/routers/admin_pages.py` declares `POST /feedback/{feedback_id}/delete` 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 /feedback/{feedback_id}/reply
`server/app/routers/admin_pages.py` declares `POST /feedback/{feedback_id}/reply` 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 /login
`server/app/routers/admin_pages.py` declares `POST /login` 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 /logout
`server/app/routers/admin_pages.py` declares `POST /logout` 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 /parents/{username}/restore
`server/app/routers/admin_pages.py` declares `POST /parents/{username}/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 /parents/{username}/suspend
`server/app/routers/admin_pages.py` declares `POST /parents/{username}/suspend` 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 /system-config/image-provider
`server/app/routers/admin_pages.py` declares `POST /system-config/image-provider` 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 /system-config/image-provider/test
`server/app/routers/admin_pages.py` declares `POST /system-config/image-provider/test` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /system-config/llm-provider
`server/app/routers/admin_pages.py` declares `POST /system-config/llm-provider` 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 /system-config/llm-provider/test
`server/app/routers/admin_pages.py` declares `POST /system-config/llm-provider/test` 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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/family/{family_id}/lesson-drafts/{draft_id}
`server/mock_ui_server.py` declares `PUT /api/v1/family/{family_id}/lesson-drafts/{draft_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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/family/{family_id}/profile
`server/mock_ui_server.py` declares `PUT /api/v1/family/{family_id}/profile` 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: server/app/routers/admin_pages.py (1865 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: server/tests/test_admin_pages.py (1409 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/8a366f20-6ec4-4b89-82e9-b8c8ebb444d8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8a366f20-6ec4-4b89-82e9-b8c8ebb444d8/

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.