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

Push this scan report to puppeteer/puppeteer

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.ALGOLIA_CRAWLER_ID` 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 MINED035 [MINED035] Js New Function: new Function(...) compiles strings to functions. packages/puppeteer-core/src/util/Functi…:20
CRIT MINED116 [MINED116] Workflow uses `secrets.ALGOLIA_CRAWLER_ID` on a `pull_request` trigger: This w… .github/workflows/ci.yml:127
CRIT MINED116 [MINED116] Workflow uses `secrets.ALGOLIA_CRAWLER_API_KEY` on a `pull_request` trigger: T… .github/workflows/ci.yml:126
CRIT MINED116 [MINED116] Workflow uses `secrets.ALGOLIA_CRAWLER_USER_ID` on a `pull_request` trigger: T… .github/workflows/ci.yml:125
CRIT MINED116 [MINED116] Workflow uses `secrets.ALGOLIA_CRAWLER_ID` on a `pull_request` trigger: This w… .github/workflows/ci.yml:116
CRIT MINED116 [MINED116] Workflow uses `secrets.ALGOLIA_CRAWLER_API_KEY` on a `pull_request` trigger: T… .github/workflows/ci.yml:115
CRIT MINED116 [MINED116] Workflow uses `secrets.ALGOLIA_CRAWLER_USER_ID` on a `pull_request` trigger: T… .github/workflows/ci.yml:114
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… packages/puppeteer-core/src/bidi/Deseri…:44
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/puppeteer-core/src/cdp/utils.ts:288
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/puppeteer-core/src/cdp/Binding…:86
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/browsers/src/fileUtil.ts:85
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… packages/browsers/src/browser-data/chro…:26
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… packages/browsers/src/browser-data/chro…:26
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… packages/browsers/src/DefaultProvider.ts:32
HIGH MINED115 [MINED115] Action `googleapis/release-please-action` pinned to mutable ref `@v5`: `uses: … .github/workflows/release-please.yml:14
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 … packages/puppeteer-core/src/util/Functi…:20
MED WEB003 Public web service has no security.txt .well-known/security.txt
LOW AIC003 Duplicated implementation block across source files packages/puppeteer-core/src/util/ErrorL…:2
LOW AIC003 Duplicated implementation block across source files packages/puppeteer-core/src/node/NodeWe…:30
LOW AIC003 Duplicated implementation block across source files packages/puppeteer-core/src/cdp/utils.ts:63
LOW AIC003 Duplicated implementation block across source files packages/puppeteer-core/src/cdp/Executi…:210
LOW AIC003 Duplicated implementation block across source files packages/puppeteer-core/src/cdp/Connect…:158
LOW AIC003 Duplicated implementation block across source files packages/browsers/src/browser-data/chro…:1
LOW AIC003 Duplicated implementation block across source files packages/browsers/src/browser-data/chro…:6
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 WEB011 Public web app has no humans.txt humans.txt
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. packages/puppeteer-core/src/bidi/Deseri…:33
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. packages/puppeteer-core/src/api/JSHandl…:154
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. packages/ng-schematics/src/schematics/u…:186
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. packages/puppeteer-core/src/cdp/CdpSess…:126
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. packages/puppeteer-core/src/bidi/BidiOv…:181
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. packages/browsers/src/fileUtil.ts:234
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … packages/puppeteer-core/src/bidi/Browse…:100
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … packages/browsers/src/httpUtil.ts:97
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … packages/browsers/src/ProgressBar.ts:142
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … examples/detect-sniff.js:38
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … examples/custom-event.js:14
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … examples/cross-browser.js:34
Reset to top 5 41 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

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

**Score: 72/100 (A-)**  ·  41 findings  ·  scanned 2026-06-05 06:50 UTC  ·  61,037 LOC

| Severity | Count |
|---|---|
| CRITICAL | 7 |
| HIGH | 8 |
| MEDIUM | 3 |
| LOW | 11 |

📊 [Full filterable report](https://repobility.com/scan/33247712-bae1-4a0f-8b8c-22301afa739b/)  ·  ![scorecard](https://repobility.com/scan/33247712-bae1-4a0f-8b8c-22301afa739b/report.png?v=1780642226-s2)

### Top findings

1. **CRITICAL** `MINED035` — Js New Function
   `packages/puppeteer-core/src/util/Function.ts:20` · CWE-95 · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.ALGOLIA_CRAWLER_ID` on a `pull_request` trigger
   `.github/workflows/ci.yml:127` · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.ALGOLIA_CRAWLER_API_KEY` on a `pull_request` trigger
   `.github/workflows/ci.yml:126` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.ALGOLIA_CRAWLER_USER_ID` on a `pull_request` trigger
   `.github/workflows/ci.yml:125` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.ALGOLIA_CRAWLER_ID` on a `pull_request` trigger
   `.github/workflows/ci.yml:116` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/33247712-bae1-4a0f-8b8c-22301afa739b/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 7 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 'puppeteer/puppeteer' 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.