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.
198 of your 312 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 133.97s for a 675.1 MB repo slow.
  • Repobility's analysis ran in 113.26s after the clone landed.

dotnet/runtime

https://github.com/dotnet/runtime · scanned 2026-06-05 19:50 UTC (1 week, 2 days ago) · 10 languages

859 raw signals (293 security + 566 graph) 11/13 scanners ran 50th percentile · Csharp · huge (>500K LoC) System graph score 76 (higher by 3)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 2 days ago · v2 · 326 actionable findings from 2 signal sources. 247 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 100.0 0.25 25.00
testing_score 80.0 0.20 16.00
documentation_score 96.0 0.15 14.40
practices_score 77.0 0.15 11.55
code_quality 25.0 0.10 2.50
Overall 1.00 79.2
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: source: scanner × excluding tests × Reset all
Scan summary Quality grade B+ (79/100). Dimensions: security 100, maintainability 65. 293 findings (90 security). 14,932,384 lines analyzed.

Showing 179 of 326 actionable findings. 573 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 GitHub Action tracks a moving branch
dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/inter-branch-merge-flow.yml:13 CI/CD securitySupply chainGithub actions
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
dotnet/arcade/.github/workflows/backport-base.yml@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/backport.yml:18 CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in src/mono/browser/runtime/rollup.config.js:284
Found a known-risky pattern (eval_used). Review and replace if possible.
src/mono/browser/runtime/rollup.config.js:284 Eval used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/mono/browser/runtime/loader/polyfills.ts:93
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 — src/mono/sample/wasm/browser-bench/wwwroot/main.js:88
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 — src/native/libs/Common/JavaScript/loader/assets.ts:619
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 — src/native/libs/Common/JavaScript/loader/polyfills.ts:100
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 — src/native/libs/System.Runtime.InteropServices.JavaScript.Native/interop/http.ts:171
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 hardware Security conf 1.00 Dockerfile runs as root: .devcontainer/android/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: .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 hardware Security conf 1.00 Dockerfile runs as root: .devcontainer/wasm-multiThreaded/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: .devcontainer/wasm/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: src/libraries/Common/tests/System/Net/EnterpriseTests/setup/apacheweb/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: src/libraries/Common/tests/System/Net/EnterpriseTests/setup/kdc/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: src/libraries/Common/tests/System/Net/EnterpriseTests/setup/linuxclient/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: src/libraries/System.Net.Security/tests/StressTests/SslStress/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 6 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.
6 files, 6 locations
.github/workflows/aspnetcore-sync.yml
.github/workflows/backport.yml
.github/workflows/bump-chrome-version.yml
.github/workflows/ci-failure-scan-feedback.lock.yml
.github/workflows/ci-failure-scan.lock.yml
.github/workflows/inter-branch-merge-flow.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in eng/common/cross/install-debs.py:236
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
eng/common/cross/install-debs.py:236 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — .github/skills/ci-pipeline-monitor/scripts/update_github.py:44
`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 — eng/common/cross/install-debs.py:236
`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 — src/coreclr/scripts/coreclr_arguments.py:188
`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 — src/coreclr/scripts/jitformat.py:86
`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 — src/coreclr/scripts/jitrollingbuild.py:178
`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 — src/coreclr/scripts/jitutil.py:141
`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 — src/coreclr/scripts/pgocheck.py:30
`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 — src/coreclr/scripts/superpmi.py:451
`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 — src/coreclr/scripts/superpmi_aspnet.py:250
`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 — src/coreclr/scripts/superpmi_aspnet2.py:106
`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 — src/coreclr/scripts/superpmi_diffs_setup.py:225
`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 — src/native/libs/format-code.py:48
`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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
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.
eng/pipelines/coreclr/crossgen2-gcstress.yml Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/runtime-llvm.yml Ports
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml Ports
medium System graph network Security conf 1.00 Privileged port 14 in use
Port 14 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/labeler-cache-retention.yml Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
src/native/external/libunwind/.github/workflows/codeql-analysis.yml Ports
medium System graph network Security conf 1.00 Privileged port 18 in use
Port 18 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 18 in use
Port 18 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/coreclr/ci.yml Ports
medium System graph network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/runtime-llvm.yml Ports
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml Ports
medium System graph network Security conf 1.00 Privileged port 256 in use
Port 256 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 26 in use
Port 26 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
src/native/external/libunwind/.github/workflows/codeql-analysis.yml Ports
medium System graph network Security conf 1.00 Privileged port 275 in use
Port 275 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/libraries/helix-queues-setup.yml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/coreclr/jitstress-isas-x86.yml Ports
medium System graph network Security conf 1.00 Privileged port 33 in use
Port 33 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/coreclr/templates/helix-queues-setup.yml Ports
medium System graph network Security conf 1.00 Privileged port 43 in use
Port 43 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/libraries/helix-queues-setup.yml Ports
medium System graph network Security conf 1.00 Privileged port 58 in use
Port 58 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/labeler-cache-retention.yml Ports
medium System graph network Security conf 1.00 Privileged port 62 in use
Port 62 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 72 in use
Port 72 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/libraries/helix-queues-setup.yml Ports
medium System graph network Security conf 1.00 Privileged port 74 in use
Port 74 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 771 in use
Port 771 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 809 in use
Port 809 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 83 in use
Port 83 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/common/templates/pipeline-with-resources.yml Ports
medium System graph network Security conf 1.00 Privileged port 86 in use
Port 86 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
eng/pipelines/libraries/helix-queues-setup.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
24 test file(s) for 260 source file(s) (ratio 0.09). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Maintenance conf 1.00 161 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 hardware Supply chain conf 1.00 4 occurrences Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/devcontainers/dotnet:${VARIANT}
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
4 files, 4 locations
.devcontainer/Dockerfile:5
.devcontainer/android/Dockerfile:2
.devcontainer/wasm-multiThreaded/Dockerfile:5
.devcontainer/wasm/Dockerfile:5
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-24.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
3 files, 3 locations
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/apacheweb/Dockerfile:1
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/kdc/Dockerfile:1
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/linuxclient/Dockerfile:1
containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/es6/dotnet.es6.extpost.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/es6/dotnet.es6.pre.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/genmintops.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/jiterpreter-enums.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/jiterpreter-tables.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/types/emscripten.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/types/node.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/browser/runtime/types/sidecar.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/sample/mbr/browser/wwwroot/main.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/wasm/templates/templates/browser/wwwroot/main.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/wasm/testassets/EntryPoints/minimal_main.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/wasm/testassets/LibraryMode/wwwroot/main.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/mono/wasm/testassets/WasmOnAspNetCore/WasmBrowserClient/wwwroot/main.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/corehost/browserhost/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/external/llvm-libunwind/docs/conf.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/external/llvm-libunwind/test/lit.cfg.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/host/cross-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/host/per-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/host/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/loader/cross-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/loader/dotnet.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/loader/per-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/loader/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/types/consts.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/types/ems-ambient.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/types/emscripten.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/types/exchange.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/Common/JavaScript/types/internal.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/format-code.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/diagnostics/cross-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/diagnostics/per-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/diagnostics/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/native/per-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/utils/cross-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/utils/per-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Native.Browser/utils/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Runtime.InteropServices.JavaScript.Native/dotnet.runtime.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Runtime.InteropServices.JavaScript.Native/interop/cross-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Runtime.InteropServices.JavaScript.Native/interop/per-module.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Runtime.InteropServices.JavaScript.Native/interop/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/native/libs/System.Runtime.InteropServices.JavaScript.Native/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/tests/Common/scripts/exclusion.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/tests/Common/scripts/lst_creator.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/tests/Common/scripts/migrate-tags.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: src/tests/Common/scripts/smarty_error_parser.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: src/coreclr/scripts/superpmi_aspnet.py:setup_args, src/coreclr/scripts/superpmi.py:setup_args, src/coreclr/scripts/superpmi_benchmarks.py:setup_args, src/coreclr/scripts/superpmi_asmdiffs_checked_release.py:setup_args This is *the* AI-coder failure m…
duplicatesduplication
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/coreclr/scripts/fuzzlyn_summarize.py:extract_assertion_error, src/coreclr/scripts/antigen_summarize.py:extract_assertion_error This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/coreclr/scripts/superpmi.py:filter_superpmi_collections, src/coreclr/scripts/superpmi.py:filter_superpmi_collections, src/coreclr/scripts/superpmi.py:filter_superpmi_collections This is *the* AI-coder failure mode (4× more duplication in vibe-cod…
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: src/coreclr/scripts/fuzzlyn_summarize.py:setup_args, src/coreclr/scripts/fuzzer_setup.py:setup_args, src/coreclr/scripts/superpmi_diffs_summarize.py:setup_args, src/coreclr/scripts/antigen_summarize.py:setup_args This is *the* AI-coder failure mode (…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: src/coreclr/scripts/fuzzlyn_summarize.py:main, src/coreclr/scripts/antigen_run.py:main, src/coreclr/scripts/superpmi_replay.py:main, src/coreclr/scripts/superpmi_replay_setup.py:main This is *the* AI-coder failure mode (4× more duplication in vibe-co…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `acceptable_copy` in src/coreclr/scripts/fuzzer_setup.py:112
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 `acceptable_copy` in src/coreclr/scripts/superpmi_collect_setup.py:512
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 `env_copy` in src/coreclr/scripts/superpmi.py:861
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 `generate_entry_points_old` in src/coreclr/gc/vxsort/smallsort/codegen/avx2.py:499
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 `generate_entry_points_old` in src/coreclr/gc/vxsort/smallsort/codegen/avx512.py:485
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 `generate_entry_points_old` in src/coreclr/gc/vxsort/smallsort/codegen/bitonic_gen.py:80
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 `mono_jiterp_value_copy` in src/mono/browser/runtime/cwraps.ts:86
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 `value_copy` in src/mono/browser/runtime/jiterpreter-trace-generator.ts:692
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 `value_copy` in src/mono/browser/runtime/jiterpreter.ts:264
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 `verbose_copy` in src/coreclr/scripts/jitutil.py:202
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 `verbose_copy` in src/coreclr/scripts/superpmi_asmdiffs_checked_release_setup.py:141
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 `verbose_copy` in src/coreclr/scripts/superpmi_benchmarks.py:259
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 `verbose_copy` in src/coreclr/scripts/superpmi_diffs_setup.py:408
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: check_and_return_default_core_root
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/coreclr_arguments.py:239
low System graph software Dead code conf 1.00 Possibly dead Python function: check_and_return_default_product_location
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/coreclr_arguments.py:251
low System graph software Dead code conf 1.00 Possibly dead Python function: check_and_return_test_location
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/coreclr_arguments.py:228
low System graph software Dead code conf 1.00 Possibly dead Python function: check_arch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:511
low System graph software Dead code conf 1.00 Possibly dead Python function: check_arch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/coreclr_arguments.py:225
low System graph software Dead code conf 1.00 Possibly dead Python function: check_build_type
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/coreclr_arguments.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: check_host_os
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:505
low System graph software Dead code conf 1.00 Possibly dead Python function: check_host_os
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/coreclr_arguments.py:222
low System graph software Dead code conf 1.00 Possibly dead Python function: create_replay_artifacts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:2344
low System graph software Dead code conf 1.00 Possibly dead Python function: diff_pct
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:2748
low System graph software Dead code conf 1.00 Possibly dead Python function: download_progress_hook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/jitutil.py:659
low System graph software Dead code conf 1.00 Possibly dead Python function: filter_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:901
low System graph software Dead code conf 1.00 Possibly dead Python function: filter_rsp_argument
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:1223
low System graph software Dead code conf 1.00 Possibly dead Python function: find_dir
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/jitutil.py:360
low System graph software Dead code conf 1.00 Possibly dead Python function: getLength
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/genEventing.py:302
low System graph software Dead code conf 1.00 Possibly dead Python function: is_small_diff
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:2770
low System graph software Dead code conf 1.00 Possibly dead Python function: map_rsp_argument
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:1231
low System graph software Dead code conf 1.00 Possibly dead Python function: match_correlation_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi_replay_setup.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: match_jit_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi_diffs_setup.py:127
low System graph software Dead code conf 1.00 Possibly dead Python function: match_jit_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi_asmdiffs_checked_release_setup.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: match_superpmi_tool_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi_diffs_setup.py:147
low System graph software Dead code conf 1.00 Possibly dead Python function: match_superpmi_tool_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi_asmdiffs_checked_release_setup.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: run_crossgen2
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:1049
low System graph software Dead code conf 1.00 Possibly dead Python function: run_nativeaot
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:1187
low System graph software Dead code conf 1.00 Possibly dead Python function: run_pmi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:968
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_error_limit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:5034
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_jit_ee_version_arg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:5023
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_jit_path_arg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:5029
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_spmi_location_arg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/superpmi.py:4966
low System graph software Dead code conf 1.00 Possibly dead Python function: try_kill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/coreclr/scripts/jitutil.py:163
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/mono/browser/runtime/jiterpreter-trace-generator.ts:744
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 — src/mono/browser/runtime/logging.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 — src/mono/sample/mbr/browser/wwwroot/main.js:15
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 — src/mono/sample/wasm/browser-advanced/wwwroot/advanced-sample.lib.module.js:5
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 — src/mono/sample/wasm/browser-advanced/wwwroot/main.js:18
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 — src/mono/sample/wasm/browser-bench/wwwroot/main.js:92
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 — src/mono/sample/wasm/browser-logprofile/wwwroot/main.js:48
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 — src/mono/sample/wasm/browser-profile/wwwroot/main.js:33
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 — src/mono/sample/wasm/browser-threads/wwwroot/main.js:66
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 — src/mono/sample/wasm/browser/wwwroot/main.js:7
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 — src/mono/wasm/testassets/LibraryMode/wwwroot/main.js:11
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 — src/mono/wasm/testassets/WasmBasicTestApp/App/wwwroot/main.js:15
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 — src/mono/wasm/testassets/WasmBasicTestApp/App/wwwroot/profiler.js:18
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 — src/native/libs/System.Native.Browser/diagnostics/exit.ts:75
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 — src/native/rollup.config.defines.js:24
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 — src/tests/FunctionalTests/WebAssembly/Browser/HotReload/main.js:9
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 — src/tests/FunctionalTests/WebAssembly/Browser/RuntimeConfig/main.js:9
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 — src/tests/FunctionalTests/WebAssembly/Browser/StartupHook/main.js:9
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 `close` (body is just `pass`/`return`) — src/mono/mono/offsets/offsets-tool.py:63
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `vector_size` (body is just `pass`/`return`) — src/coreclr/gc/vxsort/smallsort/codegen/bitonic_isa.py:14
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/coreclr/scripts/superpmi.py (6049 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/mono/browser/runtime/jiterpreter-support.ts (2154 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/mono/browser/runtime/jiterpreter-trace-generator.ts (4130 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/mono/mono/tests/verifier/make_tests.sh (5165 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/tests/run.py (1559 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/c11c5d9d-29cd-45bc-ad93-25084caec83e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c11c5d9d-29cd-45bc-ad93-25084caec83e/

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.