← Back to scan
File as GitHub Issue repo: CloakHQ/CloakBrowser

Push this scan report to CloakHQ/CloakBrowser

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

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

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
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … cloakbrowser/human/config.py:200
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… cloakbrowser/geoip.py:128
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… cloakbrowser/config.py:177
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… js/src/proxy.ts:52
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… js/src/config.ts:138
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cloakbrowser/config.py:218
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… cloakbrowser/__main__.py:103
HIGH DKR006 Dockerfile pipes a remote script into a shell Dockerfile:4
HIGH MINED119 Dockerfile `ADD https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/lat… examples/integrations/aws_lambda/Docker…:45
HIGH MINED118 Dockerfile FROM `cloakhq/cloakbrowser:latest` not pinned by digest examples/integrations/aws_lambda/Docker…:35
HIGH MINED118 Dockerfile FROM `python:3.12-slim` not pinned by digest Dockerfile:1
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … js/src/human/keyboard.ts:62
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … js/src/human/config.ts:233
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … js/src/human-puppeteer/keyboard.ts:59
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… cloakbrowser/human/scroll_async.py:24
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… cloakbrowser/human/scroll.py:27
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:115
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:682
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:444
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:178
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:110
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:2489
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:2256
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:1956
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:1939
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:1587
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:1354
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:1056
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:1039
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:2047
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:1154
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:338
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:309
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:280
MED MINED111 Bare except continues silently cloakbrowser/human/__init__.py:246
MED MINED111 Bare except continues silently cloakbrowser/geoip.py:233
MED MINED111 Bare except continues silently cloakbrowser/__main__.py:105
MED MINED111 Bare except continues silently cloakbrowser/download.py:208
MED DKR003 Dockerfile base image uses the latest tag examples/integrations/aws_lambda/Docker…:36
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKR013 Dockerfile ADD downloads remote content examples/integrations/aws_lambda/Docker…:45
MED DKR001 Docker final stage has no non-root USER examples/integrations/aws_lambda/Docker…:36
MED DKR001 Docker final stage has no non-root USER Dockerfile:1
LOW COMP001 [COMP001] High cognitive complexity: Function `resolve_proxy_geo_with_ip` has cognitive c… cloakbrowser/geoip.py:64
LOW COMP001 [COMP001] High cognitive complexity: Function `_resolve_exit_ip` has cognitive complexity… cloakbrowser/geoip.py:209
LOW COMP001 [COMP001] High cognitive complexity: Function `get_effective_version` has cognitive compl… cloakbrowser/config.py:159
LOW AIC003 Duplicated implementation block across source files js/src/human/scroll.ts:4
LOW AIC003 Duplicated implementation block across source files js/src/human/keyboard.ts:4
LOW AIC003 Duplicated implementation block across source files js/src/human/index.ts:41
LOW AIC003 Duplicated implementation block across source files js/src/human/elementhandle.ts:63
LOW AIC003 Duplicated implementation block across source files cloakbrowser/human/scroll_async.py:65
LOW AIC003 Duplicated implementation block across source files cloakbrowser/human/mouse_async.py:18
LOW AIC003 Duplicated implementation block across source files cloakbrowser/human/actionability_async.…:33
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… js/src/proxy.ts:16
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. js/src/playwright.ts:18
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. js/src/human/actionability.ts:240
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. js/src/human/mouse.ts:13
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. js/src/human/actionability.ts:231
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … js/src/puppeteer.ts:21
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … js/src/playwright.ts:60
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … js/examples/stealth-test.ts:52
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … js/examples/persistent-context.ts:13
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … js/examples/basic-puppeteer.ts:14
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … js/examples/basic-playwright.ts:14
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. cloakbrowser/human/config.py:71
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… examples/integrations/selenium_example.…:8
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… cloakbrowser/geoip.py:4
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… cloakbrowser/geoip.py:129
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… cloakbrowser/config.py:178
Reset to top 5 69 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `CloakHQ/CloakBrowser`

**Score: 84/100 (A-)**  ·  123 findings  ·  scanned 2026-05-20 05:09 UTC  ·  28,239 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 11 |
| MEDIUM | 32 |
| LOW | 10 |

📊 [Full filterable report](https://repobility.com/scan/049d2004-44a2-4aa6-95dc-82395d96730f/)  ·  ![scorecard](https://repobility.com/scan/049d2004-44a2-4aa6-95dc-82395d96730f/report.png?v=1779253779-s2)

### Top findings

1. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `cloakbrowser/human/config.py:200`
2. **HIGH** `MINED001` — Bare Except Pass
   `cloakbrowser/geoip.py:128` · CWE-755 · ✓ Repobility
3. **HIGH** `MINED001` — Bare Except Pass
   `cloakbrowser/config.py:177` · CWE-755 · ✓ Repobility
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `js/src/proxy.ts:52` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `js/src/config.ts:138` · A10:2021 SSRF

---

**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/049d2004-44a2-4aa6-95dc-82395d96730f/_
Megaproject â high spam risk
Could not determine 'CloakHQ/CloakBrowser' 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
64/126 findings (51%) 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.