← Back to scan
File as GitHub Issue repo: AgentsMesh/AgentsMesh

Push this scan report to AgentsMesh/AgentsMesh

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

Rust Unwrap In Prod

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
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. clients/web/src/app/docs/runners/setup/…:46
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. clients/web/src/app/(auth)/onboarding/s…:89
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. clients/desktop/src/renderer/pages/auth…:89
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … clients/core/crates/api-client/src/conn…:198
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … clients/core/crates/api-client/src/api_…:28
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … clients/core/crates/api-client/src/api_…:28
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… backend/internal/service/payment/stripe…:50
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… backend/internal/service/payment/stripe…:149
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:533
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:532
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… .github/workflows/bazel.yml:487
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:443
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:428
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:355
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:354
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:338
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:337
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:298
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:297
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:282
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:281
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:178
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:177
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:144
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:143
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:124
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:123
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:94
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:93
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:67
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:66
HIGH MINED115 [MINED115] Action `bazel-contrib/setup-bazel` pinned to mutable ref `@0.9.1`: `uses: baze… .github/workflows/bazel.yml:39
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bazel.yml:38
HIGH MINED118 [MINED118] Dockerfile FROM `debian:trixie-slim` not pinned by digest: `FROM debian:trixie… deploy/dev/runner.Dockerfile:14
HIGH JRN009 Secret-like setting is echoed into a password input value clients/web/src/app/(auth)/reset-passwo…:190
HIGH JRN009 Secret-like setting is echoed into a password input value clients/web/src/app/(auth)/register/pag…:122
HIGH JRN009 Secret-like setting is echoed into a password input value clients/web/src/app/(auth)/login/page.t…:166
HIGH JRN009 Secret-like setting is echoed into a password input value clients/desktop/src/renderer/pages/auth…:178
HIGH JRN009 Secret-like setting is echoed into a password input value clients/desktop/src/renderer/pages/auth…:154
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/routes_ext…:100
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/routes_ext…:90
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/routes_ext…:88
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/routes_ext…:71
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/routes_ext…:70
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/routes_ext…:64
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/routes_ext…:63
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/v1/runners_gr…:221
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/internal/rela…:51
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… backend/internal/api/rest/internal/rela…:50
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. clients/web/src/components/channel/Memb…:26
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. clients/web/e2e-playwright/helpers/pod-…:63
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… clients/desktop/src/renderer/shims/elec…:6
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… clients/web/src/app/(auth)/onboarding/s…:124
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… clients/desktop/src/renderer/pages/auth…:124
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… clients/web/src/components/billing/Chec…:67
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… clients/desktop/src/renderer/pages/auth…:50
MED SEC091 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/Read… backend/cmd/server/server.go:26
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … backend/cmd/backfill-identifiers/users.…:87
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … backend/cmd/backfill-identifiers/audit.…:13
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … agentfile/eval/evaluator.go:16
MED DKR003 Compose service `minio` image uses the latest tag deploy/selfhost/docker-compose.yml:52
MED DKR003 Compose service `minio` image uses the latest tag deploy/onpremise/docker-compose.yml:56
MED DKR003 Compose service `adminer` image uses the latest tag deploy/dev/docker-compose.yml:94
MED DKR003 Compose service `minio` image uses the latest tag deploy/dev/docker-compose.yml:48
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 DKC016 App service does not wait for database health deploy/dev/docker-compose.yml:94
MED AIC001 Parallel implementation file sits beside a canonical file backend/internal/api/connect/ticket/tic…:1
MED AIC001 Parallel implementation file sits beside a canonical file backend/internal/api/connect/repository…:1
MED AIC001 Parallel implementation file sits beside a canonical file runner/internal/updater/updater_backup.…:1
MED AIC001 Parallel implementation file sits beside a canonical file backend/internal/service/loop/loop_serv…:1
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AIC004 Suspicious implementation file appears unreferenced backend/internal/service/loop/loop_serv…:1
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web-admin/src/lib/api/adminDash…:2
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web-admin/src/lib/api/adminAudi…:2
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/lib/viewModels/billing.…:183
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/components/pwa/push-not…:95
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/components/pwa/push-not…:80
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/components/pwa/push-not…:68
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/app/sitemap.ts:91
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/app/sitemap.ts:90
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/app/mock-checkout/page.…:76
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/web/src/app/mock-checkout/page.…:41
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 33.9% of discovered …
MED WEB012 Service worker is present without a web app manifest manifest.json
MED AGT015 Remote install command pipes network code directly to a shell README.md:63
MED WEB015 Public web app has no Content Security Policy index.html
MED AGT015 Remote install command pipes network code directly to a shell clients/web/src/app/docs/tutorials/runn…:36
MED AGT015 Remote install command pipes network code directly to a shell clients/web/src/app/docs/getting-starte…:75
MED AGT015 Remote install command pipes network code directly to a shell clients/web/src/app/(auth)/onboarding/s…:89
MED AGT015 Remote install command pipes network code directly to a shell clients/desktop/src/renderer/pages/auth…:89
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … backend/internal/api/rest/internal/rela…:51
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … backend/internal/api/rest/internal/rela…:50
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … backend/internal/api/rest/internal/rela…:48
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … backend/internal/api/connect/auth/auth_…:145
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … backend/internal/api/connect/intercepto…:74
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … backend/internal/api/connect/promocode/…:70
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … runner/internal/relay/local_server_pod.…:118
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … runner/internal/relay/local_server_pod.…:117
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … relay/internal/server/handler.go:124
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … relay/internal/server/handler.go:60
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/api/connect/admin/hand…:113
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/api/connect/admin/hand…:152
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/api/connect/admin/hand…:129
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/api/connect/admin/hand…:106
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/api/connect/admin/hand…:83
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/api/connect/admin/hand…:60
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/api/connect/admin/hand…:37
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/middleware/admin.go:52
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/middleware/admin.go:43
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… backend/internal/middleware/admin.go:13
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. backend/internal/api/rest/v1/loop_handl…:27
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. backend/internal/api/rest/v1/auth_sso.go:83
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. backend/internal/api/connect/admin/skil…:87
LOW AIC003 Duplicated implementation block across source files backend/internal/domain/billing/subscri…:10
LOW AIC003 Duplicated implementation block across source files backend/internal/domain/billing/plan.go:10
LOW AIC003 Duplicated implementation block across source files backend/internal/domain/billing/order.go:10
LOW AIC003 Duplicated implementation block across source files backend/internal/domain/billing/invoice…:10
LOW AIC003 Duplicated implementation block across source files backend/internal/domain/agent/message.go:38
LOW AIC003 Duplicated implementation block across source files backend/internal/api/rest/v1/repositori…:22
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/ticket_rel…:2
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/ticket_rel…:40
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/support_ti…:130
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/runner/han…:69
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/pod/querie…:58
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/pod/mutati…:60
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/org/org.go:64
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/org/org.go:63
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/loop/loop_…:27
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/loop/loop_…:26
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/loop/loop_…:62
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/invitation…:12
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/extension/…:189
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/extension/…:164
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/extension/…:161
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/binding/bi…:11
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/binding/bi…:90
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/apikey/api…:9
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/admin/supp…:14
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/admin/supp…:2
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/admin/subs…:2
LOW AIC003 Duplicated implementation block across source files backend/internal/api/connect/admin/sso/…:2
LOW AIC003 Duplicated implementation block across source files backend/internal/api/rest/v1/auth_sso_s…:13
LOW AIC003 Duplicated implementation block across source files backend/internal/api/grpc/runner_adapte…:208
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW DKC010 Compose service lacks no-new-privileges hardening deploy/onpremise/docker-compose.yml:207
LOW DKC010 Compose service lacks no-new-privileges hardening deploy/dev/docker-compose.yml:275
LOW DKC010 Compose service lacks no-new-privileges hardening deploy/dev/docker-compose.yml:258
LOW DKC010 Compose service lacks no-new-privileges hardening deploy/dev/docker-compose.yml:188
LOW DKC010 Compose service lacks no-new-privileges hardening deploy/dev/docker-compose.yml:121
LOW DKC010 Compose service lacks no-new-privileges hardening deploy/dev/docker-compose.yml:94
LOW DKC010 Compose service lacks no-new-privileges hardening deploy/dev/docker-compose.yml:68
LOW AIC002 Source file name looks like an AI patch artifact backend/internal/service/user/repositor…:1
LOW AIC002 Source file name looks like an AI patch artifact backend/internal/service/ticket/ticket_…:1
LOW AIC002 Source file name looks like an AI patch artifact backend/internal/service/sso/config_upd…:1
LOW AIC002 Source file name looks like an AI patch artifact backend/internal/service/blockstore/ref…:1
LOW AIC002 Source file name looks like an AI patch artifact backend/internal/service/blockstore/blo…:1
LOW AIC002 Source file name looks like an AI patch artifact backend/internal/service/apikey/apikey_…:1
LOW AIC002 Source file name looks like an AI patch artifact backend/internal/service/agentpod/pod_u…:1
LOW DKC006 Compose service does not declare a runtime user deploy/onpremise/docker-compose.yml:207
LOW DKC006 Compose service does not declare a runtime user deploy/onpremise/docker-compose.yml:19
LOW DKC006 Compose service does not declare a runtime user deploy/dev/docker-compose.yml:275
LOW DKC006 Compose service does not declare a runtime user deploy/dev/docker-compose.yml:258
LOW DKC006 Compose service does not declare a runtime user deploy/dev/docker-compose.yml:94
LOW DKC006 Compose service does not declare a runtime user deploy/dev/docker-compose.yml:68
LOW DKC006 Compose service does not declare a runtime user deploy/dev/docker-compose.yml:15
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… clients/web/src/app/docs/concepts/agent…:154
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… clients/web/src/app/docs/faq/page.tsx:149
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… clients/web/src/app/blog/page.tsx:45
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… clients/web/src/app/blog/[slug]/page.tsx:72
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. clients/web-admin/src/app/(dashboard)/o…:23
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. clients/desktop/src/renderer/shims/elec…:2
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. clients/desktop/src/renderer/shims/elec…:3
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … clients/web/e2e-playwright/pages/modals…:61
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … clients/desktop/src/renderer/pages/dash…:115
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … clients/desktop/src/renderer/pages/dash…:39
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… clients/desktop/src/renderer/pages/supp…:100
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… clients/desktop/src/renderer/pages/dash…:118
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… clients/desktop/src/renderer/pages/dash…:116
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. clients/core/crates/logging/src/sinks/f…:49
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. clients/core/crates/local-runner/src/se…:103
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. clients/core/crates/local-runner/src/li…:133
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… clients/core/crates/auth/src/auth_api_e…:171
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… clients/core/crates/api-client/src/erro…:155
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… clients/core/crates/api-client/src/conn…:224
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … clients/desktop/src/renderer/pages/auth…:59
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … clients/desktop/src/renderer/main.tsx:22
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … build_defs/web/next_bazel_wrapper.mjs:100
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… clients/core/crates/auth/src/auth_api_e…:247
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… backend/internal/service/repository/ser…:146
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… backend/internal/infra/git/github_clien…:29
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. backend/internal/service/agent/config_b…:40
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. backend/internal/api/rest/internal/rela…:56
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. backend/cmd/server/main_startup.go:112
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… backend/cmd/server/eventbus_perpetual.go:32
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… backend/cmd/server/eventbus_loop.go:27
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… backend/cmd/backfill-identifiers/main.go:54
Reset to top 5 200 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `AgentsMesh/AgentsMesh`

