← Back to scan
File as GitHub Issue repo: vm0-ai/vm0

Push this scan report to vm0-ai/vm0

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger: This … .github/workflows/crates.yml:1076
CRIT MINED116 [MINED116] Workflow uses `secrets.AWS_METAL_RUNNER_SSH_KEY` on a `pull_request` trigger: … .github/workflows/crates.yml:1075
CRIT MINED116 [MINED116] Workflow uses `secrets.OFFICIAL_RUNNER_SECRET` on a `pull_request` trigger: Th… .github/workflows/crates.yml:891
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_SECRET` on a `pull_request` trigger: T… .github/workflows/crates.yml:886
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger: This … .github/workflows/crates.yml:885
CRIT MINED116 [MINED116] Workflow uses `secrets.AWS_METAL_RUNNER_SSH_KEY` on a `pull_request` trigger: … .github/workflows/crates.yml:884
CRIT MINED116 [MINED116] Workflow uses `secrets.OFFICIAL_RUNNER_SECRET` on a `pull_request` trigger: Th… .github/workflows/crates.yml:779
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_SECRET` on a `pull_request` trigger: T… .github/workflows/crates.yml:774
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger: This … .github/workflows/crates.yml:773
CRIT MINED116 [MINED116] Workflow uses `secrets.AWS_METAL_RUNNER_SSH_KEY` on a `pull_request` trigger: … .github/workflows/crates.yml:772
CRIT MINED116 [MINED116] Workflow uses `secrets.OFFICIAL_RUNNER_SECRET` on a `pull_request` trigger: Th… .github/workflows/crates.yml:517
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_SECRET` on a `pull_request` trigger: T… .github/workflows/crates.yml:512
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger: This … .github/workflows/crates.yml:511
CRIT MINED116 [MINED116] Workflow uses `secrets.AWS_METAL_RUNNER_SSH_KEY` on a `pull_request` trigger: … .github/workflows/crates.yml:510
CRIT MINED116 [MINED116] Workflow uses `secrets.OFFICIAL_RUNNER_SECRET` on a `pull_request` trigger: Th… .github/workflows/crates.yml:461
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_SECRET` on a `pull_request` trigger: T… .github/workflows/crates.yml:456
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger: This … .github/workflows/crates.yml:455
CRIT MINED116 [MINED116] Workflow uses `secrets.AWS_METAL_RUNNER_SSH_KEY` on a `pull_request` trigger: … .github/workflows/crates.yml:454
CRIT MINED116 [MINED116] Workflow uses `secrets.AWS_METAL_RUNNER_HOSTS` on a `pull_request` trigger: Th… .github/workflows/crates.yml:438
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_SECRET` on a `pull_request` trigger: T… .github/workflows/crates.yml:397
CRIT MINED116 [MINED116] Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger: This … .github/workflows/crates.yml:396
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… turbo/packages/firewalls-generator/src/…:44
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… turbo/packages/firewalls-generator/src/…:21
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… turbo/packages/firewalls-generator/src/…:26
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). turbo/apps/web/proxy.cors.ts:99
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). turbo/apps/web/app/f/[userId]/[id]/[fil…:38
HIGH SEC027 [SEC027] XML External Entity (XXE) — Node.js xml parsers: Node.js XML parsers can expand … turbo/apps/platform/src/signals/zero-pa…:191
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… turbo/apps/desktop/src/desktop-renderer…:29
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… turbo/apps/cli/src/commands/zero/connec…:33
HIGH SEC080 [SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='da… turbo/apps/cli/src/commands/volume/pull…:97
HIGH SEC080 [SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='da… turbo/apps/cli/src/commands/artifact/pu…:104
HIGH SEC113 [SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first c… scripts/cf-ssh.sh:116
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… turbo/apps/platform/src/signals/usage-p…:153
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… turbo/apps/platform/custom-eslint/rules…:109
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… crates/runner/src/main.rs:68
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … turbo/apps/api/src/signals/services/zer…:242
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … turbo/apps/api/src/signals/services/git…:60
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/runner/mitm-addon/src/auth_base_…:71
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/guest-agent/src/complete.rs:105
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/agent-diagnostics/src/lib.rs:273
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/ably-subscriber/src/connection/e…:109
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/ably-subscriber/src/connection/t…:82
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/ably-subscriber/src/connection/h…:173
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/ably-subscriber/src/connection/a…:12
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… turbo/apps/cli/src/commands/zero/secret…:62
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… turbo/apps/cli/src/commands/zero/schedu…:72
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… turbo/apps/cli/src/commands/zero/org/se…:65
HIGH DKR006 Dockerfile pipes a remote script into a shell docker/toolchain/Dockerfile:49
HIGH DKR006 Dockerfile pipes a remote script into a shell docker/toolchain/Dockerfile:19
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/turbo.yml:393
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/turbo.yml:380
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/turbo.yml:356
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/turbo.yml:108
HIGH MINED126 [MINED126] Workflow container/services image `semgrep/semgrep` unpinned: `container/servi… .github/workflows/security.yml:63
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain-rust:20260525`… .github/workflows/runner-image.yml:202
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/cleanup-stale.yml:20
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain-rust:20260525`… .github/workflows/rollback-runner.yml:53
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/cleanup.yml:85
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:2074
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:2050
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain-rust:20260525`… .github/workflows/release-please.yml:1883
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain-rust:20260525`… .github/workflows/release-please.yml:1647
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:1110
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:994
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:876
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:749
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:603
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:414
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:283
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/release-please.yml:85
HIGH MINED115 [MINED115] Action `slackapi/slack-github-action` pinned to mutable ref `@v3.0.3`: `uses: … .github/workflows/release-please.yml:263
HIGH MINED115 [MINED115] Action `slackapi/slack-github-action` pinned to mutable ref `@v3.0.3`: `uses: … .github/workflows/release-please.yml:240
HIGH MINED115 [MINED115] Action `slackapi/slack-github-action` pinned to mutable ref `@v3.0.3`: `uses: … .github/workflows/release-please.yml:215
HIGH MINED115 [MINED115] Action `slackapi/slack-github-action` pinned to mutable ref `@v3.0.3`: `uses: … .github/workflows/release-please.yml:100
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release-please.yml:90
HIGH MINED115 [MINED115] Action `vm0-ai/release-please-action` pinned to mutable ref `@vm0`: `uses: vm0… .github/workflows/release-please.yml:39
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain-rust:20260525`… .github/workflows/crates.yml:364
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpi… .github/workflows/crates.yml:303
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain-rust:20260525`… .github/workflows/crates.yml:247
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain-rust:20260525`… .github/workflows/crates.yml:61
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:1444
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:1304
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:1070
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:879
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:767
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:505
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:449
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:429
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2`: `uses: Swatinem/rust… .github/workflows/crates.yml:376
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:375
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/crates.yml:339
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/crates.yml:336
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v6`: `uses: actions/setu… .github/workflows/crates.yml:326
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:325
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:309
HIGH MINED115 [MINED115] Action `codecov/codecov-action` pinned to mutable ref `@v6`: `uses: codecov/co… .github/workflows/crates.yml:284
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2`: `uses: Swatinem/rust… .github/workflows/crates.yml:252
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:251
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:84
HIGH MINED118 [MINED118] Dockerfile FROM `ubuntu:24.04` not pinned by digest: `FROM ubuntu:24.04` resol… docker/toolchain/Dockerfile:2
HIGH JRN009 Secret-like setting is echoed into a password input value turbo/apps/platform/src/views/device-bb…:246
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… crates/runner/mitm-addon/scripts/update…:48
HIGH JRN004 Consent is collected in UI without visible backend audit persistence turbo/apps/api/src/signals/services/zer…:224
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… turbo/apps/web/app/f/[userId]/[id]/[fil…:45
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… turbo/apps/web/app/desktop-auth/consume…:61
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… turbo/apps/web/app/desktop-auth/callbac…:87
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… turbo/apps/platform/src/views/router/li…:55
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… turbo/apps/platform/src/signals/zero-pa…:203
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… turbo/apps/platform/src/signals/zero-pa…:27
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. turbo/apps/platform/custom-eslint/rules…:46
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … turbo/apps/platform/custom-eslint/rules…:109
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … crates/sandbox/src/sandbox.rs:205
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … crates/runner/src/main.rs:68
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… crates/ably-subscriber/src/connection/e…:331
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR018 Database dump or local database file is included in Docker build context .dockerignore
MED DKR001 Docker final stage has no non-root USER docker/toolchain/Dockerfile:123
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/services/bui…:56
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/services/age…:67
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/services/age…:62
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/zero-…:50
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/zero-…:51
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/zero-…:19
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/zero-…:558
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/zero-…:250
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/model…:62
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/model…:32
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/inter…:68
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/inter…:92
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/inter…:164
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/githu…:57
MED JRN003 Frontend API reference is not matched by discovered backend routes turbo/apps/api/src/signals/routes/zero-…:20
MED WEB015 Public web app has no Content Security Policy index.html
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … turbo/apps/web/app/f/[userId]/[id]/[fil…:45
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … turbo/apps/web/app/monday-app-associati…:4
LOW COMP001 [COMP001] High cognitive complexity: Function `load_registry` has cognitive complexity 9 … crates/runner/mitm-addon/src/registry.py:68
LOW COMP001 [COMP001] High cognitive complexity: Function `_connection_header_names` has cognitive co… crates/runner/mitm-addon/src/auth_base_…:50
LOW COMP001 [COMP001] High cognitive complexity: Function `parse_source` has cognitive complexity 11 … crates/runner/mitm-addon/scripts/update…:57
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/zero-…:35
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/zero-…:14
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/test-…:100
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/test-…:42
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/inter…:44
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/inter…:204
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/inter…:180
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/inter…:270
LOW AIC003 Duplicated implementation block across source files crates/vsock-guest/src/shell_command.rs:458
LOW AIC003 Duplicated implementation block across source files crates/sandbox-fc/src/snapshot/provider…:81
LOW AIC003 Duplicated implementation block across source files crates/runner/src/provider/mod.rs:164
LOW AIC003 Duplicated implementation block across source files crates/runner/src/cmd/start/ownership.rs:111
LOW AIC003 Duplicated implementation block across source files crates/runner/src/cmd/start/job_spawn.rs:599
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/zero-…:90
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/zero-…:20
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/signals/routes/zero-…:26
LOW AIC003 Duplicated implementation block across source files turbo/apps/api/src/lib/slack-webhook-bl…:137
LOW AIC003 Duplicated implementation block across source files crates/runner/src/kmsg_log.rs:32
LOW WEB001 Public web app has no robots.txt robots.txt
LOW DKR011 Dockerfile installs recommended OS packages docker/toolchain/Dockerfile:182
LOW DKR011 Dockerfile installs recommended OS packages docker/toolchain/Dockerfile:152
LOW DKR011 Dockerfile installs recommended OS packages docker/toolchain/Dockerfile:147
LOW DKR011 Dockerfile installs recommended OS packages docker/toolchain/Dockerfile:139
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKR011 Dockerfile installs recommended OS packages docker/toolchain/Dockerfile:126
LOW DKR011 Dockerfile installs recommended OS packages docker/toolchain/Dockerfile:19
LOW DKR011 Dockerfile installs recommended OS packages docker/toolchain/Dockerfile:8
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW AIC002 Source file name looks like an AI patch artifact turbo/apps/platform/src/signals/zero-pa…:1
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… turbo/apps/web/public/install.sh:31
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… turbo/apps/web/app/[locale]/docs/page.t…:103
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… turbo/apps/web/app/[locale]/docs/[...sl…:169
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… turbo/apps/web/app/[locale]/blog/page.t…:100
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… turbo/apps/web/app/components/Particles…:5
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… turbo/apps/platform/src/views/zero-page…:165
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… turbo/apps/platform/src/views/queue-pag…:134
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. turbo/apps/cli/src/commands/zero/org/se…:34
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. turbo/apps/cli/src/commands/zero/org/se…:15
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. turbo/apps/cli/src/commands/init/index.…:123
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … turbo/apps/cli/src/commands/artifact/li…:17
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … turbo/apps/cli/src/commands/artifact/in…:28
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … turbo/apps/cli/src/commands/artifact/cl…:16
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … turbo/apps/api/src/signals/routes/integ…:226
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … turbo/apps/api/src/signals/context/rout…:129
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … turbo/apps/api/src/app-factory.ts:161
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… crates/runner/mitm-addon/src/usage/webh…:64
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… crates/runner/mitm-addon/src/usage/sse.…:25
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. crates/runner/mitm-addon/src/url_utils.…:21
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/guest-init/src/init.rs:85
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/guest-agent/src/nofollow_fs.rs:78
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/guest-agent/src/metrics.rs:118
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/runner/src/cmd/nbd.rs:110
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/runner/build.rs:54
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/guest-agent/src/control.rs:196
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/runner/src/prefetch.rs:238
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/runner/build.rs:23
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/guest-agent/src/control.rs:152
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… turbo/packages/connectors/src/auth-prov…:101
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… crates/ably-subscriber/src/connection/e…:186
Reset to top 5 200 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `vm0-ai/vm0`

**Score: 67/100 (A-)**  ·  261 findings  ·  scanned 2026-05-31 01:27 UTC  ·  1,041,364 LOC

| Severity | Count |
|---|---|
| CRITICAL | 29 |
| HIGH | 83 |
| MEDIUM | 32 |
| LOW | 34 |

📊 [Full filterable report](https://repobility.com/scan/c5e1fbe1-170b-4f36-b3c5-d92f53e41551/)  ·  ![scorecard](https://repobility.com/scan/c5e1fbe1-170b-4f36-b3c5-d92f53e41551/report.png?v=1780190875-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger
   `.github/workflows/crates.yml:1076` · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.AWS_METAL_RUNNER_SSH_KEY` on a `pull_request` trigger
   `.github/workflows/crates.yml:1075` · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.OFFICIAL_RUNNER_SECRET` on a `pull_request` trigger
   `.github/workflows/crates.yml:891` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.CF_ACCESS_CLIENT_SECRET` on a `pull_request` trigger
   `.github/workflows/crates.yml:886` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.CF_ACCESS_CLIENT_ID` on a `pull_request` trigger
   `.github/workflows/crates.yml:885` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/c5e1fbe1-170b-4f36-b3c5-d92f53e41551/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 37 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'vm0-ai/vm0' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
139/397 findings (35%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.