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.

compiler-explorer/compiler-explorer

https://github.com/compiler-explorer/compiler-explorer · scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)

1015 raw signals (0 security + 1015 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -21.3 (diff) · 981 actionable findings from 1 signal source. 34 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
Scan summary Repository scanned at 55.4/100 with 100.0% coverage. It contains 4191 nodes across 17 cross-layer flows, written primarily in mixed languages. Engine surfaced 1015 findings — concentrated in quality (824), frontend (106), cicd (37). Risk profile is high: 0 critical, 12 high, 47 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 119 of 981 actionable findings. 1015 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 api Wiring conf 1.00 Dangling fetch: GET https://conan.compiler-explorer.com/annotations/${libver} (static/widgets/libs-widget.ts:79)
`static/widgets/libs-widget.ts:79` calls `GET https://conan.compiler-explorer.com/annotations/${libver}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/conan.compiler-explorer.com/annotations/<p>` If this poi…
Dangling fetchFetch
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
jakejarvis/s3-sync-action@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy-win.yml:59 CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/base-compiler.ts:429
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/base-compiler.ts:429 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/compilers/movfuscator.ts:38
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/compilers/movfuscator.ts:38 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/compilers/pascal-win.ts:64
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/compilers/pascal-win.ts:64 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/compilers/ppci.ts:45
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/compilers/ppci.ts:45 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/compilers/win32.ts:290
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/compilers/win32.ts:290 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/compilers/wsl-vc.ts:59
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/compilers/wsl-vc.ts:59 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/objdumper/base.ts:69
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/objdumper/base.ts:69 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/runtime-tools/heaptrack-wrapper.ts:161
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/runtime-tools/heaptrack-wrapper.ts:161 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/tooling/base-tool.ts:96
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/tooling/base-tool.ts:96 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/buildenvsetup/ceconan.ts:126
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 — lib/shortener/google.ts:115
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 — lib/storage/remote.ts:45
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 — static/api/api.ts:38
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 — static/panes/explain-view.ts:439
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 — static/panes/tool.ts:495
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 — static/services/compilers.service.ts:107
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 — static/services/languages.service.ts:79
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 — static/services/libs.service.ts:73
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 — static/services/tools.service.ts:66
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/agents/compiler-explorer-architect.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/agents/compiler-explorer-architect.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/hunt-sentry-issues.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/commands/hunt-sentry-issues.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/resetprops.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/commands/resetprops.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: AGENTS.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.
AGENTS.md VerificationAgents md
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 Security conf 1.00 Dockerfile runs as root: .devcontainer/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 8 occurrences GitHub Action is tag-pinned rather than SHA-pinned
peter-evans/create-pull-request@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 8 locations
.github/workflows/codeql-analysis.yml:43, 54, 68 (3 hits)
.github/workflows/test-frontend.yml:23, 26, 29 (3 hits)
.github/workflows/browserslist.yml:21
.github/workflows/test-and-deploy.yml:25
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in lib/handlers/middleware.ts:54
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
lib/handlers/middleware.ts:54 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/panes/cfg-view.ts:409
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/panes/cfg-view.ts:409 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/print-view.ts:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/print-view.ts:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in static/panes/cfg-view.ts:650
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
static/panes/cfg-view.ts:650 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in etc/scripts/check-frontend-imports.js:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
etc/scripts/check-frontend-imports.js:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in etc/webpack/parsed-pug-loader.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
etc/webpack/parsed-pug-loader.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/app/cli.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/app/cli.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/app/temp-dir.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/app/temp-dir.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/compilation-env.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/compilation-env.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/exec.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/exec.ts:25 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — etc/scripts/check_infra_settings.py:47
`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 — etc/scripts/docenizers/docenizer-6502.py:96
`urllib.request.urlopen(...)` 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 — etc/scripts/docenizers/docenizer-amd64.py:138
`urllib.request.urlretrieve(...)` 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 — etc/scripts/docenizers/docenizer-arm.py:93
`urllib.request.urlretrieve(...)` 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 — etc/scripts/docenizers/docenizer-avr.py:51
`urllib.request.urlopen(...)` 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 — etc/scripts/docenizers/docenizer-evm.py:55
`urllib.request.urlretrieve(...)` 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 — etc/scripts/docenizers/docenizer-perl.py:51
`urllib.request.urlretrieve(...)` 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 — etc/scripts/docenizers/docenizer-python.py:58
`urllib.request.urlretrieve(...)` 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 — etc/scripts/util/contributorer.py:40
`requests.get(...)` 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 — etc/scripts/util/formatcheck.py:33
`urllib.request.urlopen(...)` 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 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 65 placeholder/mock markers across 21 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 111 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 196 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: mcr.microsoft.com/devcontainers/javascript-node:${NODE_MAJOR_VERSION}
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
.devcontainer/Dockerfile:2 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 26 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
8 files, 26 locations
.github/workflows/test-and-deploy.yml:11, 15, 42, 46, 67, 71, 91, 95, +2 more (10 hits)
.github/workflows/deploy-win.yml:21, 26, 44, 48, 54 (5 hits)
.github/workflows/test-frontend.yml:13, 15, 37 (3 hits)
.github/workflows/check-infra-settings-comment.yml:18, 28 (2 hits)
.github/workflows/check-infra-settings.yml:18, 42 (2 hits)
.github/workflows/test-win.yml:15, 19 (2 hits)
.github/workflows/browserslist.yml:12
.github/workflows/codeql-analysis.yml:39
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'document_write' in static/main.ts:269
Found a known-risky pattern (document_write). Review and replace if possible.
static/main.ts:269 Document write
low System graph quality Tests conf 1.00 Low test-to-source ratio
128 tests / 742 src (ratio 0.17).
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: examples/python/default.py:square, examples/numba/default.py:square 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.
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: etc/scripts/docenizers/docenizer-perl.py:download_asm_doc_archive, etc/scripts/docenizers/docenizer-amd64.py:download_asm_doc_archive, etc/scripts/docenizers/docenizer-evm.py:download_asm_doc_archive, etc/scripts/docenizers/docenizer-python.py:downloa…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `__compiler_explorer_clippy_output_unused` in lib/tooling/clippy-tool.ts:56
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 `create_backup` in etc/scripts/ce-properties-wizard/ce_properties_wizard/config_manager.py:11
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 `create_backup` in etc/scripts/ce-properties-wizard/ce_properties_wizard/surgical_editor.py:8
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 `create_backup` in etc/scripts/ce-properties-wizard/ce_properties_wizard/utils.py:74
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 `idxInOld` in lib/demangler/prefix-tree.ts:102
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 `stdout_copy` in etc/scripts/cutedsl_wrapper.py:109
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 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 software Dead code conf 1.00 Possibly dead Python function: no_run
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/cutedsl_wrapper.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: no_run_tvm_ffi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/cutedsl_wrapper.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_descriptions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/docenizers/docenizer-6502.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_mnemonics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/docenizers/docenizer-6502.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: patched_call
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/helion_wrapper.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: patched_kernel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/helion_wrapper.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: put
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/triton_wrapper.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: put_group
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/triton_wrapper.py:127
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_config_dir
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/ce-properties-wizard/ce_properties_wizard/utils.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: write_cubin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/cutedsl_wrapper.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: write_properties_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
etc/scripts/ce-properties-wizard/ce_properties_wizard/config_manager.py:109
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — compiler-args-app.ts:150
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 — etc/scripts/docenizers/docenizer-java.ts:90
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 — etc/scripts/docenizers/docenizer-llvm.ts:70
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 — etc/scripts/generate_site_template_screenshots.ts:114
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 — lib/compilers/racket.ts:231
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 — lib/compilers/sail.ts:157
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 — lib/node-graceful.ts:98
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 — shared/rison.ts:408
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 — static/main.ts:634
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 — static/panes/compiler.ts:1277
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 — static/sentry.ts:53
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 — webpack.config.esm.ts:42
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 `no_run` (body is just `pass`/`return`) — etc/scripts/cutedsl_wrapper.py:48
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /mcp
`lib/mcp/index.ts` declares `DELETE /mcp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/formats
`lib/handlers/api/formatting-controller.ts` declares `GET /api/formats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/siteTemplates
`lib/handlers/api/site-template-controller.ts` declares `GET /api/siteTemplates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /mcp
`lib/mcp/index.ts` declares `GET /mcp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /source/:source/list
`lib/handlers/api/source-controller.ts` declares `GET /source/:source/list` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /source/:source/load/:language/:filename
`lib/handlers/api/source-controller.ts` declares `GET /source/:source/load/:language/:filename` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: OPTIONS /mcp
`lib/mcp/index.ts` declares `OPTIONS /mcp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/noscript/compile
`lib/handlers/api/noscript-controller.ts` declares `POST /api/noscript/compile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/shortener
`lib/storage/remote.ts` declares `POST /api/shortener` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /mcp
`lib/mcp/index.ts` declares `POST /mcp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /
`lib/app/static-assets.ts` declares `USE /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api
`lib/app/routes-setup.ts` declares `USE /api` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: etc/scripts/ce-properties-wizard/ce_properties_wizard/config_manager.py (1232 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-arm32.ts (2888 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-avr.ts (820 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-java.ts (1165 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-llvm.ts (3958 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-perl.ts (3011 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-power.ts (2557 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-ptx.ts (855 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-python.ts (876 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-riscv64.ts (6486 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/asm-docs/generated/asm-docs-sass.ts (1793 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/base-compiler.ts (4067 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/clientstate-normalizer.ts (1394 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/parsers/pdb-parser-dotnet.ts (1103 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/panes/compiler.ts (3909 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/panes/editor.ts (2020 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/panes/executor.ts (1347 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test/llvm-pass-dump-parser-tests.ts (1230 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/c832f846-cca7-4cd9-ac1f-eb8d04a802d1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c832f846-cca7-4cd9-ac1f-eb8d04a802d1/

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.