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.

tept-creator/tept-creator.github.io

https://github.com/tept-creator/tept-creator.github.io · scanned 2026-06-16 00:32 UTC (2 months, 2 weeks ago)

78 raw signals (0 security + 78 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 78 actionable findings from 1 signal source. 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 65.2/100 with 77.8% coverage. It contains 1907 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 78 findings — concentrated in security (49), quality (24), frontend (4). Risk profile is low: 0 critical, 0 high, 59 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 74 of 78 actionable findings. 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 — apps/tft-reroll-guide/guide-hydrate.js:90
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/tft/download-items-from-cdragon.mjs:171
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/tft/download-tactician-hud-icons.mjs:26
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/tft/generate-tft-app-set.mjs:113
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 — server/twitch-subs/server.mjs:3449
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 — tft-news-bot/src/ai/analyzeTweet.js:221
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 — tft-news-bot/src/discord/notifyCandidate.js:155
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/skills/set-migration/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/set-migration/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/vps-ops/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/vps-ops/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/update-tft-data.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server/twitch-subs/server.mjs:2199
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server/twitch-subs/server.mjs:2199 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/itempuzzle/index.html:1125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/itempuzzle/index.html:1125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/metatft-url-generator/displaydatas.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/metatft-url-generator/displaydatas.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/metatft-url-generator/displayLinkButtons.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/metatft-url-generator/displayLinkButtons.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-common/tft-tips.js:1657
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-common/tft-tips.js:1657 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-reroll-guide/ability-editor.html:902
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-reroll-guide/ability-editor.html:902 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-reroll-guide/articles.html:365
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-reroll-guide/articles.html:365 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-reroll-guide/cms.html:3053
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-reroll-guide/cms.html:3053 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-reroll-guide/guide-hydrate.js:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-reroll-guide/guide-hydrate.js:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-reroll-guide/guide-interactions.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-reroll-guide/guide-interactions.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-reroll-guide/guide-renderer-core.mjs:3476
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-reroll-guide/guide-renderer-core.mjs:3476 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/tft-synergy-quiz/index.html:802
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/tft-synergy-quiz/index.html:802 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deprecated/apps/tept-fight-tactics/index.html:557
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deprecated/apps/tept-fight-tactics/index.html:557 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deprecated/apps/tft-opening-trainer/index.html:1503
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deprecated/apps/tft-opening-trainer/index.html:1503 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deprecated/apps/tft-reroll-guide/design-patterns/augment-glow-assets-preview.html:230
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deprecated/apps/tft-reroll-guide/design-patterns/augment-glow-assets-preview.html:230 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deprecated/apps/tft-reroll-guide/design-patterns/augment-icon-color-patterns.html:397
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deprecated/apps/tft-reroll-guide/design-patterns/augment-icon-color-patterns.html:397 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deprecated/apps/tft-reroll-guide/design-patterns/board-color-patterns.html:321
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deprecated/apps/tft-reroll-guide/design-patterns/board-color-patterns.html:321 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deprecated/apps/tft-reroll-guide/design-patterns/board-trait-display-patterns.html:531
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deprecated/apps/tft-reroll-guide/design-patterns/board-trait-display-patterns.html:531 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deprecated/apps/tft-reroll-guide/design-patterns/item-reverse-guide-patterns.html:463
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deprecated/apps/tft-reroll-guide/design-patterns/item-reverse-guide-patterns.html:463 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in guides/index.html:1510
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
guides/index.html:1510 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/branching-app.html:2325
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/branching-app.html:2325 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/cms-app.html:634
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/cms-app.html:634 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/dictionary-register-app.html:612
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/dictionary-register-app.html:612 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/guide-editor-app.html:3253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/guide-editor-app.html:3253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/name-aliases-app.html:1050
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/name-aliases-app.html:1050 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/news-accounts-app.html:297
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/news-accounts-app.html:297 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/news-app.html:404
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/news-app.html:404 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/next-tournament-app.html:699
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/next-tournament-app.html:699 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/splash-framing-app.html:854
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/splash-framing-app.html:854 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/term-glossary-app.html:369
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/term-glossary-app.html:369 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/tft-items-app.html:548
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/tft-items-app.html:548 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/twitch-subs/private/users-app.html:434
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/twitch-subs/private/users-app.html:434 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/item-puzzle/index.html:1193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/item-puzzle/index.html:1193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/metatft-url/displaydatas.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/metatft-url/displaydatas.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/metatft-url/displayLinkButtons.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/metatft-url/displayLinkButtons.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/synergy-quiz/index.html:870
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/synergy-quiz/index.html:870 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/tft-local/server.mjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/tft-local/server.mjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-js-syntax.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-js-syntax.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sync-main.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sync-main.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/vps/check-backup.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/vps/check-backup.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/vps/check-tournament-next.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/vps/check-tournament-next.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/vps/publish-public.mjs:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/vps/publish-public.mjs:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in server/twitch-subs/server.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
server/twitch-subs/server.mjs:2 Node child process
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
6 test file(s) for 94 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 27 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `BRANCHING_DRAFT_DATA_FILE`, `TEPDEMY_ADMIN_PREVIEW_MODE`, `TEPDEMY_ADMIN_PREVIEW_SEED`, `TEPDEMY_BACKUP_ROOT`, `TEPDEMY_BRANCHING_DATA_FILE`, `TEPDEMY_COMPS_API_URL`, `TEPDEMY_ENV_FILE`, `TEPDEMY_GUIDE_PUBLIC_DATA_DIR` + 19 more. Add them (with a …
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 127 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph security security conf 1.00 Insecure pattern 'document_write' in server/twitch-subs/private/dictionary-register-app.html:383
Found a known-risky pattern (document_write). Review and replace if possible.
server/twitch-subs/private/dictionary-register-app.html:383 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in server/twitch-subs/private/name-aliases-app.html:666
Found a known-risky pattern (document_write). Review and replace if possible.
server/twitch-subs/private/name-aliases-app.html:666 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in server/twitch-subs/private/tft-items-app.html:354
Found a known-risky pattern (document_write). Review and replace if possible.
server/twitch-subs/private/tft-items-app.html:354 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in server/twitch-subs/server.mjs:5061
Found a known-risky pattern (document_write). Review and replace if possible.
server/twitch-subs/server.mjs:5061 Document write
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality 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 `hero__copy` in scripts/tft/generate-card-pages.mjs:115
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 — apps/metatft-url-generator/script.js:100
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 — tft-news-bot/src/utils/logger.js:30
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 — tools/metatft-url/script.js:100
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: apps/tft-common/tft-tips.js (1753 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/tft-local/server.mjs (1692 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/tft-reroll-guide/guide-renderer-core.mjs (4072 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: server/twitch-subs/server.mjs (6802 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/b2706c5d-6461-4592-8e25-12324a712688/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b2706c5d-6461-4592-8e25-12324a712688/

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.