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.

rubys/roundhouse

https://github.com/rubys/roundhouse · scanned 2026-06-15 23:57 UTC (2 months, 3 weeks ago)

218 raw signals (74 security + 144 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 133 actionable findings from 2 signal sources. 146 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 66.3/100 with 100.0% coverage. It contains 1093 nodes across 2 cross-layer flows, written primarily in mixed languages. Engine surfaced 144 findings — concentrated in quality (80), software (23), cicd (21). Risk profile is high: 0 critical, 6 high, 19 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 92 of 133 actionable findings. 279 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 Security checks quality Practices conf 0.82 7 occurrences Foundry mined mock as real or placeholder: rubys/roundhouse
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
7 occurrences
repo-level (7 hits)
critical Security checks security auth conf 0.78 Foundry mined security auth guardrail gaps: rubys/roundhouse
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
high Security checks quality Practices conf 0.84 6 occurrences Foundry mined bad chains: rubys/roundhouse
Comment chain pattern product: bad_chains Repo: rubys/roundhouse Thread: rubys/roundhouse#3 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_ver…
6 occurrences
repo-level (6 hits)
high Security checks quality Quality conf 0.76 24 occurrences Foundry mined schema ui api mismatch: rubys/roundhouse
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: weak_supervision_needs_review Repo: r…
24 occurrences
repo-level (24 hits)
high Security checks quality Testing conf 0.78 12 occurrences Foundry mined test ci gap after feedback: rubys/roundhouse
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: supported_by_high_confi…
12 occurrences
repo-level (12 hits)
high System graph security security conf 1.00 Insecure pattern 'eval_used' in runtime/spinel/scaffold/tools/check_spinel_subset.rb:28
Found a known-risky pattern (eval_used). Review and replace if possible.
runtime/spinel/scaffold/tools/check_spinel_subset.rb:28 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in runtime/typescript/db_worker.ts:74
Found a known-risky pattern (exec_used). Review and replace if possible.
runtime/typescript/db_worker.ts:74 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in runtime/typescript/sqlite_wasm_engine.ts:23
Found a known-risky pattern (exec_used). Review and replace if possible.
runtime/typescript/sqlite_wasm_engine.ts:23 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/emit/kotlin/primitives.rs:139
Found a known-risky pattern (exec_used). Review and replace if possible.
src/emit/kotlin/primitives.rs:139 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/emit/swift/primitives.rs:113
Found a known-risky pattern (exec_used). Review and replace if possible.
src/emit/swift/primitives.rs:113 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in wasm/lib/fixture.json:1
Found a known-risky pattern (exec_used). Review and replace if possible.
wasm/lib/fixture.json:1 Exec used
medium Security checks quality Practices conf 0.62 39 occurrences Foundry mined assumption checks: rubys/roundhouse
Comment chain pattern product: assumption_checks Repo: rubys/roundhouse Thread: rubys/roundhouse#9 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_…
39 occurrences
repo-level (39 hits)
medium Security checks quality maintenance conf 0.70 44 occurrences Foundry mined blueprint gap alignment: rubys/roundhouse
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
44 occurrences
repo-level (44 hits)
medium Security checks quality Practices conf 0.70 2 occurrences Foundry mined unresolved feedback: rubys/roundhouse
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: weak…
2 occurrences
repo-level (2 hits)
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — runtime/typescript/client.ts:121
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 — wasm/browser-spike/spike.js:70
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 — wasm/lib/transpile.mjs:60
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 cicd CI/CD security conf 1.00 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
ruby/setup-ruby@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 33, 197, 352, 486, 668, 807, 838
.github/workflows/ci.yml:33, 197, 352, 486, 668, 807, 838 (7 hits)
CI/CD securitySupply chainGithub actions
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/ci.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in runtime/typescript/client.ts:310
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
runtime/typescript/client.ts:310 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/browse/app.js:15
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/browse/app.js:15 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in wasm/browser-spike/spike.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
wasm/browser-spike/spike.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in wasm/lib/tree.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
wasm/lib/tree.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in wasm/studio/studio.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
wasm/studio/studio.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/project.rs:677
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/project.rs:677 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 63 placeholder/mock markers across 37 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 Maintenance conf 1.00 66 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 67 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 13 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 46, 80, 97, 145, 251, 275, 311, 325, +5 more
.github/workflows/ci.yml:46, 80, 97, 145, 251, 275, 311, 325, +5 more (13 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
68 tests / 290 src (ratio 0.23).
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: runtime/python/db.py:execute, runtime/python/db.py:exec 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.
2 occurrences
repo-level (2 hits)
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 software Dead code conf 1.00 Possibly dead Python function: broadcast_append_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/cable.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: broadcast_prepend_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/cable.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: broadcast_remove_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/cable.py:104
low System graph software Dead code conf 1.00 Possibly dead Python function: broadcast_replace_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/cable.py:80
low System graph software Dead code conf 1.00 Possibly dead Python function: content_for
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:77
low System graph software Dead code conf 1.00 Possibly dead Python function: csp_meta_tag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:101
low System graph software Dead code conf 1.00 Possibly dead Python function: csrf_meta_tags
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: expect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/http.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: form_wrap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:197
low System graph software Dead code conf 1.00 Possibly dead Python function: head
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/http.py:269
low System graph software Dead code conf 1.00 Possibly dead Python function: javascript_importmap_tags
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: link_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:143
low System graph software Dead code conf 1.00 Possibly dead Python function: params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/http.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: query_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/db.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: redirect_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/http.py:265
low System graph software Dead code conf 1.00 Possibly dead Python function: register_partial
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/cable.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: render
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/http.py:261
low System graph software Dead code conf 1.00 Possibly dead Python function: respond_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/http.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: scalar
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/db.py:95
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_test_db
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/db.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/server.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: stylesheet_link_tag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: text_field
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/python/view_helpers.py:236
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 — runtime/typescript/client.ts:365
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 — runtime/typescript/server-libsql.ts:503
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 — runtime/typescript/server-worker.ts:177
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 — runtime/typescript/server.ts:641
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 — wasm/browser-spike/spike.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 — wasm/playground/playground.js:263
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 — wasm/studio/studio.js:197
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 Integrity conf 1.00 Stub function `expect` (body is just `pass`/`return`) — runtime/python/http.py:66
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: src/analyze/async_color.rs (1375 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/analyze/body/mod.rs (1694 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/analyze/mod.rs (2734 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/crystal/expr.rs (1678 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/elixir2/expr.rs (2990 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/go2.rs (1334 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/go2/expr.rs (3480 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/go2/library.rs (1464 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/kotlin/expr.rs (1677 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/python/expr.rs (1231 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/python/view.rs (1583 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/rust2.rs (2108 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/rust2/decide/str_color.rs (1271 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/rust2/expr/mod.rs (1285 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/swift/expr.rs (2549 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/typescript.rs (2572 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/typescript/expr.rs (3443 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/emit/typescript/library.rs (1920 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/ingest/expr.rs (1607 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lower/functionalize/mutation_to_struct_return.rs (1824 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lower/view_to_library/mod.rs (1580 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/project.rs (1427 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/runtime_loader.rs (1833 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/runtime_src.rs (1628 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/analyze.rs (1598 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/go2_smoke.rs (2034 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/lowered_ruby_emit.rs (2012 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/278563cd-18ce-453d-9d16-00557ac7f1b0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/278563cd-18ce-453d-9d16-00557ac7f1b0/

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.