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.

Tobillicious/te-kete-ako-production

https://github.com/Tobillicious/te-kete-ako-production · scanned 2026-06-16 00:41 UTC (2 months, 1 week ago)

888 raw signals (0 security + 888 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 858 actionable findings from 1 signal source. 30 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 37.3/100 with 100.0% coverage. It contains 14654 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 888 findings — concentrated in security (334), quality (241), frontend (202). Risk profile is high: 4 critical, 53 high, 394 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 803 of 858 actionable findings. 888 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 infrastructure/scripts/archive/direct_column_add.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
infrastructure/scripts/archive/direct_column_add.py:58
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in scripts/seed-dashboard.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 13, 43
scripts/seed-dashboard.js:13, 43 (2 hits)
high System graph quality Integrity conf 1.00 Blocking `requests.get(...)` inside `async def health_check` — docker/kahirangi/app.py:258
Sync I/O inside an async function blocks the event loop. While `requests.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_th…
docker/kahirangi/app.py:258 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def main_loop` — docker/te-aronui/rlm_worker.py:119
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
docker/te-aronui/rlm_worker.py:119 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/env (js/env-loader.js:47)
`js/env-loader.js:47` calls `GET /api/env` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/env` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/get-graphrag-resources?min_quality=3&require_complete=false&limit=0 (js/other-resources-graphrag.js:27)
`js/other-resources-graphrag.js:27` calls `GET /api/get-graphrag-resources?min_quality=3&require_complete=false&limit=0` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/get-graphrag-resources` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/get-student-projects (js/pages/my-submissions-init.js:107)
`js/pages/my-submissions-init.js:107` calls `GET /api/get-student-projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/get-student-projects` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/news-feed (js/news-loader.js:93)
`js/news-loader.js:93` calls `GET /api/news-feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/news-feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/youtube-config (js/youtube-api.js:50)
`js/youtube-api.js:50` calls `GET /api/youtube-config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/youtube-config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /components/mobile-bottom-nav.html (js/pages/lessons-init.js:1)
`js/pages/lessons-init.js:1` calls `GET /components/mobile-bottom-nav.html` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/components/mobile-bottom-nav.html` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /data/annotations.json (js/browse-page.js:393)
`js/browse-page.js:393` calls `GET /data/annotations.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data/annotations.json` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /data/curriculum-documents.json (js/curriculum-documents-init.js:55)
`js/curriculum-documents-init.js:55` calls `GET /data/curriculum-documents.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data/curriculum-documents.json` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /units-manifest.json (js/unit-plans-hero.js:143)
`js/unit-plans-hero.js:143` calls `GET /units-manifest.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/units-manifest.json` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /units-manifest.json (js/unit-plans-init.js:225)
`js/unit-plans-init.js:225` calls `GET /units-manifest.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/units-manifest.json` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.dictionaryapi.dev/api/v2/entries/en/${encodeURIComponent(cleanWord.toLowerCase())} (supabase/functions/dictionary-service/index.ts:148)
`supabase/functions/dictionary-service/index.ts:148` calls `GET https://api.dictionaryapi.dev/api/v2/entries/en/${encodeURIComponent(cleanWord.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.rss2json.com/v1/api.json?rss_url=${rssUrl} (js/news-loader.js:224)
`js/news-loader.js:224` calls `GET https://api.rss2json.com/v1/api.json?rss_url=${rssUrl}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.rss2json.com/v1/api.json` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai-companion (js/student-dashboard.js:222)
`js/student-dashboard.js:222` calls `POST /api/ai-companion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai-companion` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth-forgot-password (js/forgot-password-ui.js:25)
`js/forgot-password-ui.js:25` calls `POST /api/auth-forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth-forgot-password` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth-google-exchange (tests/playwright/auth-oauth.spec.ts:130)
`tests/playwright/auth-oauth.spec.ts:130` calls `POST /api/auth-google-exchange` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth-google-exchange` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth-google-exchange (tests/playwright/auth-oauth.spec.ts:96)
`tests/playwright/auth-oauth.spec.ts:96` calls `POST /api/auth-google-exchange` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth-google-exchange` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/create-resource-forum-post (js/resource-promotion.js:75)
`js/resource-promotion.js:75` calls `POST /api/create-resource-forum-post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-resource-forum-post` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://host.docker.internal:11434/api/chat (mcp-server/index.js:2004)
`mcp-server/index.js:2004` calls `POST http://host.docker.internal:11434/api/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/host.docker.internal:11434/api/chat` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${region}.tts.speech.microsoft.com/cognitiveservices/v1 (supabase/functions/tts-proxy/index.ts:120)
`supabase/functions/tts-proxy/index.ts:120` calls `POST https://${region}.tts.speech.microsoft.com/cognitiveservices/v1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.tts.speech.microsoft.com/cognitivese…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/analyze-reflections/index.ts:43)
`supabase/functions/analyze-reflections/index.ts:43` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/forum-post-news-bot/index.ts:332)
`supabase/functions/forum-post-news-bot/index.ts:332` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/generate-lesson/index.ts:269)
`supabase/functions/generate-lesson/index.ts:269` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/process-whiteboard/index.ts:60)
`supabase/functions/process-whiteboard/index.ts:60` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.deepseek.com/v1/chat/completions (scripts/test-secure-ai-service.js:32)
`scripts/test-secure-ai-service.js:32` calls `POST https://api.deepseek.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.deepseek.com/v1/chat/completions` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.deepseek.com/v1/chat/completions (supabase/functions/generate-lesson-secure/index.ts:178)
`supabase/functions/generate-lesson-secure/index.ts:178` calls `POST https://api.deepseek.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.deepseek.com/v1/chat/completions` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.deepseek.com/v1/embeddings (tests/probe_alternatives.js:14)
`tests/probe_alternatives.js:14` calls `POST https://api.deepseek.com/v1/embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.deepseek.com/v1/embeddings` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.elevenlabs.io/v1/text-to-speech/${voiceId} (supabase/functions/tts-proxy/index.ts:81)
`supabase/functions/tts-proxy/index.ts:81` calls `POST https://api.elevenlabs.io/v1/text-to-speech/${voiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.elevenlabs.io/v1/text-to-speech/<p>` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/audio/speech (js/maori-pronunciation.js:406)
`js/maori-pronunciation.js:406` calls `POST https://api.openai.com/v1/audio/speech` 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/speech` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/audio/speech (supabase/functions/tts-proxy/index.ts:63)
`supabase/functions/tts-proxy/index.ts:63` calls `POST https://api.openai.com/v1/audio/speech` 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/speech` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (scripts/align-curriculum.js:35)
`scripts/align-curriculum.js:35` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (scripts/build-knowledge-graph.js:126)
`scripts/build-knowledge-graph.js:126` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (scripts/populate-graph-from-files.js:168)
`scripts/populate-graph-from-files.js:168` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (scripts/simulate-generate-lesson.js:104)
`scripts/simulate-generate-lesson.js:104` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (supabase/functions/parse-timetable/index.ts:55)
`supabase/functions/parse-timetable/index.ts:55` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/embeddings (supabase/functions/curriculum-align/index.ts:77)
`supabase/functions/curriculum-align/index.ts:77` calls `POST https://api.openai.com/v1/embeddings` 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/embeddings` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (supabase/functions/forum-notify-email/index.ts:114)
`supabase/functions/forum-notify-email/index.ts:114` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (supabase/functions/send-workshop-emails/index.ts:344)
`supabase/functions/send-workshop-emails/index.ts:344` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (supabase/functions/send-workshop-emails/index.ts:406)
`supabase/functions/send-workshop-emails/index.ts:406` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (supabase/functions/send-workshop-emails/index.ts:428)
`supabase/functions/send-workshop-emails/index.ts:428` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.supabase.com/v1/projects/nlgldaqtubrlcqddppbq/database/query (scripts/deploy-nesting.js:28)
`scripts/deploy-nesting.js:28` calls `POST https://api.supabase.com/v1/projects/nlgldaqtubrlcqddppbq/database/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.supabase.com/v1/projects/nlgldaqtubrlcqd…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash:generateContent?key=${provider.key} (supabase/functions/forum-post-news-bot/index.ts:340)
`supabase/functions/forum-post-news-bot/index.ts:340` calls `POST https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash:generateContent?key=${provider.key}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (functions/api/auth-google-exchange.js:435)
`functions/api/auth-google-exchange.js:435` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://open.bigmodel.cn/api/paas/v4/embeddings (tests/probe_glm.js:11)
`tests/probe_glm.js:11` calls `POST https://open.bigmodel.cn/api/paas/v4/embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/open.bigmodel.cn/api/paas/v4/embeddings` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://openrouter.ai/api/v1/chat/completions (scripts/test-glm-endpoint.js:28)
`scripts/test-glm-endpoint.js:28` calls `POST https://openrouter.ai/api/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/openrouter.ai/api/v1/chat/completions` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://openrouter.ai/api/v1/chat/completions (supabase/functions/generate-lesson-glm-free/index.ts:191)
`supabase/functions/generate-lesson-glm-free/index.ts:191` calls `POST https://openrouter.ai/api/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/openrouter.ai/api/v1/chat/completions` If t…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `embed` without auth dependency — scripts/graphrag-embed-api.py:41
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scripts/graphrag-embed-api.py:41 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_lesson` without auth dependency — docker/kahirangi/app.py:275
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
docker/kahirangi/app.py:275 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rlm_chunk` without auth dependency — docker/te-aronui/rlm_api.py:222
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
docker/te-aronui/rlm_api.py:222 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rlm_embed` without auth dependency — docker/te-aronui/rlm_api.py:247
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
docker/te-aronui/rlm_api.py:247 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rlm_query` without auth dependency — docker/te-aronui/rlm_api.py:153
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
docker/te-aronui/rlm_api.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rlm_search` without auth dependency — docker/te-aronui/rlm_api.py:201
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
docker/te-aronui/rlm_api.py:201 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — functions/_middleware.js:173
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 — functions/api/auth-google-exchange.js:128
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/ai-assistant.js:78
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/creation-studio.js:1658
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/forum-api.js:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/kupu-component.js:93
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/maori-pronunciation.js:478
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/other-resources-graphrag.js:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/pronunciation-config.js:317
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/resource-promotion.js:75
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/resource-sidebar.js:14
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/services/ai-block-generator.js:79
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/services/entitlements.js:524
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/shared-components.js:200
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/shared-sidebar.js:664
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/stripe-checkout.js:103
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/student-dashboard.js:222
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/teacher-dashboard.js:309
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/tts-harness.js:132
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 — mcp-server/index.js:241
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 — mcp-server/mcp-stdio-server.js:569
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 — scripts/audit-graphrag-traversal-parity.js:126
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 — scripts/deploy-nesting.js:17
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 — scripts/disable-cloudflare-auto-deploy.js:161
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 — scripts/ears.js:87
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 — scripts/enable-cloudflare-auto-deploy.js:82
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 — scripts/eyes.js:76
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 — scripts/import-nz-schools.js:36
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 — scripts/inspect-graphrag-traversal-diff.js:138
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 — scripts/trigger-cloudflare-deployment.js:66
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 — scripts/trigger-latest-deployment.js:53
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 — scripts/verify-stats.js:1
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 — supabase/functions/ai-companion/index.ts:204
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 — supabase/functions/analyze-reflections/index.ts:43
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 — supabase/functions/forum-notify-email/index.ts:114
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 — supabase/functions/forum-post-news-bot/index.ts:340
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 — supabase/functions/generate-lesson-glm-free/index.ts:191
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 — supabase/functions/generate-lesson-secure/index.ts:178
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 — supabase/functions/generate-lesson/index.ts:269
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 — supabase/functions/parse-timetable/index.ts:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/process-whiteboard/index.ts:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/send-workshop-emails/index.ts:344
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 — supabase/functions/tts-proxy/index.ts:63
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: .mcp.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.
.mcp.json VerificationMcp config
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, lockfile. 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 hardware Security conf 1.00 Dockerfile runs as root: docker/dashboard/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: docker/te-tirohanga/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: mcp-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
denoland/setup-deno@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 26, 100
.github/workflows/deploy.yml:26, 100 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in docker/te-aronui/rlm_api.py:51
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
docker/te-aronui/rlm_api.py:51 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in mcp-server/index.js:1957
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
mcp-server/index.js:1957 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in mcp-server/server.legacy.js:32
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
mcp-server/server.legacy.js:32 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in scripts/job-seeker/approval-ui/serve.py:221
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
scripts/job-seeker/approval-ui/serve.py:221 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/send-welcome-email/index.ts:95
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/send-welcome-email/index.ts:95 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _personal/sovereign-lattice/content/cross-lane-correlation/index.html:699
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_personal/sovereign-lattice/content/cross-lane-correlation/index.html:699 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _personal/sovereign-lattice/content/graph-ring-traversal/index.html:912
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_personal/sovereign-lattice/content/graph-ring-traversal/index.html:912 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _personal/sovereign-lattice/content/lattice-explorer/index.html:683
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_personal/sovereign-lattice/content/lattice-explorer/index.html:683 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _personal/sovereign-lattice/content/site-density-profile/index.html:946
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_personal/sovereign-lattice/content/site-density-profile/index.html:946 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/admin-checkin.html:342
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/admin-checkin.html:342 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/alumni.html:531
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/alumni.html:531 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/booking-success.html:243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/booking-success.html:243 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/dashboard.html:443
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/dashboard.html:443 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/index.html:1541
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/index.html:1541 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/modules/04-terminal.html:1563
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/modules/04-terminal.html:1563 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/modules/05-build-anything.html:2023
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/modules/05-build-anything.html:2023 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/modules/health/index.html:220
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/modules/health/index.html:220 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/organiser.html:425
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/organiser.html:425 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-workshop/redeem.html:337
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-workshop/redeem.html:337 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/admin.html:408
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/admin.html:408 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/badge-system-CFO4LfNB.html:173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/badge-system-CFO4LfNB.html:173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/badge-system-DoxgR7cw.html:173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/badge-system-DoxgR7cw.html:173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/badge-system-iYjVTevk.html:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/badge-system-iYjVTevk.html:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/handouts/haka-comprehension-handout.html:342
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/handouts/haka-comprehension-handout.html:342 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/handouts/index.html:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/handouts/index.html:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/handouts/probability-and-chance-in-māori-games.html:275
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/handouts/probability-and-chance-in-māori-games.html:275 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/handouts/te-reo-maths-glossary-bilingual-alpha.html:577
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/handouts/te-reo-maths-glossary-bilingual-alpha.html:577 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in auth/account-settings.html:1595
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
auth/account-settings.html:1595 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in auth/auth-diagnostics.html:301
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
auth/auth-diagnostics.html:301 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in auth/avatar-picker.html:665
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
auth/avatar-picker.html:665 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in auth/login-simple.html:240
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
auth/login-simple.html:240 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in auth/oauth-diagnostic.html:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
auth/oauth-diagnostic.html:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in auth/profile.html:557
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
auth/profile.html:557 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in checkout-success.html:340
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
checkout-success.html:340 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in components/zoo-footer.html:216
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
components/zoo-footer.html:216 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultural-validation-checklist.html:534
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultural-validation-checklist.html:534 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in curriculum-rutherford.html:655
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
curriculum-rutherford.html:655 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in forgot-password.html:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
forgot-password.html:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/categories.html:600
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/categories.html:600 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/countdown-letters.html:723
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/countdown-letters.html:723 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/kaiārahi-kēmu-demonstration.html:322
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/kaiārahi-kēmu-demonstration.html:322 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/kaiārahi-kēmu-safe-demo.html:258
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/kaiārahi-kēmu-safe-demo.html:258 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/pangarau-patterns.html:759
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/pangarau-patterns.html:759 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/spelling-bee.html:1161
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/spelling-bee.html:1161 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/te-reo-wordle.html:1156
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/te-reo-wordle.html:1156 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/tukutuku-pattern-explorer.html:650
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/tukutuku-pattern-explorer.html:650 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/whakapapa-connections.html:886
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/whakapapa-connections.html:886 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/whakatohia-patterns.html:878
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/whakatohia-patterns.html:878 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/wordfind.html:204
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/wordfind.html:204 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/wordle-6-letter.html:929
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/wordle-6-letter.html:929 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in games/wordle-unlimited.html:1097
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
games/wordle-unlimited.html:1097 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in interactive-learning-demo.html:434
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
interactive-learning-demo.html:434 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/accessibility-enhancements.js:254
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/accessibility-enhancements.js:254 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/activity-generator.js:326
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/activity-generator.js:326 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/adaptive-difficulty-system.js:649
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/adaptive-difficulty-system.js:649 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/advanced-analytics.js:307
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/advanced-analytics.js:307 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/advanced-search.js:274
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/advanced-search.js:274 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/advanced-youtube-search.js:264
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/advanced-youtube-search.js:264 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/analytics-dashboard.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/analytics-dashboard.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/assessment-tools.js:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/assessment-tools.js:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/assistants/kaitiaki-assistant.js:140
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/assistants/kaitiaki-assistant.js:140 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/auth-ui.js:193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/auth-ui.js:193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/bias-buster-game.js:203
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/bias-buster-game.js:203 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/browse-heroes.js:331
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/browse-heroes.js:331 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/browse-page.js:319
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/browse-page.js:319 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/components/sub-status-banner.js:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/components/sub-status-banner.js:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/content-hierarchy.js:589
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/content-hierarchy.js:589 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/content-recommendation-engine.js:368
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/content-recommendation-engine.js:368 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/cookie-consent.js:57
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/cookie-consent.js:57 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/creation-studio.js:242
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/creation-studio.js:242 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-browser.js:211
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-browser.js:211 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-dashboard-init.js:25
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-dashboard-init.js:25 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-data-bridge.js:339
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-data-bridge.js:339 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-documents-init.js:59
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-documents-init.js:59 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-interactive.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-interactive.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-navigator.js:25
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-navigator.js:25 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-sidebar.js:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-sidebar.js:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/curriculum-viewer.js:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/curriculum-viewer.js:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/daily-game-tracker.js:680
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/daily-game-tracker.js:680 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/daily-whakatauki.js:144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/daily-whakatauki.js:144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard.js:75
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard.js:75 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/email-verification-banner.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/email-verification-banner.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/english-wordle-game.js:584
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/english-wordle-game.js:584 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/enhanced-footer.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/enhanced-footer.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/enhanced-header.js:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/enhanced-header.js:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/fallacy-defender-game.js:56
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/fallacy-defender-game.js:56 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/footer.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/footer.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/forum-editor.js:75
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/forum-editor.js:75 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/forum-news-ticker.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/forum-news-ticker.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/forum-notifications.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/forum-notifications.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/forum-sidebar.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/forum-sidebar.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/forum.js:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/forum.js:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/game-cta.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/game-cta.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/games-hub.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/games-hub.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/games-page.js:253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/games-page.js:253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/gamification-system.js:557
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/gamification-system.js:557 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/global-feedback.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/global-feedback.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/handouts-init.js:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/handouts-init.js:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/input-sanitizer.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/input-sanitizer.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/interactive-components.js:181
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/interactive-components.js:181 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kupu-component.js:142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kupu-component.js:142 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kupu-suggestion-pipeline.js:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kupu-suggestion-pipeline.js:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/lesson-navigation.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/lesson-navigation.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/main.js:365
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/main.js:365 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/maori-pronunciation.js:460
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/maori-pronunciation.js:460 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/mindmap/engine3d.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/mindmap/engine3d.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/mindmap/init.js:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/mindmap/init.js:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/mindmap/multiplayer.js:205
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/mindmap/multiplayer.js:205 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/my-kete-collections.js:274
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/my-kete-collections.js:274 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/my-kete-page.js:185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/my-kete-page.js:185 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/my-kete-progress.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/my-kete-progress.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/my-kete-timetable.js:185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/my-kete-timetable.js:185 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/my-kete.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/my-kete.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/news-loader.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/news-loader.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/notification-bell.js:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/notification-bell.js:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/onboarding.js:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/onboarding.js:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/other-resources-graphrag.js:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/other-resources-graphrag.js:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/assessment-init.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/assessment-init.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/lessons-init.js:2
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/lessons-init.js:2 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/math-drills-init.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/math-drills-init.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/my-submissions-init.js:145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/my-submissions-init.js:145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/profile-viewer.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/profile-viewer.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/timeline-sequencing-init.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/timeline-sequencing-init.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/wananga-init.js:66
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/wananga-init.js:66 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/weekly-lesson-planner-init.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/weekly-lesson-planner-init.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pages/wordfind-generator-init.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pages/wordfind-generator-init.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/password-strength.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/password-strength.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pdf-viewer.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pdf-viewer.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/portfolio-sidebar.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/portfolio-sidebar.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pricing-init.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pricing-init.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/pwa-registration.js:96
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/pwa-registration.js:96 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/realtime-pronunciation.js:225
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/realtime-pronunciation.js:225 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/resource-context-nav.js:56
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/resource-context-nav.js:56 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/resource-discussion.js:236
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/resource-discussion.js:236 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/resource-rating.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/resource-rating.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/resource-sidebar.js:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/resource-sidebar.js:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/resource-usage.js:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/resource-usage.js:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/save-resource.js:121
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/save-resource.js:121 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/school-autocomplete.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/school-autocomplete.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/services/agent-hub.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/services/agent-hub.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/services/bookmark-service.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/services/bookmark-service.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/services/entitlements.js:1009
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/services/entitlements.js:1009 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/services/studio-enhancer.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/services/studio-enhancer.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/services/toast-manager.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/services/toast-manager.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shared-components-navigation.js:460
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shared-components-navigation.js:460 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shared-components.js:94
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shared-components.js:94 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shared-sidebar.js:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shared-sidebar.js:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/simple-bookmarks.js:190
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/simple-bookmarks.js:190 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/spelling-bee-game.js:403
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/spelling-bee-game.js:403 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/stats-loader.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/stats-loader.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/streamlined-header.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/streamlined-header.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/student-dashboard.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/student-dashboard.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/teacher-dashboard.js:163
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/teacher-dashboard.js:163 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/teaching-content-sidebar.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/teaching-content-sidebar.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/teaching-content.js:90
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/teaching-content.js:90 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/timetable-manager.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/timetable-manager.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/unit-plans-hero.js:277
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/unit-plans-hero.js:277 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/unit-plans-init.js:370
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/unit-plans-init.js:370 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/whakatauki-animator.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/whakatauki-animator.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/wordle-progress.js:223
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/wordle-progress.js:223 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/wordle-sharing.js:129
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/wordle-sharing.js:129 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/workshop-access.js:258
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/workshop-access.js:258 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/workshop-core.js:146
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/workshop-core.js:146 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/agreement.html:431
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/agreement.html:431 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/calculator.html:789
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/calculator.html:789 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/case-file.html:501
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/case-file.html:501 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/deductions.html:345
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/deductions.html:345 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/grievance.html:645
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/grievance.html:645 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/holidays.html:556
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/holidays.html:556 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/js/kaimahi-admin.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/js/kaimahi-admin.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/js/kaimahi-conduct-safety.js:322
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/js/kaimahi-conduct-safety.js:322 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/js/kaimahi-coverage.js:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/js/kaimahi-coverage.js:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/js/kaimahi-dashboard.js:194
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/js/kaimahi-dashboard.js:194 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/js/kaimahi-wage-hub.js:136
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/js/kaimahi-wage-hub.js:136 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/requests.html:499
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/requests.html:499 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/resources.html:729
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/resources.html:729 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/sick-leave.html:376
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/sick-leave.html:376 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/training.html:445
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/training.html:445 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/union.html:381
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/union.html:381 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in kaimahi/workers.html:298
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
kaimahi/workers.html:298 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in knowledge/learning-areas-status.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
knowledge/learning-areas-status.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pedagogy/concepts/culturally-responsive-pedagogy.html:257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pedagogy/concepts/culturally-responsive-pedagogy.html:257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pedagogy/timeline.html:376
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pedagogy/timeline.html:376 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/cald-lecture-reflection.html:601
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/cald-lecture-reflection.html:601 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/cia-part1-engagement.html:665
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/cia-part1-engagement.html:665 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/cia-part2-engagement.html:325
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/cia-part2-engagement.html:325 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/class-newsletters-691.html:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/class-newsletters-691.html:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/collegial-discussion-613.html:517
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/collegial-discussion-613.html:517 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/evidence.html:439
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/evidence.html:439 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/film-analysis-two-cars.html:657
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/film-analysis-two-cars.html:657 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/goals.html:918
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/goals.html:918 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/historical-significance-reflection.html:572
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/historical-significance-reflection.html:572 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/impact.html:155
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/impact.html:155 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/index.html:442
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/index.html:442 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in portfolio/learning.html:309
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
portfolio/learning.html:309 Direct innerhtml assignment

Showing first 300 of 803. Refine filters or use the findings page for deep search.

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/e6ea8d64-589f-48cd-99a8-11aae434eda0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e6ea8d64-589f-48cd-99a8-11aae434eda0/

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.