**Score: 84/100 (A-)**  ·  230 findings  ·  scanned 2026-05-31 01:23 UTC  ·  630,663 LOC

| Severity | Count |
|---|---|
| CRITICAL | 4 |
| HIGH | 75 |
| MEDIUM | 62 |
| LOW | 58 |

📊 [Full filterable report](https://repobility.com/scan/06c71da3-6aea-4bfe-bd59-59aeea878bff/)  ·  ![scorecard](https://repobility.com/scan/06c71da3-6aea-4bfe-bd59-59aeea878bff/report.png?v=1780190617-s2)

### Top findings

1. **HIGH** `MINED012` — Curl Pipe Bash
   `clients/web/src/app/docs/runners/setup/page.tsx:46` · CWE-494 · ✓ Repobility
2. **HIGH** `MINED012` — Curl Pipe Bash
   `clients/web/src/app/(auth)/onboarding/setup-runner/local/components/SetupSteps.tsx:89` · CWE-494 · ✓ Repobility
3. **HIGH** `MINED012` — Curl Pipe Bash
   `clients/desktop/src/renderer/pages/auth/onboarding/setup-runner/local/components/SetupSteps.tsx:89` · CWE-494 · ✓ Repobility
4. **HIGH** `MINED003` — Rust Unwrap In Prod
   `clients/core/crates/api-client/src/connect_stream_frames.rs:198` · CWE-755 · ✓ Repobility
5. **HIGH** `MINED003` — Rust Unwrap In Prod
   `clients/core/crates/api-client/src/api_core_tests.rs:28` · CWE-755 · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/06c71da3-6aea-4bfe-bd59-59aeea878bff/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 49 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 'AgentsMesh/AgentsMesh' 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.

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.