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.

shock11090304-a11y/ai-juku-system

https://github.com/shock11090304-a11y/ai-juku-system · scanned 2026-06-16 00:11 UTC (2 months, 2 weeks ago)

255 raw signals (0 security + 255 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 217 actionable findings from 1 signal source. 38 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: severity: medium × 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 78.8/100 with 100.0% coverage. It contains 2453 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 255 findings — concentrated in quality (80), api (73), security (59). Risk profile is high: 0 critical, 23 high, 75 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 75 of 217 actionable findings. 255 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.

medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app.js:3522
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 — auth-guard.js:86
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 — ceo.js:1080
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 — english-exam.js:725
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 — mock-exam.js:292
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 — mypage.js:274
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 — payment/app.js:1019
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 — personalized-outreach.js:24
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 — textbook-generator.js:469
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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/register-subscribe.py:493
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/register-subscribe.py:493 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin-only.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin-only.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-tutor-photo.html:147
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-tutor-photo.html:147 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in alerts.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
alerts.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in article.html:124
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
article.html:124 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in auth.html:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
auth.html:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in blog.html:136
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
blog.html:136 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ceo.html:1019
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ceo.html:1019 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ceo.js:156
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ceo.js:156 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in checkout-success.html:302
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
checkout-success.html:302 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in checkout.html:328
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
checkout.html:328 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in checkout.js:151
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
checkout.js:151 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in content-studio.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
content-studio.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in demo-features.js:325
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
demo-features.js:325 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dojo-drill.html:289
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dojo-drill.html:289 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in english-exam.js:901
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
english-exam.js:901 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in exam-prep.html:113
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
exam-prep.html:113 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in exam-prep.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
exam-prep.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:1528
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:1528 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in instagram-cta.html:201
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
instagram-cta.html:201 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in learning-brain.js:312
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
learning-brain.js:312 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in login.html:287
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
login.html:287 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in lp.html:1102
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
lp.html:1102 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in material-scan.html:106
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
material-scan.html:106 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mock-exam.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mock-exam.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mypage.html:203
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mypage.html:203 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mypage.js:294
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mypage.js:294 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in payment/app.js:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
payment/app.js:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in payment/chat.html:318
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
payment/chat.html:318 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in payment/register.html:442
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
payment/register.html:442 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in personalized-outreach.js:292
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
personalized-outreach.js:292 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in quick-start.js:196
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
quick-start.js:196 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in referral-program.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
referral-program.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in referral.html:252
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
referral.html:252 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in safety-school.js:166
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
safety-school.js:166 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in social-proof.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
social-proof.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in student-upgrade.html:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
student-upgrade.html:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in success-stories.js:199
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
success-stories.js:199 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in support.html:238
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
support.html:238 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in textbook-generator.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
textbook-generator.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in university-exam.html:318
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
university-exam.html:318 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in video-ads.js:59
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
video-ads.js:59 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vocab.js:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vocab.js:104 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in app.js:8069
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
app.js:8069 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in ceo.html:8403
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
ceo.html:8403 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in ceo.html:4209
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
ceo.html:4209 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in university-exam.html:916
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
university-exam.html:916 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in analytics.js:33
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
analytics.js:33 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in app.js:788
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
app.js:788 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in auth.html:241
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
auth.html:241 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in ceo.html:7481
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
ceo.html:7481 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend-error-monitor.js:26
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend-error-monitor.js:26 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in login.html:366
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
login.html:366 Local storage auth token
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — marketing-assets/generate_reels_video.py:519
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — marketing-assets/generate_reels_video_v2.py:486
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 122 placeholder/mock markers across 17 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 network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
render.yaml Ports
medium System graph network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
render.yaml Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 110 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
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/e5b1eac8-ce4d-453e-a4b0-03dfad127634/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e5b1eac8-ce4d-453e-a4b0-03dfad127634/

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.