← Back to scan
File as GitHub Issue repo: unionlabs/union

Push this scan report to unionlabs/union

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.CLOUDFLARE_WORKERS_API_TOKEN` 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 SEC048 [SEC048] AWS access key (any prefix): AWS access key ID detected (supports access, sessio… uniond/cmd/uniond/cmd/testnet.go:245
CRIT SEC048 [SEC048] AWS access key (any prefix): AWS access key ID detected (supports access, sessio… uniond/app/upgrades/v1_3_0/upgrade.go:191
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… evm/contracts/apps/ucs/03-zkgm/Store.sol:75
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-ceremony.yml:97
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-ceremony.yml:53
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-ceremony.yml:52
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-app2.yml:169
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-app2.yml:168
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-app2.yml:137
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-app2.yml:136
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-app2.yml:105
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-app2.yml:104
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-app2.yml:56
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-app2.yml:55
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_API_TOKEN` on a `pull_request` trigger: This… .github/workflows/deploy-docs.yml:129
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-docs.yml:128
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_API_TOKEN` on a `pull_request` trigger: This… .github/workflows/deploy-docs.yml:101
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-docs.yml:100
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_API_TOKEN` on a `pull_request` trigger: This… .github/workflows/deploy-docs.yml:56
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-docs.yml:55
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-zkgm-dev.yml:154
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-zkgm-dev.yml:153
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-zkgm-dev.yml:126
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-zkgm-dev.yml:125
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-zkgm-dev.yml:98
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-zkgm-dev.yml:97
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigg… .github/workflows/deploy-zkgm-dev.yml:53
CRIT MINED116 [MINED116] Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger: Thi… .github/workflows/deploy-zkgm-dev.yml:52
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… tools/u/src/gno.rs:28
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. uniond/app/upgrades/v1_3_0/upgrade.go:116
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. galoisd/cmd/galoisd/lib.go:79
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. galoisd/cmd/galoisd/cmd/utils.go:29
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… site/public/scripts/scroll-to-anchor.js:17
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… sentinel2/src/helpers.ts:220
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… docs/src/components/graphiql/react/Grap…:69
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… sentinel2/src/check-ssl-certificates.ts:62
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… devnet-compose/src/process_compose.rs:215
HIGH MINED039 [MINED039] Rust Todo Macro: todo!() panics when reached. Unimplemented code path. cosmwasm/proxy-account-factory/src/test…:23
HIGH MINED039 [MINED039] Rust Todo Macro: todo!() panics when reached. Unimplemented code path. cosmwasm/lst-staker/src/tests.rs:210
HIGH MINED039 [MINED039] Rust Todo Macro: todo!() panics when reached. Unimplemented code path. cosmwasm/lightclient/sui/src/client.rs:168
HIGH MINED041 [MINED041] Rust Unimplemented Macro: unimplemented!() panics. Same as todo!() but convent… cosmwasm/lightclient/state-lens-ics23-m…:142
HIGH MINED041 [MINED041] Rust Unimplemented Macro: unimplemented!() panics. Same as todo!() but convent… cosmwasm/lightclient/movement/src/clien…:71
HIGH MINED041 [MINED041] Rust Unimplemented Macro: unimplemented!() panics. Same as todo!() but convent… cosmwasm/core/src/tests.rs:56
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … docs/src/components/react/Editor.tsx:156
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … cosmwasm/app/ucs00-pingpong/src/contrac…:99
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cosmwasm/access-managed/src/tests.rs:45
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cosmwasm/access-managed/src/restricted.…:135
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cosmwasm/access-managed/src/lib.rs:124
HIGH MINED126 [MINED126] Workflow container/services image `registry:2` unpinned: `container/services i… .github/workflows/release-component.yml:219
HIGH MINED115 [MINED115] Action `cachix/install-nix-action` pinned to mutable ref `@v31`: `uses: cachix… .github/workflows/deploy-docs.yml:45
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/deploy-docs.yml:42
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deploy-docs.yml:38
HIGH MINED115 [MINED115] Action `JasonEtco/create-an-issue` pinned to mutable ref `@v2`: `uses: JasonEt… .github/workflows/nightly.yml:25
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/nightly.yml:24
HIGH MINED115 [MINED115] Action `cachix/install-nix-action` pinned to mutable ref `@v31`: `uses: cachix… .github/workflows/deploy-zkgm-dev.yml:143
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/deploy-zkgm-dev.yml:140
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deploy-zkgm-dev.yml:136
HIGH MINED115 [MINED115] Action `cachix/install-nix-action` pinned to mutable ref `@v31`: `uses: cachix… .github/workflows/deploy-zkgm-dev.yml:115
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/deploy-zkgm-dev.yml:112
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deploy-zkgm-dev.yml:108
HIGH MINED115 [MINED115] Action `cachix/install-nix-action` pinned to mutable ref `@v31`: `uses: cachix… .github/workflows/deploy-zkgm-dev.yml:87
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/deploy-zkgm-dev.yml:84
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deploy-zkgm-dev.yml:80
HIGH MINED115 [MINED115] Action `thollander/actions-comment-pull-request` pinned to mutable ref `@v2`: … .github/workflows/deploy-zkgm-dev.yml:65
HIGH MINED115 [MINED115] Action `cachix/install-nix-action` pinned to mutable ref `@v31`: `uses: cachix… .github/workflows/deploy-zkgm-dev.yml:42
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/deploy-zkgm-dev.yml:39
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deploy-zkgm-dev.yml:35
HIGH MINED115 [MINED115] Action `cachix/install-nix-action` pinned to mutable ref `@v31`: `uses: cachix… .github/workflows/nightly-e2e-lst.yml:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/nightly-e2e-lst.yml:10
HIGH MINED115 [MINED115] Action `changesets/action` pinned to mutable ref `@v1`: `uses: changesets/acti… .github/workflows/package-release.yml:40
HIGH MINED115 [MINED115] Action `cachix/install-nix-action` pinned to mutable ref `@v31`: `uses: cachix… .github/workflows/package-release.yml:29
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/package-release.yml:26
HIGH MINED115 [MINED115] Action `wagoid/commitlint-github-action` pinned to mutable ref `@v5`: `uses: w… .github/workflows/check.yml:28
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/check.yml:21
HIGH MINED128 [MINED128] go.mod replaces `(` — redirects to fork `github.com/consensys/gnark`: `replace… 11-cometbls/go.mod:168
HIGH MINED128 [MINED128] go.mod replaces `(` — redirects to fork `github.com/unionlabs/cometbls`: `repl… galoisd/go.mod:151
HIGH MINED128 [MINED128] go.mod replaces `(` — redirects to fork `cosmossdk.io/api`: `replace ( => cosm… galoisd/go.mod:122
HIGH MINED128 [MINED128] go.mod replaces `(` — redirects to fork `github.com/unionlabs/cometbls`: `repl… uniond/go.mod:260
HIGH MINED128 [MINED128] go.mod replaces `(` — redirects to fork `github.com/unionlabs/cosmos-sdk/core`… uniond/go.mod:250
HIGH MINED128 [MINED128] go.mod replaces `(` — redirects to fork `github.com/unionlabs/ibc-go/modules/c… uniond/go.mod:245
HIGH MINED128 [MINED128] go.mod replaces `github.com/CosmWasm/wasmd` — redirects to fork `github.com/un… uniond/go.mod:243
HIGH MINED128 [MINED128] go.mod replaces `(` — redirects to fork `github.com/unionlabs/chaintestutil`: … uniond/go.mod:238
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… typescript-sdk/src/evm/client.ts:189
MED SEC091 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/Read… galoisd/cmd/galoisd/cmd/query_stats_hea…:53
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … devnet-compose/src/voyager.rs:17
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … devnet-compose/src/process_compose.rs:215
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … devnet-compose/src/galois.rs:43
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED AIC004 Suspicious implementation file appears unreferenced lib/beacon-api-types/src/fulu/light_cli…:1
MED AIC004 Suspicious implementation file appears unreferenced lib/beacon-api-types/src/electra/light_…:1
MED AIC004 Suspicious implementation file appears unreferenced lib/beacon-api-types/src/deneb/light_cl…:1
MED AIC004 Suspicious implementation file appears unreferenced lib/beacon-api-types/src/capella/light_…:1
MED AIC004 Suspicious implementation file appears unreferenced lib/beacon-api-types/src/bellatrix/ligh…:1
MED AIC004 Suspicious implementation file appears unreferenced lib/beacon-api-types/src/altair/light_c…:1
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered …
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. uniond/docs/docs.go:32
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. uniond/cmd/uniond/cmd/root.go:143
LOW AIC003 Duplicated implementation block across source files app2/src/lib/dashboard/services/add-evm…:66
LOW AIC003 Duplicated implementation block across source files app2/src/lib/dashboard/components/Unlin…:24
LOW AIC003 Duplicated implementation block across source files app2/src/lib/dashboard/components/SideC…:151
LOW AIC003 Duplicated implementation block across source files app2/src/lib/dashboard/components/SideC…:9
LOW AIC003 Duplicated implementation block across source files app2/src/lib/dashboard/components/Rewar…:37
LOW AIC003 Duplicated implementation block across source files app2/src/lib/dashboard/components/Missi…:39
LOW AIC003 Duplicated implementation block across source files app2/src/lib/dashboard/components/Missi…:67
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/ui/TransferList…:8
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/Withdrawa…:199
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/Withdrawa…:161
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/UnbondCom…:548
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/UnbondCom…:435
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/UnbondCom…:77
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/UnbondCom…:37
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/StatusDis…:61
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/StatusDis…:45
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/StatusDis…:5
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/QuickWith…:265
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/stake/ProxyDust…:126
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/model/Withdrawa…:31
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/model/Transacti…:27
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/model/Transacti…:7
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/model/StakingLi…:95
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/model/MultisigM…:28
LOW AIC003 Duplicated implementation block across source files app2/src/lib/components/icons/ArrowDown…:1
LOW AIC003 Duplicated implementation block across source files lib/beacon-api-types/src/fulu/light_cli…:1
LOW AIC003 Duplicated implementation block across source files lib/beacon-api-types/src/fulu/light_cli…:1
LOW AIC003 Duplicated implementation block across source files lib/beacon-api-types/src/deneb/light_cl…:7
LOW AIC003 Duplicated implementation block across source files lib/beacon-api-types/src/deneb/light_cl…:7
LOW AIC003 Duplicated implementation block across source files lib/beacon-api-types/src/capella/light_…:5
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW AIC002 Source file name looks like an AI patch artifact lib/ethereum-sync-protocol-types/src/li…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/ethereum-light-client-types/src/lig…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/fulu/light_cli…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/fulu/light_cli…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/electra/light_…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/electra/light_…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/deneb/light_cl…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/deneb/light_cl…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/capella/light_…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/capella/light_…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/bellatrix/ligh…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/bellatrix/ligh…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/altair/light_c…:1
LOW AIC002 Source file name looks like an AI patch artifact lib/beacon-api-types/src/altair/light_c…:1
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… ts-sdk/src/schema/fee.ts:64
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. typescript-sdk/src/evm/client.ts:189
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. typescript-sdk/playground/fetch-recomme…:46
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. ts-sdk/examples/cosmos-to-evm-transfer.…:45
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … ts-sdk/src/sui/quote-token.ts:11
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … ts-sdk/src/sui/channel-balance.ts:12
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … site/src/content/_snippets/landing.ts:66
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… galoisd/cmd/galoisd/cmd/query_stats_hea…:62
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… galoisd/cmd/galoisd/cmd/client.go:38
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… tools/move-bindgen/src/lib.rs:127
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… mpc/shared/src/lib.rs:51
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cosmwasm/proxy-account-factory/src/lib.…:28
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cosmwasm/lightclient/bob/src/client.rs:113
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cosmwasm/cw-unionversal-token/src/msg.rs:93
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cosmwasm/core/src/tests.rs:66
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cosmwasm/access-manager/src/state.rs:107
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cosmwasm/access-manager/src/context.rs:43
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cosmwasm/access-managed/src/restricted.…:70
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. docs/src/components/react/Editor.tsx:57
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. app2/examples/unbond.ts:58
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. app2/examples/bond.ts:68
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. sentinel2/src/check-balances.ts:101
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. app2/examples/unbond.ts:143
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. app2/examples/bond.ts:169
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … app2/src/routes/explorer/orbital/canvas…:35
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … app2/src/hooks.client.ts:34
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … app2/examples/bond.ts:328
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. galoisd/cmd/galoisd/cmd/example_prove.go:106
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. 11-cometbls/zk_verifier.go:59
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. 11-cometbls/update.go:171
Reset to top 5 172 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `unionlabs/union`

**Score: 84/100 (B+)**  ·  172 findings  ·  scanned 2026-06-05 07:47 UTC  ·  409,575 LOC

| Severity | Count |
|---|---|
| CRITICAL | 28 |
| HIGH | 55 |
| MEDIUM | 12 |
| LOW | 47 |

📊 [Full filterable report](https://repobility.com/scan/3d9e2e5b-d557-428e-a06c-5a3d8e2095c1/)  ·  ![scorecard](https://repobility.com/scan/3d9e2e5b-d557-428e-a06c-5a3d8e2095c1/report.png?v=1780645672-s2)

### Top findings

1. **CRITICAL** `SEC048` — AWS access key (any prefix)
   `uniond/cmd/uniond/cmd/testnet.go:245` · A07:2021 Identification & Authentication Failures
2. **CRITICAL** `SEC048` — AWS access key (any prefix)
   `uniond/app/upgrades/v1_3_0/upgrade.go:191` · A07:2021 Identification & Authentication Failures
3. **CRITICAL** `SEC084` — JS: require() with non-literal
   `evm/contracts/apps/ucs/03-zkgm/Store.sol:75`
4. **CRITICAL** `MINED116` — Workflow uses `secrets.CLOUDFLARE_ACCOUNT_ID` on a `pull_request` trigger
   `.github/workflows/deploy-ceremony.yml:97` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.CLOUDFLARE_WORKERS_API_TOKEN` on a `pull_request` trigger
   `.github/workflows/deploy-ceremony.yml:53` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/3d9e2e5b-d557-428e-a06c-5a3d8e2095c1/_
Megaproject â high spam risk
Could not determine 'unionlabs/union' 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
62/188 findings (33%) 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.