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.

zhitongblog/unterm

https://github.com/zhitongblog/unterm · scanned 2026-06-16 01:14 UTC (2 months, 1 week ago)

143 raw signals (0 security + 143 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 116 actionable findings from 1 signal source. 27 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 48.1/100 with 88.9% coverage. It contains 3257 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 143 findings — concentrated in quality (81), software (29), cicd (16). Risk profile is high: 0 critical, 5 high, 28 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 103 of 116 actionable findings. 143 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.

high System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action tracks a moving branch
google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 4 locations
deps/freetype/zlib/.github/workflows/fuzz.yml:8, 14 (2 hits)
deps/harfbuzz/harfbuzz/.github/workflows/cifuzz.yml:13, 18 (2 hits)
CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in deps/freetype/freetype2/src/tools/glnames.py:5349
Found a known-risky pattern (eval_used). Review and replace if possible.
deps/freetype/freetype2/src/tools/glnames.py:5349 Eval used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — web/functions/api/stats.ts:72
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 hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: gcr.io/oss-fuzz-base/base-builder
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
deps/freetype/libpng/contrib/oss-fuzz/Dockerfile:18 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: deps/freetype/libpng/contrib/oss-fuzz/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
softprops/action-gh-release@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 2 locations
.github/workflows/release-linux.yml:76
.github/workflows/release-windows.yml:99
CI/CD securitySupply chainGithub actions
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/release-linux.yml
.github/workflows/release-windows.yml
deps/harfbuzz/harfbuzz/.github/workflows/scorecard.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in web/functions/api/agents/manifests.ts:111
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
web/functions/api/agents/manifests.ts:111 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in web/functions/api/agents/trust.ts:30
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
web/functions/api/agents/trust.ts:30 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in web/functions/api/stats.ts:117
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
web/functions/api/stats.ts:117 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in wezterm-gui/assets/settings/alpine.js:5
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
wezterm-gui/assets/settings/alpine.js:5 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in web/src/i18n/en-US.json:230
Found a known-risky pattern (weak_hash). Review and replace if possible.
web/src/i18n/en-US.json:230 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in web/src/i18n/zh-CN.json:306
Found a known-risky pattern (weak_hash). Review and replace if possible.
web/src/i18n/zh-CN.json:306 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in wezterm-ssh/src/host.rs:146
Found a known-risky pattern (weak_hash). Review and replace if possible.
wezterm-ssh/src/host.rs:146 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — deps/freetype/freetype2/src/tools/make_distribution_archives.py:21
`subprocess.check_output(...)` 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 — deps/harfbuzz/harfbuzz/src/check-libstdc++.py:34
`subprocess.check_output(...)` 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 — deps/harfbuzz/harfbuzz/src/check-static-inits.py:34
`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 — deps/harfbuzz/harfbuzz/src/check-symbols.py:77
`subprocess.check_output(...)` 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 — deps/harfbuzz/harfbuzz/src/gen-ragel-artifacts.py:22
`subprocess.Popen(...)` 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 — deps/harfbuzz/harfbuzz/test/shape/run-tests.py:29
`subprocess.Popen(...)` 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 — deps/harfbuzz/harfbuzz/test/subset/run-repack-tests.py:37
`subprocess.Popen(...)` 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 — deps/harfbuzz/harfbuzz/test/subset/run-tests.py:41
`subprocess.Popen(...)` 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 143 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
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
deps/harfbuzz/harfbuzz/.github/workflows/coverity-scan.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
29 test file(s) for 578 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Maintenance conf 1.00 149 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 629 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:20 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: rust:1-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:13 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/cache@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 7 locations
deps/freetype/libpng/.github/workflows/lint.yml:17, 25 (2 hits)
deps/freetype/zlib/.github/workflows/cmake.yml:61, 82 (2 hits)
deps/freetype/zlib/.github/workflows/configure.yml:98, 130 (2 hits)
deps/freetype/zlib/.github/workflows/fuzz.yml:21
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: deps/freetype/freetype2/builds/meson/extract_freetype_version.py:parse_freetype_header, deps/freetype/freetype2/builds/meson/extract_libtool_version.py:parse_configure_raw This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos —…
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: deps/harfbuzz/harfbuzz/test/shape/hb_test_tools.py:start_color, deps/harfbuzz/harfbuzz/test/shape/hb_test_tools.py:start_color, deps/harfbuzz/harfbuzz/test/shape/hb_test_tools.py:start_color This is *the* AI-coder failure mode (4× more duplication in…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `__agents_manifests_v1` in web/functions/api/agents/manifests.ts:38
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 `__stats_v1` in web/functions/api/stats.ts:43
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 Possibly dead Python function: close_path_f
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/justify.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: color_f
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/justify.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: cubic_to_f
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/justify.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: is_BASE_NUM
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:209
low System graph software Dead code conf 1.00 Possibly dead Python function: is_CONS_FINAL
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:217
low System graph software Dead code conf 1.00 Possibly dead Python function: is_CONS_FINAL_MOD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:220
low System graph software Dead code conf 1.00 Possibly dead Python function: is_CONS_MED
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:222
low System graph software Dead code conf 1.00 Possibly dead Python function: is_CONS_MOD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:226
low System graph software Dead code conf 1.00 Possibly dead Python function: is_CONS_SUB
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:228
low System graph software Dead code conf 1.00 Possibly dead Python function: is_CONS_WITH_STACKER
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:230
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HALANT
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:232
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HALANT_NUM
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:237
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HIEROGLYPH
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:239
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HIEROGLYPH_JOINER
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:241
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HIEROGLYPH_MIRROR
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:243
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HIEROGLYPH_MOD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:245
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HIEROGLYPH_SEGMENT_BEGIN
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:247
low System graph software Dead code conf 1.00 Possibly dead Python function: is_HIEROGLYPH_SEGMENT_END
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:249
low System graph software Dead code conf 1.00 Possibly dead Python function: is_INVISIBLE_STACKER
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:251
low System graph software Dead code conf 1.00 Possibly dead Python function: is_OTHER
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:258
low System graph software Dead code conf 1.00 Possibly dead Python function: is_REORDERING_KILLER
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:267
low System graph software Dead code conf 1.00 Possibly dead Python function: is_REPHA
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:269
low System graph software Dead code conf 1.00 Possibly dead Python function: is_VOWEL
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:276
low System graph software Dead code conf 1.00 Possibly dead Python function: is_VOWEL_MOD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:279
low System graph software Dead code conf 1.00 Possibly dead Python function: is_ZWNJ
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/gen-use-table.py:256
low System graph software Dead code conf 1.00 Possibly dead Python function: line_to_f
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/justify.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: move_to_f
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/justify.py:12
low System graph software Dead code conf 1.00 Possibly dead Python function: pop_transform_f
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/justify.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: push_transform_f
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
deps/harfbuzz/harfbuzz/src/justify.py:50
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 — wezterm-gui/assets/settings/tailwind.js:31
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: bidi/src/bidi_class.rs (2348 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: bidi/src/lib.rs (2094 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: config/src/config.rs (2603 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: config/src/scheme_data.rs (1007 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: deps/cairo/src/lib.rs (1859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: deps/freetype/freetype2/src/tools/glnames.py (5533 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: deps/freetype/libpng/ltmain.sh (11436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: deps/freetype/src/lib.rs (3005 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: deps/harfbuzz/src/lib.rs (4739 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mux/src/tab.rs (2528 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: term/src/terminalstate/mod.rs (2766 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: termwiz/src/input.rs (1992 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: termwiz/src/render/terminfo.rs (1297 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-char-props/src/nerdfonts_data.rs (10756 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-client/src/client.rs (1392 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-escape-parser/src/csi.rs (3395 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-escape-parser/src/osc.rs (2000 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-font/src/ftwrap.rs (1535 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/assets/settings/app.js (1415 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/commands.rs (2335 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/customglyph.rs (6036 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/glyphcache.rs (1376 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/main.rs (1623 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/mcp/handler.rs (5309 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/overlay/copy.rs (2238 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/termwindow/mod.rs (4624 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/termwindow/mouseevent.rs (2845 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-gui/src/web_settings/server.rs (1480 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-input-types/src/lib.rs (3236 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-ssh/src/config.rs (1636 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wezterm-surface/src/lib.rs (1785 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: window/src/os/macos/window.rs (3440 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: window/src/os/wayland/window.rs (1537 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: window/src/os/windows/window.rs (3119 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: window/src/os/x11/window.rs (2251 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/025ca52e-48ff-4c00-8468-cd0400c5fa83/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/025ca52e-48ff-4c00-8468-cd0400c5fa83/

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.