← Back to scan
File as GitHub Issue repo: denoland/deno

Push this scan report to denoland/deno

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.S3_SECRET_ACCESS_KEY` 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.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:6074
CRIT MINED116 [MINED116] Workflow uses `secrets.DENOBOT_PAT` on a `pull_request` trigger: This workflow… .github/workflows/ci.generated.yml:4658
CRIT MINED116 [MINED116] Workflow uses `secrets.WPT_FYI_PW` on a `pull_request` trigger: This workflow … .github/workflows/ci.generated.yml:4657
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:4643
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:4174
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:4130
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:3648
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:3602
CRIT MINED116 [MINED116] Workflow uses `secrets.AZURE_SUBSCRIPTION_ID` on a `pull_request` trigger: Thi… .github/workflows/ci.generated.yml:3544
CRIT MINED116 [MINED116] Workflow uses `secrets.AZURE_TENANT_ID` on a `pull_request` trigger: This work… .github/workflows/ci.generated.yml:3543
CRIT MINED116 [MINED116] Workflow uses `secrets.AZURE_CLIENT_ID` on a `pull_request` trigger: This work… .github/workflows/ci.generated.yml:3542
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:2828
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:2782
CRIT MINED116 [MINED116] Workflow uses `secrets.AZURE_SUBSCRIPTION_ID` on a `pull_request` trigger: Thi… .github/workflows/ci.generated.yml:2724
CRIT MINED116 [MINED116] Workflow uses `secrets.AZURE_TENANT_ID` on a `pull_request` trigger: This work… .github/workflows/ci.generated.yml:2723
CRIT MINED116 [MINED116] Workflow uses `secrets.AZURE_CLIENT_ID` on a `pull_request` trigger: This work… .github/workflows/ci.generated.yml:2722
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:1867
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:1821
CRIT MINED116 [MINED116] Workflow uses `secrets.APPLE_CODESIGN_PASSWORD` on a `pull_request` trigger: T… .github/workflows/ci.generated.yml:1790
CRIT MINED116 [MINED116] Workflow uses `secrets.APPLE_CODESIGN_KEY` on a `pull_request` trigger: This w… .github/workflows/ci.generated.yml:1789
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:860
CRIT MINED116 [MINED116] Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger: This… .github/workflows/ci.generated.yml:814
CRIT MINED116 [MINED116] Workflow uses `secrets.APPLE_CODESIGN_PASSWORD` on a `pull_request` trigger: T… .github/workflows/ci.generated.yml:783
CRIT MINED116 [MINED116] Workflow uses `secrets.APPLE_CODESIGN_KEY` on a `pull_request` trigger: This w… .github/workflows/ci.generated.yml:782
CRIT MINED116 [MINED116] Workflow uses `secrets.DENOBOT_PAT` on a `pull_request` trigger: This workflow… .github/workflows/ci.generated.yml:244
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cli/lsp/urls.rs:144
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cli/lsp/cache.rs:135
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cli/jsr.rs:102
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cli/cache/code_cache.rs:188
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cli/build.rs:152
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cli/args/flags_net.rs:170
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… cli/tools/doc/prism.js:3
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .github/mtime_cache/action.js:142
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… .github/mtime_cache/action.js:62
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 … cli/tsc/99_main_compiler.js:98
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … cli/tools/doc/prism.js:3
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .github/mtime_cache/action.js:142
MED AGT015 Remote install command pipes network code directly to a shell README.md:28
MED CORE_LARGE_FILES Average file size is 613 lines (recommend <300)
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… cli/tools/doc/prism.js:4
LOW AIC003 Duplicated implementation block across source files cli/tools/serve.rs:153
LOW AIC003 Duplicated implementation block across source files cli/tools/pm/cache_deps.rs:179
LOW AIC003 Duplicated implementation block across source files cli/ops/testing.rs:46
LOW AIC003 Duplicated implementation block across source files cli/lsp/npm.rs:85
LOW AIC003 Duplicated implementation block across source files .github/workflows/version_bump.ts:21
LOW AIC003 Duplicated implementation block across source files .github/workflows/start_release.ts:22
LOW AIC003 Duplicated implementation block across source files .github/workflows/promote_to_release.ts:135
LOW AIC003 Duplicated implementation block across source files .github/workflows/post_publish.ts:22
LOW AIC003 Duplicated implementation block across source files .github/workflows/create_prerelease_tag…:16
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cli/lsp/urls.rs:43
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cli/lsp/parent_process_checker.rs:41
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cli/lsp/logging.rs:104
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/lsp/performance.rs:316
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/lsp/compiler_options.rs:128
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/lsp/cache.rs:70
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/cache/code_cache.rs:47
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/cache/check.rs:47
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/build.rs:221
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cli/tools/serve.rs:227
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… .github/workflows/promote_to_release.ts:67
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … cli/tsc/_analyze_types_node.ts:61
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/mtime_cache/action.js:59
Reset to top 5 63 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `denoland/deno`

**Score: 62/100 (C+)**  ·  63 findings  ·  scanned 2026-06-05 05:51 UTC  ·  183,169 LOC

| Severity | Count |
|---|---|
| CRITICAL | 25 |
| HIGH | 9 |
| MEDIUM | 6 |
| LOW | 10 |

📊 [Full filterable report](https://repobility.com/scan/026a157d-4f5f-4502-a13a-022bcdad0f97/)  ·  ![scorecard](https://repobility.com/scan/026a157d-4f5f-4502-a13a-022bcdad0f97/report.png?v=1780638664-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger
   `.github/workflows/ci.generated.yml:6074` · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.DENOBOT_PAT` on a `pull_request` trigger
   `.github/workflows/ci.generated.yml:4658` · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.WPT_FYI_PW` on a `pull_request` trigger
   `.github/workflows/ci.generated.yml:4657` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger
   `.github/workflows/ci.generated.yml:4643` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.S3_SECRET_ACCESS_KEY` on a `pull_request` trigger
   `.github/workflows/ci.generated.yml:4174` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/026a157d-4f5f-4502-a13a-022bcdad0f97/_
Already filed
'denoland' is on the known-megaproject org list. These projects use auto-triage bots and established security disclosure channels. Unsolicited automated issues from Repobility would be perceived as AI-generated spam. For security findings, follow the project's SECURITY.md policy. For non-security findings, open a focused PR or community discussion instead.
Already filed
This repo publishes a SECURITY.md policy and the scan contains 6 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 'denoland/deno' 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
40/69 findings (58%) 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.