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.

samsmasm/samsmasm.github.io

https://github.com/samsmasm/samsmasm.github.io · scanned 2026-06-16 00:01 UTC (2 months, 3 weeks ago)

198 raw signals (0 security + 198 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 194 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 52.2/100 with 88.9% coverage. It contains 2074 nodes across 2 cross-layer flows, written primarily in mixed languages. Engine surfaced 198 findings — concentrated in security (154), quality (28), frontend (9). Risk profile is high: 21 critical, 0 high, 151 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 186 of 194 actionable findings. 198 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 argmap/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
argmap/index.html:923
critical System graph security Secrets conf 1.00 Possible secret in ask-v1.0/script.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
ask-v1.0/script.js:3
critical System graph security Secrets conf 1.00 Possible secret in coldwar/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
coldwar/index.html:495
critical System graph security Secrets conf 1.00 Possible secret in cultivar/js/config.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
cultivar/js/config.js:8
critical System graph security Secrets conf 1.00 Possible secret in dowser/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
dowser/index.html:178
critical System graph security Secrets conf 1.00 Possible secret in flare/script.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
flare/script.js:8
critical System graph security Secrets conf 1.00 Possible secret in flippinghard/student.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
flippinghard/student.html:314
critical System graph security Secrets conf 1.00 Possible secret in flippinghard/teacher.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
flippinghard/teacher.html:422
critical System graph security Secrets conf 1.00 Possible secret in ibeconinequality/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
ibeconinequality/index.html:1069
critical System graph security Secrets conf 1.00 Possible secret in moa/firebase-counter.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
moa/firebase-counter.js:6
critical System graph security Secrets conf 1.00 Possible secret in moa/guestbook/guestbook.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
moa/guestbook/guestbook.js:7
critical System graph security Secrets conf 1.00 Possible secret in moa/today/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
moa/today/index.html:218
critical System graph security Secrets conf 1.00 Possible secret in photos/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
photos/index.html:19
critical System graph security Secrets conf 1.00 Possible secret in pulse/script.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
pulse/script.js:5
critical System graph security Secrets conf 1.00 Possible secret in ratibro/js/firebase.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
ratibro/js/firebase.js:8
critical System graph security Secrets conf 1.00 Possible secret in scrim/script.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scrim/script.js:5
critical System graph security Secrets conf 1.00 Possible secret in spin/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
spin/index.html:401
critical System graph security Secrets conf 1.00 Possible secret in temp/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
temp/index.html:354
critical System graph security Secrets conf 1.00 Possible secret in tote/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
tote/index.html:354
critical System graph security Secrets conf 1.00 Possible secret in uniquiz/js/firebase.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
uniquiz/js/firebase.js:5
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — mymaths/_next/static/chunks/00gq-v0e07i1q.js:31
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — mymaths/_next/static/chunks/07lhk_q6pmm3r.js:1
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — gc-inject-worker.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 — ibeconinequality/cloudflare-worker.js:10
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 — ibnews/cloudflare-worker.js:13
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 — inflation/app.js:62
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 — mymaths/_next/static/chunks/0hieoeiz-lmhi.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 — mymaths/_next/static/chunks/0pqt~8bl3ukh4.js:4
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 — mymaths/_next/static/chunks/turbopack-1765klb~p7g_v.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 — slopstudy/worker.js:35
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 — wc26/app.js:44
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 — wc26/cloudflare-worker.js:11
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: ibbm-src/.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.
ibbm-src/.claude/settings.local.json 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, tests. 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 Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
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 3 occurrences 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.
3 files, 3 locations
.github/workflows/businews.yml
.github/workflows/econnews.yml
.github/workflows/quiz.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in slopstudy/worker.js:2
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
slopstudy/worker.js:2 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/404.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/404.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/404/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/404/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/_next/static/chunks/00gq-v0e07i1q.js:31
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/_next/static/chunks/00gq-v0e07i1q.js:31 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/_next/static/chunks/07lhk_q6pmm3r.js:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/_next/static/chunks/07lhk_q6pmm3r.js:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/_not-found/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/_not-found/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M0.1/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M0.1/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M1.1/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M1.1/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M1.2/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M1.2/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M1.3/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M1.3/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M1.4/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M1.4/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M2.1/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M2.1/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M2.2/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M2.2/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M2.3/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M2.3/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M2.4/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M2.4/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M3.1/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M3.1/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M3.2/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M3.2/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M3.3/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M3.3/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M3.4/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M3.4/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M3.5/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M3.5/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M4.1/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M4.1/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M4.2/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M4.2/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M4.3/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M4.3/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mymaths/modules/M4.4/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mymaths/modules/M4.4/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in algeqs/script.js:94
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
algeqs/script.js:94 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in amoeba/index1.html:696
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
amoeba/index1.html:696 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in argmap/index.html:1263
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
argmap/index.html:1263 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ask-v1.0/script.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ask-v1.0/script.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in binary-game-v1.1/Age in Binary.html:132
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
binary-game-v1.1/Age in Binary.html:132 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in binary-game-v1.1/script.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
binary-game-v1.1/script.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in busia/nav.js:60
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
busia/nav.js:60 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in businews/index.html:103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
businews/index.html:103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in businews/unit.html:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
businews/unit.html:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in catjump/script.js:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
catjump/script.js:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in catjumpold/script.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
catjumpold/script.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in chaos/script.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
chaos/script.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in coldwar/index.html:853
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
coldwar/index.html:853 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cookiejar-v2.0/game.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cookiejar-v2.0/game.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in coordgeo-v1.1/script.js:213
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
coordgeo-v1.1/script.js:213 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultivar/admin.html:209
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultivar/admin.html:209 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultivar/cards.html:244
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultivar/cards.html:244 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultivar/cram.html:152
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultivar/cram.html:152 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultivar/dash.html:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultivar/dash.html:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultivar/decks.html:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultivar/decks.html:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultivar/index.html:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultivar/index.html:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cultivar/review.html:393
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cultivar/review.html:393 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in discountdash-v1.0/script.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
discountdash-v1.0/script.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dowser/index.html:246
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dowser/index.html:246 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in econia/nav.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
econia/nav.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in econnews/archives.html:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
econnews/archives.html:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in econnews/index.html:122
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
econnews/index.html:122 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in econnewsbackup/archives.html:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
econnewsbackup/archives.html:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in econnewsbackup/index.html:122
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
econnewsbackup/index.html:122 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in flare/script.js:239
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
flare/script.js:239 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in flippinghard/student.html:492
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
flippinghard/student.html:492 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in flippinghard/teacher.html:525
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
flippinghard/teacher.html:525 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in fractions-v4.0/script.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
fractions-v4.0/script.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in graphs/index.html:682
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
graphs/index.html:682 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in griz/index.html:299
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
griz/index.html:299 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in guesswhoanimals/index.html:437
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
guesswhoanimals/index.html:437 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in guesswhoanimals/index1.html:387
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
guesswhoanimals/index1.html:387 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in heresy/index.html:320
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
heresy/index.html:320 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hippiesandspies/index.html:866
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hippiesandspies/index.html:866 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ibeconinequality/index.html:1379
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ibeconinequality/index.html:1379 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ibnews/index.html:629
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ibnews/index.html:629 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:789
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:789 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in inflation/app.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
inflation/app.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ipmemory/script.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ipmemory/script.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in longcut/index.html:336
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
longcut/index.html:336 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in moa/firebase-counter.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
moa/firebase-counter.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in moa/guestbook/guestbook.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
moa/guestbook/guestbook.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in moa/nav.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
moa/nav.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in moa/rq/index.html:728
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
moa/rq/index.html:728 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in moa/today/index.html:256
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
moa/today/index.html:256 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mortgage/index.html:773
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mortgage/index.html:773 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in multiplication-memory-v2.1/script.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
multiplication-memory-v2.1/script.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mymaths/_next/static/chunks/0-7a~~2zh~897.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mymaths/_next/static/chunks/0-7a~~2zh~897.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mymaths/_next/static/chunks/07lhk_q6pmm3r.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mymaths/_next/static/chunks/07lhk_q6pmm3r.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mymaths/site/src/components/DependencyGraph.tsx:136
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mymaths/site/src/components/DependencyGraph.tsx:136 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in numbertiles/script.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
numbertiles/script.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pdfwrite/index.html:153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pdfwrite/index.html:153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pdfwrite/script.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pdfwrite/script.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in peedeeeffer/index.html:327
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
peedeeeffer/index.html:327 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in peedeeeffer/indexstable.html:172
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
peedeeeffer/indexstable.html:172 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in peedeeeffer/indexstable2.html:156
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
peedeeeffer/indexstable2.html:156 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in peedeeeffer/merge.html:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
peedeeeffer/merge.html:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in peedeeeffer/oldindex.html:131
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
peedeeeffer/oldindex.html:131 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in photos/index.html:645
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
photos/index.html:645 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pinhole/index.html:525
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pinhole/index.html:525 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in printergoesbrrr/js/main.js:122
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
printergoesbrrr/js/main.js:122 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pulse/script.js:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pulse/script.js:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in qreview/index.html:536
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
qreview/index.html:536 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in racecar/designer.html:372
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
racecar/designer.html:372 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in racecar/index.html:692
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
racecar/index.html:692 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in racecar2/index.html:697
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
racecar2/index.html:697 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/calculations.html:126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/calculations.html:126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/dashboard.html:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/dashboard.html:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/definitions.html:116
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/definitions.html:116 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/home.html:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/home.html:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/js/app.js:162
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/js/app.js:162 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/statements.html:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/statements.html:104 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/teacher.html:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/teacher.html:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ratibro/understanding.html:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ratibro/understanding.html:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in reports/index.html:1329
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
reports/index.html:1329 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scrim/script.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scrim/script.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in slopstudy/index.html:716
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
slopstudy/index.html:716 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in spin/index.html:616
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
spin/index.html:616 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in spiral/js/main.js:380
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
spiral/js/main.js:380 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in stocksimulator/index.html:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
stocksimulator/index.html:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in stocksimulator/index2.html:239
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
stocksimulator/index2.html:239 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in sudoku/index.html:427
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
sudoku/index.html:427 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in temp/index.html:613
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
temp/index.html:613 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tote/index.html:613
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tote/index.html:613 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in turnright/index.html:344
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
turnright/index.html:344 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in typurr/script.js:793
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
typurr/script.js:793 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in unichase/index.html:362
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
unichase/index.html:362 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in uniquiz/js/create.js:142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
uniquiz/js/create.js:142 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in uniquiz/js/play.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
uniquiz/js/play.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in uniquiz/js/session.js:210
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
uniquiz/js/session.js:210 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in uniquiz/js/teacher.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
uniquiz/js/teacher.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in walker/index.html:783
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
walker/index.html:783 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in wc26/app.js:283
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
wc26/app.js:283 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in econnews/index.html:63
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
econnews/index.html:63 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in econnewsbackup/index.html:63
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
econnewsbackup/index.html:63 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in peedeeeffer/index.html:520
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
peedeeeffer/index.html:520 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in mortgage/index.html:744
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
mortgage/index.html:744 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in photos/index.html:885
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
photos/index.html:885 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in pulse/script.js:697
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
pulse/script.js:697 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in slopstudy/index.html:525
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
slopstudy/index.html:525 Local storage auth token
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 109 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 77 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 frontend Frontend quality conf 1.00 Icon-only button without accessible name — uniquiz/js/create.js:236
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 security security conf 1.00 Insecure pattern 'document_write' in coldwar/index.html:1480
Found a known-risky pattern (document_write). Review and replace if possible.
coldwar/index.html:1480 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in wb/script.js:305
Found a known-risky pattern (document_write). Review and replace if possible.
wb/script.js:305 Document write
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: quiz_scripts/quiz_generate.py:slide_question, quiz_scripts/quiz_generate.py:slide_answer This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
duplicatesduplication
low System graph quality 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 `rest_v1` in isluxonpm/script.js:2
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 `unstable_legacy` in mymaths/_next/static/chunks/07lhk_q6pmm3r.js:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: fetch_feed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
businews_scripts/score_stories.py:99
econnews_scripts/econnews_update.py:116
quiz_scripts/quiz_generate.py:163
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 — ask-v1.0/script.js:95
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 — generate-manifest.js:83
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 — isluxonpm/script.js:17
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 — multiplication-memory-v2.1/script.js:3
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 — treethree/script.js:76
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 — wc26/build.js:103
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 quality Complexity conf 1.00 Very large file: typurr/script.js (1640 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/5ee5afdf-eb6b-41d6-873a-91268d11cf91/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5ee5afdf-eb6b-41d6-873a-91268d11cf91/

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.