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.
89 of your 172 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 7.09s · analysis 22.61s · 14.6 MB · GitHub API rate-limit (preflight)

jdx/mise

https://github.com/jdx/mise · scanned 2026-06-05 23:58 UTC (4 days, 2 hours ago) · 10 languages

256 raw signals (154 security + 102 graph) 19th percentile · Rust · large (100-500K LoC) System graph score 71 (lower by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 2 hours ago · v2 · 96 actionable findings from 2 signal sources. 109 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 85.0 0.15 12.75
security_score 30.0 0.25 7.50
testing_score 20.0 0.20 4.00
documentation_score 100.0 0.15 15.00
practices_score 97.0 0.15 14.55
code_quality 42.3 0.10 4.23
Overall 1.00 58.0
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Ranks in the 95th percentile among large-sized repos. Strongest structure (78), dependencies (75); weakest security (40), practices (48). 4 findings (2 high). Most common pattern: dart-null-bang.

Showing 74 of 96 actionable findings. 205 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED007] Sql String Concat: cursor.execute(f"... {user_input} ...") — SQL injection.
Review and fix per the pattern semantics. See CWE-89 / A03:2021 for context.
3 files, 3 locations
crates/vfox/embedded-plugins/vfox-azure-functions-core-tools/hooks/post_install.lua:11
crates/vfox/embedded-plugins/vfox-chicken/hooks/post_install.lua:47
crates/vfox/embedded-plugins/vfox-leiningen/hooks/post_install.lua:63
critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
scripts/release-alpine.sh:22
critical Security checks security secrets conf 0.95 7 occurrences Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
6 files, 7 locations
src/gitlab.rs:456, 534 (2 hits)
docs/.vitepress/config.ts:256
e2e/cli/test_token_forgejo:56
e2e/env/test_env_cache:7
e2e/env/test_env_cache_fresh:9
e2e/env/test_env_cache_venv:24
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 25 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
5 files, 25 locations
.github/workflows/release.yml:22, 23, 24, 33, 34, 77, 78, 90, +5 more (13 hits)
.github/workflows/registry.yml:21, 58, 197, 355 (4 hits)
.github/workflows/test.yml:21, 22, 23, 244 (4 hits)
.github/workflows/docs.yml:41, 58, 59 (3 hits)
.github/workflows/hyperfine.yml:16
CI/CD securityworkflow secretsGitHub Actions
critical System graph security Secrets conf 1.00 Possible secret in src/tokens.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/tokens.rs:205
high Security checks software Resource exhaustion conf 1.00 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursion stack, large ranges) based on user input without an upper bound. Attackers send `size=10000000` to exhaust memory, or trigger expensive computation. CWE-770/400. Examples: CVE-2023-44487 (HTTP/2 Rapid Reset), countless YAML/XML billion-laughs variants.
Cap user-controlled sizes BEFORE allocation: size = min(int(request.args.get('n', 100)), MAX_SIZE) Set framework-level limits: Flask: app.config['MAX_CONTENT_LENGTH'] = 10 * 1024 * 1024 FastAPI: use middleware to enforce request size Django: DATA_UPLOAD_MAX_MEMORY_SIZE in settings.py …
src/sops.rs:219
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences `self.headers` used but never assigned in __init__
Method `do_POST` of class `Handler` reads `self.headers`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
2 files, 25 locations
e2e/helpers/scripts/tool_stub_test_server.py:17, 18, 19, 20, 21, 22, 23, 24, +5 more (13 hits)
e2e/fixtures/mock-github-oauth.py:22, 23, 26, 34, 35, 37, 38, 42, +4 more (12 hits)
high Security checks software dependencies conf 0.88 lru: RUSTSEC-2026-0002
`IterMut` violates Stacked Borrows by invalidating internal pointer
Cargo.lock
high Security checks software dependencies conf 0.88 module-from-string: GHSA-q5j8-9m9g-x2jh
module-from-string prototype pollution
bun.lock
high Security checks software dependencies conf 0.88 number_prefix: RUSTSEC-2025-0119
number_prefix crate is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 rsa: RUSTSEC-2023-0071
Marvin Attack: potential key recovery through timing sidechannels
Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility Workflow container/services image `ghcr.io/jdx/mise:copr` unpinned
`container/services image: ghcr.io/jdx/mise:copr` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines.
.github/workflows/copr-publish.yml:27
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/aqua-registry/src/types.rs:451
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/aqua-registry/src/types.rs:451 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/vfox/src/plugin.rs:269
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/vfox/src/plugin.rs:269 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in src/backend/version_list.rs:158
Found a known-risky pattern (eval_used). Review and replace if possible.
src/backend/version_list.rs:158 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in src/shell/elvish.rs:26
Found a known-risky pattern (eval_used). Review and replace if possible.
src/shell/elvish.rs:26 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/git.rs:125
Found a known-risky pattern (exec_used). Review and replace if possible.
src/git.rs:125 Exec used
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
e2e/helpers/scripts/git_http_backend_server.py:102 Error handlingquality
high Security checks cicd CI/CD security conf 0.82 7 occurrences Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
7 files, 7 locations
Dockerfile:12
packaging/alpine/Dockerfile:1
packaging/copr/Dockerfile:1
packaging/deb/Dockerfile:1
packaging/e2e/Dockerfile:1
packaging/mise/Dockerfile:12
packaging/rpm/Dockerfile:1
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
packaging/mise/Dockerfile:9 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
Dockerfile:9 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 Dockerfile installs dependencies after copying the full source tree
When dependency installation comes after COPY ., any source change invalidates the dependency layer and makes Docker rebuild much more slowly.
packaging/mise/Dockerfile:10 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 Dockerfile installs dependencies after copying the full source tree
When dependency installation comes after COPY ., any source change invalidates the dependency layer and makes Docker rebuild much more slowly.
Dockerfile:10 CI/CD securitycontainers
high Security checks software dependencies conf 0.70 7 occurrences Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
7 files, 7 locations
.github/workflows/cloudflare-deploy.yml:36
Cross.toml:23
README.md:70
docs/continuous-integration.md:12
docs/dev-tools/backends/cargo.md:14
docs/index.md:103
docs/mise-cookbook/docker.md:26
medium Security checks software dependencies conf 0.88 vite: GHSA-4w7w-66w2-5vf9
Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling
bun.lock
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cloudflare/workers/mise-run.js:40
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: packaging/copr/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: packaging/deb/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: packaging/e2e/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: packaging/mise/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: packaging/rpm/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 4 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.
4 files, 4 locations
.github/workflows/docker.yml
.github/workflows/npm-publish.yml
.github/workflows/release-plz.yml
.github/workflows/release.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packaging/deb/generate-release.sh:33
Found a known-risky pattern (weak_hash). Review and replace if possible.
packaging/deb/generate-release.sh:33 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — e2e/helpers/scripts/git_http_backend_server.py:108
`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 — xtasks/test-tool-retry.py:79
`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 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.
packaging/mise/Dockerfile Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
7 test file(s) for 429 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 Dockerfile installs recommended OS packages
Installing recommended packages often pulls in unnecessary runtime surface area.
packaging/deb/Dockerfile:4 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 19 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 13 locations
src/gitlab.rs:47, 186 (2 hits)
crates/aqua-registry/src/compiled.rs:150
src/backend/s3.rs:54
src/cli/deps/remove.rs:11
src/cli/plugins/update.rs:44
src/cli/self_update_stub.rs:22
src/cli/settings/unset.rs:22
src/cli/sync/ruby.rs:19
duplicationquality
low Security checks software dependencies conf 0.90 npm package `js-toml` is minor version(s) behind (^1.0.2 -> 1.1.2)
`js-toml` is pinned/resolved at ^1.0.2 but the latest stable release on the npm registry is 1.1.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
low Security checks software dependencies conf 0.90 npm package `markdown-it` is minor version(s) behind (^14.1.0 -> 14.2.0)
`markdown-it` is pinned/resolved at ^14.1.0 but the latest stable release on the npm registry is 14.2.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
low Security checks software dependencies conf 0.90 npm package `toml` is minor version(s) behind (^4.0.0 -> 4.1.1)
`toml` is pinned/resolved at ^4.0.0 but the latest stable release on the npm registry is 4.1.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
low Security checks software dependencies conf 0.90 npm package `tsx` is minor version(s) behind (^4.20.6 -> 4.22.4)
`tsx` is pinned/resolved at ^4.20.6 but the latest stable release on the npm registry is 4.22.4 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
low Security checks software dependencies conf 0.90 npm package `vitepress-plugin-group-icons` is minor version(s) behind (^1.6.5 -> 1.7.5)
`vitepress-plugin-group-icons` is pinned/resolved at ^1.6.5 but the latest stable release on the npm registry is 1.7.5 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update P…
package.json
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area.
src/cli/self_update.rs:1
low System graph quality Maintenance conf 1.00 62 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 software Dead code candidate conf 1.00 File has no detected symbols: docs/registry.data.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: test/fixtures/signal-test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
e2e/helpers/scripts/git_http_backend_server.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
e2e/fixtures/mock-github-oauth.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
e2e/helpers/scripts/git_http_backend_server.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: handler
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
e2e/helpers/scripts/git_http_backend_server.py:152
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
e2e/fixtures/mock-github-oauth.py:72
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test/fixtures/signal-test.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 quality Complexity conf 1.00 Very large file: crates/aqua-registry/src/types.rs (2002 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mise-sigstore/src/lib.rs (1506 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/backend/aqua.rs (3737 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/backend/asset_matcher.rs (1730 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/backend/github.rs (2411 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/backend/mod.rs (3061 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/backend/spm.rs (1793 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/backend/static_helpers.rs (1491 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/cli/watch.rs (1629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/config/config_file/mise_toml.rs (2634 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/config/mod.rs (2998 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/file.rs (2056 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lockfile.rs (3128 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/plugins/core/ruby.rs (1547 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/task/mod.rs (3478 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/task/task_executor.rs (1987 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/task/task_script_parser.rs (1966 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: xtasks/fig/src/mise.ts (4757 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/a5fdea63-240b-4284-a302-db36a2a52933/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a5fdea63-240b-4284-a302-db36a2a52933/

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.