← Back to scan
File as GitHub Issue repo: tauri-apps/tauri

Push this scan report to tauri-apps/tauri

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

Kotlin Null Bang

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.BENCH_PAT` on a `pull_request` trigger: This workflow t… .github/workflows/bench.yml:78
HIGH MINED008 [MINED008] Swift Force Unwrap: optional! crashes on nil. Use guard let or if let. crates/tauri/mobile/ios-api/Sources/Tau…:117
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… crates/tauri/mobile/android/src/main/ja…:68
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… crates/tauri/mobile/android/src/main/ja…:141
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… crates/tauri/mobile/android/src/main/ja…:32
HIGH MINED039 [MINED039] Rust Todo Macro: todo!() panics when reached. Unimplemented code path. crates/tauri-utils/src/acl/identifier.rs:75
HIGH MINED039 [MINED039] Rust Todo Macro: todo!() panics when reached. Unimplemented code path. crates/tauri-cli/src/add.rs:130
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/tauri/scripts/core.js:36
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/tauri-codegen/src/lib.rs:104
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/tauri-bundler/src/utils/http_uti…:134
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/tauri/mobile/ios-api/Sources/Tau…:33
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/tauri-bundler/src/utils/http_uti…:45
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… crates/tauri-bundler/src/bundle/linux/r…:88
HIGH MINED041 [MINED041] Rust Unimplemented Macro: unimplemented!() panics. Same as todo!() but convent… crates/tauri-runtime-wry/src/dialog/mod…:16
HIGH MINED041 [MINED041] Rust Unimplemented Macro: unimplemented!() panics. Same as todo!() but convent… crates/tauri-build/src/mobile.rs:55
HIGH MINED041 [MINED041] Rust Unimplemented Macro: unimplemented!() panics. Same as todo!() but convent… bench/src/utils.rs:68
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/tauri-bundler/src/bundle/linux/a…:38
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/tauri-build/src/static_vcruntime…:46
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … bench/src/utils.rs:100
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). crates/tauri-bundler/src/bundle/windows…:171
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). bench/src/utils.rs:29
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). bench/src/run_benchmark.rs:353
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… crates/tauri-cli/src/mobile/init.rs:36
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .scripts/ci/check-change-tags.js:28
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alp… .github/workflows/publish-cli-js.yml:285
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v4.1.7`: `uses: act… .github/workflows/docker.yml:76
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/docker.yml:71
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/docker.yml:65
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/docker.yml:62
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/docker.yml:44
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/docker.yml:34
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/docker.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/docker.yml:20
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v4.1.7`: `uses: act… .github/workflows/publish-cli-rs.yml:105
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/publish-cli-rs.yml:102
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/publish-cli-rs.yml:90
HIGH MINED115 [MINED115] Action `taiki-e/install-action` pinned to mutable ref `@v2`: `uses: taiki-e/in… .github/workflows/publish-cli-rs.yml:69
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2`: `uses: Swatinem/rust… .github/workflows/publish-cli-rs.yml:55
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/publish-cli-rs.yml:52
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/publish-cli-rs.yml:48
HIGH MINED115 [MINED115] Action `dorny/paths-filter` pinned to mutable ref `@v3`: `uses: dorny/paths-fi… .github/workflows/check-license-header.…:19
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/check-license-header.…:18
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2`: `uses: Swatinem/rust… .github/workflows/test-core.yml:92
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@master`: `uses: dtolna… .github/workflows/test-core.yml:82
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/test-core.yml:79
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/lint-js.yml:35
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/lint-js.yml:33
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/lint-js.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/lint-js.yml:21
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/covector-status.yml:13
HIGH MINED122 [MINED122] package.json dep `tauri-plugin-{{ plugin_name }}-api` pulled from URL/Git: `de… crates/tauri-cli/templates/plugin/__exa…:1
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … crates/tauri-cli/src/mobile/init.rs:36
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .scripts/ci/check-change-tags.js:28
MED AGT015 Remote install command pipes network code directly to a shell .github/workflows/publish-cli-js.yml:172
LOW AIC003 Duplicated implementation block across source files crates/tauri-utils/src/html2.rs:84
LOW AIC003 Duplicated implementation block across source files crates/tauri-utils/src/config_v1/parse.…:54
LOW AIC003 Duplicated implementation block across source files crates/tauri-runtime/build.rs:1
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/plugin/ios.rs:15
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/mobile/ios/xcode_s…:62
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/mobile/ios/run.rs:27
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/mobile/ios/run.rs:14
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/mobile/ios/dev.rs:155
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/mobile/ios/dev.rs:42
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/mobile/ios/build.rs:93
LOW AIC003 Duplicated implementation block across source files crates/tauri-cli/src/error.rs:28
LOW AIC003 Duplicated implementation block across source files crates/tauri-bundler/src/utils/fs_utils…:73
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/tauri-runtime-wry/src/dialog/win…:33
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/tauri-cli/src/helpers/flock.rs:238
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/tauri-bundler/src/bundle/windows…:73
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… crates/tauri-driver/src/server.rs:127
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… crates/tauri-cli/src/dev.rs:248
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… crates/tauri-bundler/src/bundle/macos/i…:156
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/tauri-cli/src/acl/capability/new…:97
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… bench/src/utils.rs:211
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… bench/src/build_benchmark_jsons.rs:57
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/tauri-bundler/src/bundle/linux/r…:153
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/tauri-bundler/src/bundle/linux/a…:101
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. bench/src/build_benchmark_jsons.rs:29
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .scripts/ci/sync-cli-metadata.js:73
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .scripts/ci/check-license-header.js:110
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .scripts/ci/check-change-tags.js:51
Reset to top 5 82 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `tauri-apps/tauri`

**Score: 71/100 (C+)**  ·  82 findings  ·  scanned 2026-06-05 05:49 UTC  ·  67,768 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 50 |
| MEDIUM | 4 |
| LOW | 12 |

📊 [Full filterable report](https://repobility.com/scan/6a9bdf8b-9ece-4780-bdf2-3db6f0001b42/)  ·  ![scorecard](https://repobility.com/scan/6a9bdf8b-9ece-4780-bdf2-3db6f0001b42/report.png?v=1780638543-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.BENCH_PAT` on a `pull_request` trigger
   `.github/workflows/bench.yml:78` · ✓ Repobility
2. **HIGH** `MINED008` — Swift Force Unwrap
   `crates/tauri/mobile/ios-api/Sources/Tauri/Tauri.swift:117` · CWE-476 · ✓ Repobility
3. **HIGH** `MINED029` — Kotlin Null Bang
   `crates/tauri/mobile/android/src/main/java/app/tauri/plugin/PluginManager.kt:68` · CWE-476 · ✓ Repobility
4. **HIGH** `MINED029` — Kotlin Null Bang
   `crates/tauri/mobile/android/src/main/java/app/tauri/FsUtils.kt:141` · CWE-476 · ✓ Repobility
5. **HIGH** `MINED029` — Kotlin Null Bang
   `crates/tauri/mobile/android/src/main/java/app/tauri/AppPlugin.kt:32` · CWE-476 · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/6a9bdf8b-9ece-4780-bdf2-3db6f0001b42/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 8 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 'tauri-apps/tauri' 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
35/88 findings (40%) 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.