← Back to scan
File as GitHub Issue repo: tsz-org/tsz

Push this scan report to tsz-org/tsz

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.SCCACHE_GCS_KEY_JSON` 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.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger: This… .github/workflows/ci.yml:1007
CRIT MINED116 [MINED116] Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger: This… .github/workflows/ci.yml:967
CRIT MINED116 [MINED116] Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger: This… .github/workflows/ci.yml:842
CRIT MINED116 [MINED116] Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger: This… .github/workflows/ci.yml:683
CRIT MINED116 [MINED116] Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger: This… .github/workflows/ci.yml:601
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/conformance/src/server_pool.rs:144
HIGH MINED115 [MINED115] Action `actions/deploy-pages` pinned to mutable ref `@v4`: `uses: actions/depl… .github/workflows/gh-pages.yml:414
HIGH MINED115 [MINED115] Action `actions/upload-pages-artifact` pinned to mutable ref `@v3`: `uses: act… .github/workflows/gh-pages.yml:400
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v4`: `uses: actions… .github/workflows/gh-pages.yml:387
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v4`: `uses: actions… .github/workflows/gh-pages.yml:227
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/gh-pages.yml:195
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/gh-pages.yml:194
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/gh-pages.yml:183
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2`: `uses: Swatinem/rust… .github/workflows/gh-pages.yml:160
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/gh-pages.yml:157
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@v4` r… .github/workflows/gh-pages.yml:153
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/gh-pages.yml:126
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/gh-pages.yml:42
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v4`: `uses: actions… .github/workflows/ci-health.yml:257
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/ci-health.yml:210
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/ci-health.yml:49
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/ci-health.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/refresh-green-prs.yml:35
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v4`: `uses: actions… .github/workflows/npm-publish.yml:168
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/npm-publish.yml:159
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/npm-publish.yml:154
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/npm-publish.yml:143
HIGH MINED115 [MINED115] Action `taiki-e/install-action` pinned to mutable ref `@v2`: `uses: taiki-e/in… .github/workflows/npm-publish.yml:107
HIGH MINED115 [MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2`: `uses: Swatinem/rust… .github/workflows/npm-publish.yml:98
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/npm-publish.yml:93
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/npm-publish.yml:88
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED AGT015 Remote install command pipes network code directly to a shell README.md:53
MED AGT015 Remote install command pipes network code directly to a shell .github/workflows/gh-pages.yml:168
MED CORE_LARGE_FILES Average file size is 556 lines (recommend <300)
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/error_reporter/c…:74
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/declarations/mod…:271
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/declarations/imp…:145
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/declarations/imp…:271
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/classes/class_im…:48
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/checkers/jsx/tar…:22
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/checkers/jsx/pro…:97
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/checkers/jsx/pro…:35
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/checkers/jsx/pro…:40
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/checkers/jsx/pro…:538
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/checkers/jsx/pro…:251
LOW AIC003 Duplicated implementation block across source files crates/tsz-checker/src/checkers/generic…:71
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/conformance/src/server_pool.rs:322
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/conformance/src/process_rss.rs:21
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/conformance/src/server_pool.rs:88
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/conformance/src/process_rss.rs:60
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/conformance/src/cache.rs:75
Reset to top 5 52 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `tsz-org/tsz`

**Score: 67/100 (C+)**  ·  52 findings  ·  scanned 2026-06-05 15:24 UTC  ·  181,764 LOC

| Severity | Count |
|---|---|
| CRITICAL | 5 |
| HIGH | 26 |
| MEDIUM | 4 |
| LOW | 12 |

📊 [Full filterable report](https://repobility.com/scan/3519fd32-b5d6-43ae-a54f-3d5bb4cbb164/)  ·  ![scorecard](https://repobility.com/scan/3519fd32-b5d6-43ae-a54f-3d5bb4cbb164/report.png?v=1780673091-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger
   `.github/workflows/ci.yml:1007` · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger
   `.github/workflows/ci.yml:967` · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger
   `.github/workflows/ci.yml:842` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger
   `.github/workflows/ci.yml:683` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.SCCACHE_GCS_KEY_JSON` on a `pull_request` trigger
   `.github/workflows/ci.yml:601` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/3519fd32-b5d6-43ae-a54f-3d5bb4cbb164/_
Megaproject â high spam risk
Could not determine 'tsz-org/tsz' 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
32/53 findings (60%) 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.