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.

bobisme/maw

https://github.com/bobisme/maw · scanned 2026-06-17 01:43 UTC (1 month, 1 week ago)

61 raw signals (0 security + 61 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -25.3 (diff) · 55 actionable findings from 1 signal source. 6 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 51.4/100 with 55.6% coverage. It contains 1492 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 61 findings — concentrated in quality (40), software (11), security (7). Risk profile is high: 5 critical, 0 high, 7 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 54 of 55 actionable findings. 61 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 5 occurrences Possible secret in crates/maw-lfs/src/creds.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 316, 322, 344, 368, 375
crates/maw-lfs/src/creds.rs:316, 322, 344, 368, 375 (5 hits)
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 'weak_hash' in crates/maw-git/src/objects_impl.rs:14
Found a known-risky pattern (weak_hash). Review and replace if possible.
crates/maw-git/src/objects_impl.rs:14 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in notes/eval-real-2026-05-27/plan-d-haiku/C2-T1/C2-T1-maw-r010.json:230
Found a known-risky pattern (weak_hash). Review and replace if possible.
notes/eval-real-2026-05-27/plan-d-haiku/C2-T1/C2-T1-maw-r010.json:230 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/dst.py:116
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — spike/cost_scaling.py:29
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — spike/oracle_ab_harness.py:40
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 123 placeholder/mock markers across 25 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 Debug conf 1.00 Debug logging residue appears in source files
Found 65 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 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 3 locations
.github/workflows/dst.yml:96, 152 (2 hits)
.github/workflows/dst-soak.yml:67
CI/CD securitySupply chainGithub actions
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_inspect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dst.py:181
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_open_latest
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dst.py:203
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_replay
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dst.py:149
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_run
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dst.py:119
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_shrink
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dst.py:163
low System graph software Dead code conf 1.00 Possibly dead Python function: heal_cm63
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spike/oracle_ab_harness.py:542
low System graph software Dead code conf 1.00 Possibly dead Python function: heal_work_loss
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spike/oracle_ab_harness.py:488
low System graph software Dead code conf 1.00 Possibly dead Python function: is_ancestor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spike/oracle_ab_harness.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: plant_cm63
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spike/oracle_ab_harness.py:512
low System graph software Dead code conf 1.00 Possibly dead Python function: plant_work_loss
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spike/oracle_ab_harness.py:455
low System graph software Dead code conf 1.00 Possibly dead Python function: repl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
notes/eval-real-2026-05-28/sg3-final/classify_contamination.py:52
low System graph quality Complexity conf 1.00 Very large file: crates/maw-assurance/src/oracle.rs (1454 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-assurance/src/oracle_a.rs (1306 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-assurance/src/oracle_b.rs (1553 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/changes/mod.rs (2132 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/doctor.rs (1508 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/init.rs (2970 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/transport.rs (1641 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/workspace/merge.rs (6682 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/workspace/mod.rs (2288 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/workspace/recover.rs (2445 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/workspace/resolve.rs (2586 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/workspace/resolve_structured.rs (3648 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/workspace/sync/rebase.rs (3115 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-cli/src/workspace/working_copy.rs (2025 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-core/src/backend/git.rs (2109 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-core/src/merge/apply.rs (1347 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-core/src/merge/materialize.rs (2089 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-core/src/merge_state.rs (1870 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-core/src/model/conflict.rs (1790 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-git/tests/integration_test.rs (1893 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/maw-scenario/src/lib.rs (1462 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/merge/ast_merge.rs (1911 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/merge/build_phase.rs (2505 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/merge/collect.rs (1554 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/merge/determinism_tests.rs (1510 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/merge/pushout_tests.rs (1311 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/merge/resolve.rs (3254 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/merge/validate.rs (1475 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/action_workflow_dst.rs (1348 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/dst_harness.rs (1810 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/merge.rs (1945 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/merge_scenarios.rs (1493 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/sync_rebase_semantics.rs (2632 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/7094b103-b029-477d-a916-c29b7637474e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7094b103-b029-477d-a916-c29b7637474e/

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.