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.

coreprime/kbot

https://github.com/coreprime/kbot · scanned 2026-06-17 01:51 UTC (1 month, 1 week ago)

284 raw signals (0 security + 284 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -17.7 (diff) · 284 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 59.0/100 with 77.8% coverage. It contains 2861 nodes across 3 cross-layer flows, written primarily in mixed languages. Engine surfaced 284 findings — concentrated in quality (263), security (17), frontend (2). Risk profile is high: 0 critical, 2 high, 33 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 47 of 284 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security security conf 1.00 Insecure pattern 'exec_used' in engine/script/vm.go:211
Found a known-risky pattern (exec_used). Review and replace if possible.
engine/script/vm.go:211 Exec used
high System graph security Secrets conf 1.00 Runtime dotenv file present in repo: .env
`.env` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control.
.env ConfigEnv fileRuntime env
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — internal/studio/web/ui/files-browser/viewers/highlight.js:11
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 — internal/studio/web/ui/panels/controls-panel.js:14
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 — internal/studio/web/engine/net/wasm-source.js:64
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 — internal/studio/web/ui/files-browser/api.js:40
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 — internal/studio/web/ui/files-browser/components/async.js:12
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 — internal/studio/web/ui/map-editor/boot.js:510
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 — internal/studio/web/ui/picker/picker-app.js:37
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 — internal/studio/web/ui/pickers/auto-open.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 — internal/studio/web/ui/pickers/model-catalog.js:42
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 — internal/studio/web/ui/unit-editor/debugger/bos.js:340
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — internal/studio/web/vite.config.js:9
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 — packages-js/game3d/model-loader.js:52
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 — packages-js/game3d/model-viewer.js:290
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 — packages-js/game3d/palette.js:23
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 — packages-js/game3d/shader-loader.js:33
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 — packages-js/kbotui/hex-view.js:49
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 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 'dangerous_innerhtml' in internal/studio/web/index.html:279
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
internal/studio/web/index.html:279 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/engine/wasm-demo.html:145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/engine/wasm-demo.html:145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/map-editor/drawer.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/map-editor/drawer.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/map-editor/schema-selector.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/map-editor/schema-selector.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/map-editor/undo.js:204
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/map-editor/undo.js:204 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/sandbox/map-loader.js:154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/sandbox/map-loader.js:154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/sandbox/resources-hud.js:101
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/sandbox/resources-hud.js:101 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/sandbox/roster-strip.js:161
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/sandbox/roster-strip.js:161 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/sandbox/view.js:2586
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/sandbox/view.js:2586 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in internal/studio/web/ui/topbar.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
internal/studio/web/ui/topbar.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in internal/studio/web/ui/unit-editor/debugger/bos.js:405
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
internal/studio/web/ui/unit-editor/debugger/bos.js:405 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in cmd/kbot/cob/cob_roundtrip.go:276
Found a known-risky pattern (weak_hash). Review and replace if possible.
cmd/kbot/cob/cob_roundtrip.go:276 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in cmd/kbot/gaf/gaf_roundtrip.go:270
Found a known-risky pattern (weak_hash). Review and replace if possible.
cmd/kbot/gaf/gaf_roundtrip.go:270 Weak hash
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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 62 placeholder/mock markers across 35 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: ci, lockfile. 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 Tests conf 1.00 Low test-to-source ratio
129 tests / 614 src (ratio 0.21).
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages-js/game-takingdoms/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages-js/game-takingdoms/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages-js/kbotui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages-js/kbotui/package.json LockfileReproducibilityGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
internal/studio/web/package.json CI/CD securitySupply chainNpm
low System graph quality Complexity conf 1.00 Very large file: engine/sim/step.go (1515 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: engine/sim/world.go (1654 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: internal/studio/api.go (1918 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: internal/studio/web/ui/sandbox/view.js (3366 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: internal/studio/web/ui/sandbox/wasm-scene.js (1537 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: internal/studio/web/ui/unit-editor/mv-controls.js (1377 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages-js/game3d/model-renderer.js (4846 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/8a78e7de-cdca-4a17-9887-1fce4aab0194/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8a78e7de-cdca-4a17-9887-1fce4aab0194/

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.