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.

rayannabli95/permigo

https://github.com/rayannabli95/permigo · scanned 2026-06-15 23:47 UTC (2 months, 3 weeks ago)

281 raw signals (0 security + 281 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 277 actionable findings from 1 signal source. 4 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 54.6/100 with 100.0% coverage. It contains 2665 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 281 findings — concentrated in security (158), quality (96), frontend (15). Risk profile is high: 1 critical, 6 high, 163 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 200 of 277 actionable findings. 281 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 permigo-game/scripts/audit-mobile.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
permigo-game/scripts/audit-mobile.mjs:12
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: permigo-game/.claude/AUDIT_FINAL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
permigo-game/.claude/AUDIT_FINAL.md:144 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: permigo-game/.claude/cowork-todos.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
permigo-game/.claude/cowork-todos.md:259 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: permigo-game/.claude/COWORK_SYSTEM_PROMPT.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
permigo-game/.claude/COWORK_SYSTEM_PROMPT.md:176 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: permigo-game/.claude/skills/supabase-permigo/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
permigo-game/.claude/skills/supabase-permigo/SKILL.md:100 SecretsClaude instruction
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in _archive/autopilot-claude-code/autopilot-project/CLAUDE.md:150
Found a known-risky pattern (new_function_used). Review and replace if possible.
_archive/autopilot-claude-code/autopilot-project/CLAUDE.md:150 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in _archive/old-project-v6/CLAUDE.md:198
Found a known-risky pattern (new_function_used). Review and replace if possible.
_archive/old-project-v6/CLAUDE.md:198 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — _archive/handoff-claude-design/autopilot-amelioration-competence/project/lib/design-canvas.jsx:117
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 — _archive/handoff-claude-design/autopilot-amelioration-competence/project/moniteur-canvas/design-canvas.jsx:117
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 — src/components/avatar-modal.js:307
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/supabase-rls-reviewer.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/agents/supabase-rls-reviewer.md VerificationClaude instruction
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 authority lacks a verifier contract: permigo-game/.claude/settings.local.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
permigo-game/.claude/settings.local.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: permigo-game/.claude/skills/supabase-permigo/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
permigo-game/.claude/skills/supabase-permigo/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. 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 cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/deploy.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in permigo-game/supabase/functions/stripe-checkout/index.ts:21
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
permigo-game/supabase/functions/stripe-checkout/index.ts:21 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/server/index.js:26
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/server/index.js:26 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-user/index.ts:26
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-user/index.ts:26 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/permigo-admin-ops/SKILL.md:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/permigo-admin-ops/SKILL.md:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/permigo-eleve-ux/SKILL.md:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/permigo-eleve-ux/SKILL.md:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .claude/skills/permigo-moniteur-ux/SKILL.md:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.claude/skills/permigo-moniteur-ux/SKILL.md:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/autopilot-claude-code/autopilot-project/autopilot.html:1391
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/autopilot-claude-code/autopilot-project/autopilot.html:1391 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/autopilot-claude-code/autopilot.html:1391
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/autopilot-claude-code/autopilot.html:1391 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/desktop-misc/permigo-eleve-clean.html:273
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/desktop-misc/permigo-eleve-clean.html:273 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/desktop-misc/permigo-eleve-final.html:299
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/desktop-misc/permigo-eleve-final.html:299 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/desktop-misc/permigo-eleve-scroll-premium.html:262
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/desktop-misc/permigo-eleve-scroll-premium.html:262 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/desktop-misc/permigo-eleve-ultimate.html:329
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/desktop-misc/permigo-eleve-ultimate.html:329 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/desktop-misc/permigo-monitor.html:383
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/desktop-misc/permigo-monitor.html:383 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/handoff-claude-design/autopilot-amelioration-competence/project/moniteur-v2.html:293
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/handoff-claude-design/autopilot-amelioration-competence/project/moniteur-v2.html:293 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/handoff-claude-design/autopilot-amelioration-competence/project/parcours-v2.html:490
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/handoff-claude-design/autopilot-amelioration-competence/project/parcours-v2.html:490 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/uploads/1c714cb2-a356-4d90-a354-b7bf20478aae-1778534790505_parcours-v2.html:490
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/uploads/1c714cb2-a356-4d90-a354-b7bf20478aae-1778534790505_parcours-v2.html:490 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/.claude/skills/page-vanilla/SKILL.md:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/.claude/skills/page-vanilla/SKILL.md:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/CLAUDE.md:144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/CLAUDE.md:144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/add-to-home.js:103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/add-to-home.js:103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/alert-card.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/alert-card.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/avatar-picker.js:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/avatar-picker.js:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/celebrate-screen.js:307
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/celebrate-screen.js:307 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/cookie-banner.js:100
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/cookie-banner.js:100 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/fab.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/fab.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/guided-tour.js:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/guided-tour.js:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/header-top.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/header-top.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/install-nudge.js:192
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/install-nudge.js:192 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/launch-splash.js:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/launch-splash.js:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/nav-bottom.js:216
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/nav-bottom.js:216 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/notif-bell.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/notif-bell.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/palier-sheet.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/palier-sheet.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/profile-card.js:494
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/profile-card.js:494 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/push-prime.js:146
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/push-prime.js:146 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/common/toast.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/toast.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/chest.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/chest.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/coaching-tip.js:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/coaching-tip.js:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/daily-quests.js:159
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/daily-quests.js:159 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/emotional-banner.js:180
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/emotional-banner.js:180 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/feedback-feed.js:271
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/feedback-feed.js:271 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/intro-tuto.js:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/intro-tuto.js:104 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/loot-toast.js:131
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/loot-toast.js:131 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/permis-card.js:478
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/permis-card.js:478 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/quiz-ui.js:140
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/quiz-ui.js:140 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/revision-cards.js:162
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/revision-cards.js:162 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/reward-reveal.js:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/reward-reveal.js:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/theory-gain.js:182
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/theory-gain.js:182 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/weekly-replay.js:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/weekly-replay.js:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/world-unlock-cinematic.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/world-unlock-cinematic.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/eleve/xp-toast.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/eleve/xp-toast.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/enseignant/flash-quiz-modal.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/enseignant/flash-quiz-modal.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/enseignant/moniteur-ranking.js:199
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/enseignant/moniteur-ranking.js:199 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/components/enseignant/session-confirmation-banner.js:154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/components/enseignant/session-confirmation-banner.js:154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/main.js:154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/main.js:154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/admin/debug.js:168
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/admin/debug.js:168 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/auth/login.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/auth/login.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/auth/signup.js:11
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/auth/signup.js:11 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/common/legal.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/common/legal.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/common/messages.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/common/messages.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/common/notifications.js:330
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/common/notifications.js:330 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/common/profil.js:429
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/common/profil.js:429 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/common/settings.js:350
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/common/settings.js:350 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/accueil.js:643
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/accueil.js:643 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/boutique.js:342
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/boutique.js:342 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/classement.js:276
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/classement.js:276 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/consent-blocked.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/consent-blocked.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/exam-blanc.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/exam-blanc.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/examen.js:637
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/examen.js:637 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/feedback.js:243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/feedback.js:243 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/flash-quiz.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/flash-quiz.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/galerie.js:256
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/galerie.js:256 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/mes-coffres.js:341
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/mes-coffres.js:341 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/parcours.js:1248
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/parcours.js:1248 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/quiz.js:193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/quiz.js:193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/session-confirmation.js:329
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/session-confirmation.js:329 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/eleve/trophees.js:263
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/trophees.js:263 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/aujourdhui.js:610
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/aujourdhui.js:610 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/bilan.js:400
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/bilan.js:400 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/classement-eleves.js:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/classement-eleves.js:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/insights.js:391
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/insights.js:391 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/ligue-semaine.js:164
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/ligue-semaine.js:164 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/livret-remc.js:490
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/livret-remc.js:490 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/log-session.js:229
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/log-session.js:229 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/mes-eleves.js:484
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/mes-eleves.js:484 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/parcours-pro-complet.js:235
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/parcours-pro-complet.js:235 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/parcours-pro.js:223
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/parcours-pro.js:223 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/enseignant/trophees-moniteur.js:437
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/enseignant/trophees-moniteur.js:437 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/gerant/cockpit.js:454
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/gerant/cockpit.js:454 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/gerant/eleves.js:249
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/gerant/eleves.js:249 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/gerant/equipe.js:225
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/gerant/equipe.js:225 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/gerant/pulse.js:421
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/gerant/pulse.js:421 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/onboarding/index.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/onboarding/index.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/public/ecole.js:330
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/public/ecole.js:330 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/public/landing.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/public/landing.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/public/parental-consent.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/public/parental-consent.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/pages/public/signup.js:201
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/public/signup.js:201 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/router.js:160
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/router.js:160 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/services/invite-eleve.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/services/invite-eleve.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/services/quiz-engine.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/services/quiz-engine.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/services/web-push.js:203
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/services/web-push.js:203 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in permigo-game/src/utils/gestures.js:118
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
permigo-game/src/utils/gestures.js:118 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/alert-card.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/alert-card.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/avatar-modal.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/avatar-modal.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/chest.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/chest.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/command-palette.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/command-palette.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/date-time-picker.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/date-time-picker.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/hero-key-scrub.js:59
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/hero-key-scrub.js:59 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/loot-toast.js:131
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/loot-toast.js:131 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/nav-bottom.js:76
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/nav-bottom.js:76 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/notif-bell.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/notif-bell.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/rating-prompt.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/rating-prompt.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/reward-reveal.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/reward-reveal.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/rocket-loader.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/rocket-loader.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/toast.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/toast.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/weekly-replay.js:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/weekly-replay.js:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/world-unlock-cinematic.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/world-unlock-cinematic.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/main.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/main.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/admin/calendrier.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/admin/calendrier.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/admin/dashboard.js:30
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/admin/dashboard.js:30 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/admin/eleves.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/admin/eleves.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/admin/equipe.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/admin/equipe.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/admin/leads.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/admin/leads.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/auth/login.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/auth/login.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/common/notifications.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/common/notifications.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/common/profil.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/common/profil.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/eleve/accueil.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/eleve/accueil.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/eleve/boutique.js:61
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/eleve/boutique.js:61 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/eleve/parcours.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/eleve/parcours.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/eleve/reservation.js:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/eleve/reservation.js:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/eleve/trophees.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/eleve/trophees.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/moniteur/aujourdhui.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/moniteur/aujourdhui.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/moniteur/avis.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/moniteur/avis.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/moniteur/fiche-eleve.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/moniteur/fiche-eleve.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/moniteur/lieux.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/moniteur/lieux.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/moniteur/livret-remc.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/moniteur/livret-remc.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/moniteur/mes-eleves.js:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/moniteur/mes-eleves.js:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/moniteur/planning.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/moniteur/planning.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/public/inscription-ecole.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/public/inscription-ecole.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/public/landing.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/public/landing.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/pages/public/signup.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/pages/public/signup.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/router.js:157
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/router.js:157 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in permigo-game/src/components/common/install-nudge.js:272
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
permigo-game/src/components/common/install-nudge.js:272 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in permigo-game/src/pages/common/profil.js:1064
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/common/profil.js:1064 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in permigo-game/src/pages/eleve/classement.js:651
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
permigo-game/src/pages/eleve/classement.js:651 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in permigo-game/src/components/common/palier-sheet.js:98
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
permigo-game/src/components/common/palier-sheet.js:98 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in permigo-game/src/components/common/profile-card.js:568
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
permigo-game/src/components/common/profile-card.js:568 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in permigo-game/src/pages/eleve/accueil.js:1421
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
permigo-game/src/pages/eleve/accueil.js:1421 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in permigo-game/src/pages/eleve/feedback.js:299
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
permigo-game/src/pages/eleve/feedback.js:299 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in permigo-game/src/pages/eleve/flash-quiz.js:166
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
permigo-game/src/pages/eleve/flash-quiz.js:166 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in permigo-game/src/pages/eleve/mes-coffres.js:398
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
permigo-game/src/pages/eleve/mes-coffres.js:398 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in permigo-game/src/services/quiz-engine.js:113
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
permigo-game/src/services/quiz-engine.js:113 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in src/pages/moniteur/planning.js:81
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
src/pages/moniteur/planning.js:81 Insert adjacent html
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 82 placeholder/mock markers across 29 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
12 test file(s) for 243 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 9 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AUDIT_BASE`, `BASE_URL`, `CI`, `CRON_SECRET`, `DEV`, `PROD`, `VITE_`, `VITE_BASE` + 1 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 52 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 22, 25, 46, 49, 62
.github/workflows/deploy.yml:22, 25, 46, 49, 62 (5 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — permigo-game/src/pages/common/messages.js:132
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/pages/admin/leads.js:227
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/pages/eleve/accueil.js:273
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/pages/moniteur/planning.js:919
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fillOld` in permigo-game/src/components/eleve/theory-gain.js:163
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `hasLegacy` in permigo-game/tests/e2e/empty-states.spec.js:99
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `open_in_browser_copy` in permigo-game/src/components/common/install-nudge.js:375
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — permigo-game/src/auth/auth.js:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — permigo-game/src/services/analytics.js:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — permigo-game/src/services/notif-listener.js:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/seed.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/auth/auth.js:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/main.js:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/server/index.js:69
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/events
`src/server/index.js` declares `GET /api/events` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/health
`src/server/index.js` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/profiles
`src/server/index.js` declares `GET /api/profiles` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/profiles/:id
`src/server/index.js` declares `GET /api/profiles/:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/remc/:eleveId
`src/server/index.js` declares `GET /api/remc/:eleveId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/*
`src/server/index.js` declares `USE /api/*` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: permigo-game/src/pages/eleve/accueil.js (1551 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: permigo-game/src/pages/eleve/parcours.js (2131 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: permigo-game/src/pages/enseignant/mes-eleves.js (1505 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/pages/eleve/parcours.js (1337 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/pages/moniteur/planning.js (1784 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/ae25bea8-7ebc-44bc-92f4-55f49f9aaa2e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ae25bea8-7ebc-44bc-92f4-55f49f9aaa2e/

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.