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.

robjohncolson/apstats-live-worksheet

https://github.com/robjohncolson/apstats-live-worksheet · scanned 2026-06-15 23:54 UTC (2 months, 3 weeks ago)

346 raw signals (0 security + 346 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 342 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 59.7/100 with 88.9% coverage. It contains 4634 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 346 findings — concentrated in quality (173), security (113), api (51). Risk profile is high: 3 critical, 12 high, 117 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 218 of 342 actionable findings. 346 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 Secrets conf 1.00 Possible secret in roster-server/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
roster-server/README.md:447
critical System graph security Secrets conf 1.00 Possible secret in scripts/teacher-roster.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/teacher-roster.mjs:531
critical System graph security Secrets conf 1.00 Possible secret in teacher-roster-console.html
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
teacher-roster-console.html:599
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.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.
CLAUDE.md:248 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/audio/transcriptions (video-ingest-whisper.mjs:540)
`video-ingest-whisper.mjs:540` calls `POST https://api.openai.com/v1/audio/transcriptions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/audio/transcriptions` If this points at an external …
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'eval_used' in tools/cdp/edge.py:369
Found a known-risky pattern (eval_used). Review and replace if possible.
tools/cdp/edge.py:369 Eval used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in lib/dag-topology-builder.mjs:39
Found a known-risky pattern (new_function_used). Review and replace if possible.
lib/dag-topology-builder.mjs:39 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in lib/html5-qrcode.min.js:1
Found a known-risky pattern (new_function_used). Review and replace if possible.
lib/html5-qrcode.min.js:1 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in lib/question-lo-tagger.mjs:108
Found a known-risky pattern (new_function_used). Review and replace if possible.
lib/question-lo-tagger.mjs:108 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in lib/validate-dag-topology.mjs:7
Found a known-risky pattern (new_function_used). Review and replace if possible.
lib/validate-dag-topology.mjs:7 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in scripts/audit-question-context.mjs:113
Found a known-risky pattern (new_function_used). Review and replace if possible.
scripts/audit-question-context.mjs:113 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in scripts/audit-skill-tagging.mjs:251
Found a known-risky pattern (new_function_used). Review and replace if possible.
scripts/audit-skill-tagging.mjs:251 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in scripts/build-answer-key.mjs:45
Found a known-risky pattern (new_function_used). Review and replace if possible.
scripts/build-answer-key.mjs:45 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in scripts/build-skill-map.mjs:216
Found a known-risky pattern (new_function_used). Review and replace if possible.
scripts/build-skill-map.mjs:216 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in scripts/disambiguate-skills.mjs:203
Found a known-risky pattern (new_function_used). Review and replace if possible.
scripts/disambiguate-skills.mjs:203 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — gradebook-client.js:220
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — railway_client.js:358
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ti84-trainer-v2/bridge.js:417
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ti84-trainer-v2/wasm/WebCEmu.js:9
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/level-editor-render.js:164
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/sprite-regions.js:2
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — video-ingest-whisper.mjs:540
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — video-ingest.mjs:85
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.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.json VerificationClaude instruction
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/gitnexus/gitnexus-debugging/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/gitnexus/gitnexus-debugging/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gitnexus/gitnexus-exploring/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/gitnexus/gitnexus-exploring/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/gitnexus/gitnexus-guide/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/gitnexus/gitnexus-guide/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
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 'cors_wildcard' in CLAUDE.md:175
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
CLAUDE.md:175 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in roster-server/server.js:53
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
roster-server/server.js:53 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ap_stats_roadmap_square_mode.html:5035
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ap_stats_roadmap_square_mode.html:5035 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in classroom-board.js:4086
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
classroom-board.js:4086 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in edgar_u6_conceptual_driller_live.html:1695
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
edgar_u6_conceptual_driller_live.html:1695 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/html5-qrcode.min.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/html5-qrcode.min.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lib/qrcode.min.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lib/qrcode.min.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mit_ocw_6.0001_lec1_live.html:830
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mit_ocw_6.0001_lec1_live.html:830 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mit_ocw_6.0001_lec2_live.html:870
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mit_ocw_6.0001_lec2_live.html:870 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in roster-prefill.js:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
roster-prefill.js:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/ti84-trainer-runtime.js:1259
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/ti84-trainer-runtime.js:1259 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/wire-ai-worksheet-grade.mjs:403
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/wire-ai-worksheet-grade.mjs:403 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/wire-reflection-persistence.mjs:100
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/wire-reflection-persistence.mjs:100 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in start-here.html:837
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
start-here.html:837 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in study_guide_diagnostic.html:2294
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
study_guide_diagnostic.html:2294 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in teacher-classroom.html:1007
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
teacher-classroom.html:1007 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in teacher-code-generator.html:553
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
teacher-code-generator.html:553 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in teacher-dashboard.html:962
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
teacher-dashboard.html:962 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in teacher-guest-reconcile.html:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
teacher-guest-reconcile.html:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in teacher-roster-console.html:543
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
teacher-roster-console.html:543 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ti84-trainer-v2/app.js:3894
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ti84-trainer-v2/app.js:3894 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ti84-trainer-v2/standalone.html:12193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ti84-trainer-v2/standalone.html:12193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ti84-verify.html:258
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ti84-verify.html:258 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ti84_trainer.html:3189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ti84_trainer.html:3189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/level-editor-ui.js:679
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/level-editor-ui.js:679 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson10_live.html:867
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson10_live.html:867 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson1_live.html:983
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson1_live.html:983 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson2_live.html:1026
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson2_live.html:1026 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson3_live.html:1031
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson3_live.html:1031 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson4_live.html:1072
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson4_live.html:1072 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson5_live.html:858
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson5_live.html:858 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson6_live.html:857
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson6_live.html:857 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson7_live.html:857
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson7_live.html:857 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson8_live.html:850
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson8_live.html:850 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u1_lesson9_live.html:854
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u1_lesson9_live.html:854 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson1_live.html:1025
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson1_live.html:1025 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson2_live.html:1042
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson2_live.html:1042 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson3_live.html:1049
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson3_live.html:1049 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson4_live.html:1036
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson4_live.html:1036 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson5_live.html:1014
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson5_live.html:1014 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson6_live.html:990
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson6_live.html:990 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson7_live.html:1007
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson7_live.html:1007 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson8_live.html:1062
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson8_live.html:1062 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u2_lesson9_live.html:1000
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u2_lesson9_live.html:1000 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u3_lesson1_live.html:962
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u3_lesson1_live.html:962 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u3_lesson2_live.html:1000
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u3_lesson2_live.html:1000 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u3_lesson3_live.html:1007
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u3_lesson3_live.html:1007 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u3_lesson4_live.html:990
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u3_lesson4_live.html:990 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u3_lesson5_live.html:1064
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u3_lesson5_live.html:1064 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u3_lesson6-7_live.html:1653
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u3_lesson6-7_live.html:1653 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u4_lesson1-2-3_live.html:1306
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u4_lesson1-2-3_live.html:1306 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u4_lesson1-2_live.html:1084
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u4_lesson1-2_live.html:1084 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u4_lesson10-12_live.html:1237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u4_lesson10-12_live.html:1237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u4_lesson3-4-5_live.html:1258
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u4_lesson3-4-5_live.html:1258 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u4_lesson6_live.html:919
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u4_lesson6_live.html:919 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u4_lesson7-8_live.html:1076
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u4_lesson7-8_live.html:1076 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u4_lesson9_live.html:1040
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u4_lesson9_live.html:1040 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u5_lesson1-2_live.html:1092
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u5_lesson1-2_live.html:1092 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u5_lesson3_live.html:1005
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u5_lesson3_live.html:1005 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u5_lesson4_live.html:975
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u5_lesson4_live.html:975 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u5_lesson5_live.html:1118
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u5_lesson5_live.html:1118 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u5_lesson6_live.html:1103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u5_lesson6_live.html:1103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u5_lesson7_live.html:1087
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u5_lesson7_live.html:1087 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u5_lesson8_live.html:1086
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u5_lesson8_live.html:1086 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson1-2_live.html:1163
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson1-2_live.html:1163 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson10_live.html:1070
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson10_live.html:1070 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson11_live.html:1126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson11_live.html:1126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson3_live.html:1154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson3_live.html:1154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson4_live.html:1066
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson4_live.html:1066 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson5_live.html:1086
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson5_live.html:1086 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson6_live.html:1056
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson6_live.html:1056 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson7_live.html:1032
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson7_live.html:1032 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson8_live.html:1085
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson8_live.html:1085 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u6_lesson9_live.html:1082
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u6_lesson9_live.html:1082 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson1_live.html:1041
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson1_live.html:1041 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson2_live.html:1066
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson2_live.html:1066 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson3_live.html:1093
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson3_live.html:1093 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson4_live.html:1064
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson4_live.html:1064 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson5_live.html:1140
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson5_live.html:1140 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson6_live.html:1072
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson6_live.html:1072 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson7_live.html:1122
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson7_live.html:1122 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson8_live.html:1068
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson8_live.html:1068 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u7_lesson9_live.html:1065
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u7_lesson9_live.html:1065 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u8_lesson1_live.html:1048
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u8_lesson1_live.html:1048 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u8_lesson2_live.html:1107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u8_lesson2_live.html:1107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u8_lesson3_live.html:1186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u8_lesson3_live.html:1186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u8_lesson4_live.html:1080
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u8_lesson4_live.html:1080 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u8_lesson5_live.html:1199
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u8_lesson5_live.html:1199 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u8_lesson6_live.html:1189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u8_lesson6_live.html:1189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u9_lesson1_live.html:1040
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u9_lesson1_live.html:1040 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u9_lesson2_live.html:1186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u9_lesson2_live.html:1186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u9_lesson3_live.html:1101
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u9_lesson3_live.html:1101 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u9_lesson4_live.html:1112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u9_lesson4_live.html:1112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in u9_lesson5_live.html:1140
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
u9_lesson5_live.html:1140 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in ap_stats_roadmap_square_mode.html:15765
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
ap_stats_roadmap_square_mode.html:15765 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in teacher-guest-reconcile.html:168
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
teacher-guest-reconcile.html:168 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/disambiguate-skills.mjs:66
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/disambiguate-skills.mjs:66 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in video-ingest-whisper.mjs:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
video-ingest-whisper.mjs:12 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/cdp/edge.py:125
`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 cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 62 placeholder/mock markers across 28 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 32 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANSWER_KEY_PATH`, `CC_TEST_CREDS`, `CC_TEST_PASSWORD`, `CODEX_JS`, `EDGE_EXE`, `LESSON_SCHEDULE_PATH`, `NODE_ENV`, `OPENAI_API_KEY` + 24 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 487 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 security security conf 1.00 Insecure pattern 'document_write' in ap_stats_roadmap_square_mode.html:11038
Found a known-risky pattern (document_write). Review and replace if possible.
ap_stats_roadmap_square_mode.html:11038 Document write
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 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: tools/schoology_ops.py:add_assignment_url, tools/schoology_ops.py:add_assignment This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: tools/schoology_sync_section.py:get_assignment, tools/schoology_sync_section.py:get_assignment, tools/schoology_sync_section.py:get_assignment This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hy…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: u9/animations_9_3.py:construct, u9/animations_9_3.py:construct, u9/animations_9_3.py:construct, u9/animations_9_3.py:construct This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolid…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `buildProbesLegacy` in tests/study-guide.test.js:181
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 `curriculum_render_v2` in scripts/audit-skill-tagging.mjs:243
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 `curriculum_render_v2` in scripts/build-answer-key.mjs:37
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 `curriculum_render_v2` in scripts/build-skill-map.mjs:208
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 `curriculum_render_v2` in scripts/disambiguate-skills.mjs:195
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 `desk_receipts_v1` in gradebook-client.js:65
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 `p_old` in ai-grading-prompts-u6-l8.js:94
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 `p_old` in ai-grading-prompts-u6-l9.js:91
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 `ti84trainer_state_v1` in scripts/ti84-trainer-runtime.js:4
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: construct
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
u9/animations_9_3.py:265
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — lib/chart.min.js:13
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
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 — lib/html5-qrcode.min.js:1
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 — railway_client.js:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — roster-server/receipts.js:94
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 — roster-server/server.js:364
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 — ti84-trainer-v2/native/event-bus.js:7
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 /roster/:studentId
`roster-server/server.js` declares `DELETE /roster/:studentId` 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 /class/blank/:itemId
`roster-server/class.js` declares `GET /class/blank/:itemId` 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 /class/grades
`roster-server/class.js` declares `GET /class/grades` 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 /class/mastery
`roster-server/class.js` declares `GET /class/mastery` 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 /donow
`roster-server/donow.js` declares `GET /donow` 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 /grade
`roster-server/grade.js` declares `GET /grade` 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 /mastery
`roster-server/mastery.js` declares `GET /mastery` 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 /receipts/issuer
`roster-server/receipts.js` declares `GET /receipts/issuer` 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 /remediation/list
`roster-server/remediation.js` declares `GET /remediation/list` 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 /remediation/student
`roster-server/remediation.js` declares `GET /remediation/student` 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 /remediation/unlocks
`roster-server/remediation.js` declares `GET /remediation/unlocks` 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 /rollup
`roster-server/rollup.js` declares `GET /rollup` 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 /roster/list
`roster-server/server.js` declares `GET /roster/list` 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 /roster/open-sections
`roster-server/server.js` declares `GET /roster/open-sections` 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 /roster/section/:section
`roster-server/server.js` declares `GET /roster/section/:section` 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 /student/lesson-unlocks
`roster-server/lesson-unlock.js` declares `GET /student/lesson-unlocks` 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 /student/nudge-history
`roster-server/nudge.js` declares `GET /student/nudge-history` 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 /teacher/nudge-history
`roster-server/nudge.js` declares `GET /teacher/nudge-history` 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 /teacher/student/:studentId/donow
`roster-server/teacher.js` declares `GET /teacher/student/:studentId/donow` 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 /teacher/student/:studentId/grade
`roster-server/teacher.js` declares `GET /teacher/student/:studentId/grade` 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 /teacher/student/:studentId/lesson-unlocks
`roster-server/lesson-unlock.js` declares `GET /teacher/student/:studentId/lesson-unlocks` 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: GET /teacher/student/:studentId/poll-archive
`roster-server/teacher.js` declares `GET /teacher/student/:studentId/poll-archive` 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 /teacher/student/:studentId/profile
`roster-server/teacher.js` declares `GET /teacher/student/:studentId/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 api Wiring conf 1.00 Unused endpoint: GET /teacher/student/:studentId/recent
`roster-server/teacher.js` declares `GET /teacher/student/:studentId/recent` 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 /trainer/leaderboard/:section/:deckId
`roster-server/trainer.js` declares `GET /trainer/leaderboard/:section/:deckId` 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 /trainer/section/:section/summary/:deckId
`roster-server/trainer.js` declares `GET /trainer/section/:section/summary/:deckId` 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 /trainer/state/:deckId
`roster-server/trainer.js` declares `GET /trainer/state/:deckId` 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 /transcript
`roster-server/transcript.js` declares `GET /transcript` 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 /roster/:studentId
`roster-server/server.js` declares `PATCH /roster/:studentId` 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 /roster/:studentId/schoology-uid
`roster-server/server.js` declares `PATCH /roster/:studentId/schoology-uid` 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 /roster/:studentId/sprite-hue
`roster-server/server.js` declares `PATCH /roster/:studentId/sprite-hue` 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 /trainer/state/:deckId
`roster-server/trainer.js` declares `PATCH /trainer/state/:deckId` 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 /class/backfill-receipts
`roster-server/class.js` declares `POST /class/backfill-receipts` 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 /class/blooket
`roster-server/class.js` declares `POST /class/blooket` 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 /remediation/approve
`roster-server/remediation.js` declares `POST /remediation/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 documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /remediation/complete
`roster-server/remediation.js` declares `POST /remediation/complete` 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 /remediation/propose
`roster-server/remediation.js` declares `POST /remediation/propose` 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 /remediation/propose-from-mastery
`roster-server/remediation.js` declares `POST /remediation/propose-from-mastery` 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 /remediation/waive
`roster-server/remediation.js` declares `POST /remediation/waive` 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 /roster/change-password
`roster-server/server.js` declares `POST /roster/change-password` 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 /roster/claim
`roster-server/server.js` declares `POST /roster/claim` 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 /roster/enroll
`roster-server/server.js` declares `POST /roster/enroll` 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 /roster/resolve
`roster-server/server.js` declares `POST /roster/resolve` 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 /roster/verify
`roster-server/server.js` declares `POST /roster/verify` 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 /student/nudge
`roster-server/nudge.js` declares `POST /student/nudge` 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 /student/nudge-reply
`roster-server/nudge.js` declares `POST /student/nudge-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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /teacher/lesson-unlock
`roster-server/lesson-unlock.js` declares `POST /teacher/lesson-unlock` 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 /teacher/lesson-unlock/revoke
`roster-server/lesson-unlock.js` declares `POST /teacher/lesson-unlock/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: POST /teacher/nudge
`roster-server/nudge.js` declares `POST /teacher/nudge` 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 /trainer/state/:deckId
`roster-server/trainer.js` declares `PUT /trainer/state/:deckId` 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: classroom-board.js (6530 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/curriculum-charts.js (1938 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: roster-server/lesson-grade.js (1129 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: roster-server/server.js (1174 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/wire-ai-worksheet-grade.mjs (859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/classroom-board-zone5.test.js (1398 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/classroom-board.test.js (6984 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/study-guide.test.js (1670 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ti84-trainer-v2/app.js (4337 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/level-editor-ui.js (2046 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/fe1de7d6-5e2c-4ad5-b534-e313a4f1e931/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fe1de7d6-5e2c-4ad5-b534-e313a4f1e931/

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.