← Back to scan
File as GitHub Issue repo: bubkoo/html-to-image

Push this scan report to bubkoo/html-to-image

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 SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… src/embed-webfonts.ts:83
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… src/mimes.ts:18
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… src/embed-webfonts.ts:69
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… src/embed-resources.ts:60
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/embed-images.ts:44
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/dataurl.ts:3
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/clone-node.ts:33
HIGH MINED115 Action `wow-actions/use-app-token` pinned to mutable ref `@v2` .github/workflows/ci.yml:54
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v3` .github/workflows/ci.yml:37
HIGH MINED115 Action `pnpm/action-setup` pinned to mutable ref `@v2` .github/workflows/ci.yml:25
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v3` .github/workflows/ci.yml:20
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v3` .github/workflows/ci.yml:17
HIGH MINED115 Action `bubkoo/needs-more-info` pinned to mutable ref `@v1` .github/workflows/needs-more-info.yml:16
HIGH MINED115 Action `bubkoo/use-app-token` pinned to mutable ref `@v1` .github/workflows/needs-more-info.yml:11
HIGH MINED115 Action `bubkoo/contributors-list` pinned to mutable ref `@v1` .github/workflows/update-contributors.y…:19
HIGH MINED115 Action `bubkoo/use-app-token` pinned to mutable ref `@v1` .github/workflows/update-contributors.y…:14
HIGH MINED115 Action `bubkoo/update-authors` pinned to mutable ref `@v1` .github/workflows/update-authors.yml:20
HIGH MINED115 Action `bubkoo/use-app-token` pinned to mutable ref `@v1` .github/workflows/update-authors.yml:15
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v2` .github/workflows/update-authors.yml:12
HIGH MINED115 Action `pascalgn/size-label-action` pinned to mutable ref `@v0.1.1` .github/workflows/pr-label-patch-size.y…:13
HIGH MINED115 Action `bubkoo/use-app-token` pinned to mutable ref `@v1` .github/workflows/pr-label-patch-size.y…:8
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v2` .github/workflows/pr-label-patch-size.y…:7
HIGH MINED115 Action `Naturalclar/issue-action` pinned to mutable ref `@v2.0.1` .github/workflows/pr-label-title-body.y…:19
HIGH MINED115 Action `bubkoo/use-app-token` pinned to mutable ref `@v1` .github/workflows/pr-label-title-body.y…:14
HIGH MINED115 Action `bubkoo/pr-triage` pinned to mutable ref `@v1` .github/workflows/pr-label-status.yml:16
HIGH MINED115 Action `bubkoo/use-app-token` pinned to mutable ref `@v1` .github/workflows/pr-label-status.yml:11
HIGH MINED115 Action `bubkoo/label-commands` pinned to mutable ref `@v1` .github/workflows/label-commands.yml:16
HIGH MINED115 Action `bubkoo/use-app-token` pinned to mutable ref `@v1` .github/workflows/label-commands.yml:11
HIGH MINED115 Action `github/codeql-action/analyze` pinned to mutable ref `@v2` .github/workflows/codeql.yml:39
HIGH MINED115 Action `github/codeql-action/autobuild` pinned to mutable ref `@v2` .github/workflows/codeql.yml:36
HIGH MINED115 Action `github/codeql-action/init` pinned to mutable ref `@v2` .github/workflows/codeql.yml:30
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v3` .github/workflows/codeql.yml:27
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/mimes.ts:18
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/embed-webfonts.ts:69
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/embed-resources.ts:60
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW WEB005 robots.txt does not advertise a sitemap pnpm-lock.yaml
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/embed-images.ts:44
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/embed-webfonts.ts:131
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/dataurl.ts:105
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/embed-images.ts:70
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/clone-node.ts:178
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/util.ts:226
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/clone-node.ts:229
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/util.ts:58
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/apply-style.ts:23
Reset to top 5 47 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `bubkoo/html-to-image`

**Score: 92/100 (A-)**  ·  47 findings  ·  scanned 2026-05-31 01:26 UTC  ·  2,606 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 32 |
| MEDIUM | 4 |
| LOW | 2 |

📊 [Full filterable report](https://repobility.com/scan/994c58b2-77b7-4f32-a964-5f2162ed51f1/)  ·  ![scorecard](https://repobility.com/scan/994c58b2-77b7-4f32-a964-5f2162ed51f1/report.png?v=1780190779-s2)

### Top findings

1. **HIGH** `SEC083` — JS: new RegExp() with non-literal
   `src/embed-webfonts.ts:83`
2. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `src/mimes.ts:18`
3. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `src/embed-webfonts.ts:69`
4. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `src/embed-resources.ts:60`
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/embed-images.ts:44` · 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/994c58b2-77b7-4f32-a964-5f2162ed51f1/_
Megaproject â high spam risk
Could not determine 'bubkoo/html-to-image' 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
25/50 findings (50%) 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.