← Back to scan
File as GitHub Issue repo: mxyxyz9/Tabs-ide

Push this scan report to mxyxyz9/Tabs-ide

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

Async function without await — fire-and-forget Promise (AI mistake)

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 SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/web/src/components/chat/userMessag…:19
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/server/src/provider/codexCliVersio…:121
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/server/src/imageMime.ts:35
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… apps/server/src/attachmentPaths.ts:22
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/server/src/terminal/Layers/BunPTY.…:52
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/desktop/src/browserHostManager.ts:206
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/desktop/resources/code-oss-extensi…:128
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/server/src/git/Prompts.ts:123
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/desktop/scripts/dev-electron.mjs:24
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/desktop/resources/code-oss-extensi…:309
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/server/scripts/cli.ts:20
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/desktop/src/browserHostManager.ts:99
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/desktop/resources/code-oss-extensi…:166
HIGH MINED115 Action `softprops/action-gh-release` pinned to mutable ref `@v2` .github/workflows/release.yml:289
HIGH MINED115 Action `actions/download-artifact` pinned to mutable ref `@v8` .github/workflows/release.yml:275
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v6` .github/workflows/release.yml:270
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release.yml:265
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v6` .github/workflows/release.yml:242
HIGH MINED115 Action `oven-sh/setup-bun` pinned to mutable ref `@v2` .github/workflows/release.yml:237
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release.yml:232
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/release.yml:220
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v6` .github/workflows/release.yml:121
HIGH MINED115 Action `oven-sh/setup-bun` pinned to mutable ref `@v2` .github/workflows/release.yml:116
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release.yml:110
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v6` .github/workflows/release.yml:64
HIGH MINED115 Action `oven-sh/setup-bun` pinned to mutable ref `@v2` .github/workflows/release.yml:59
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release.yml:30
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v6` .github/workflows/ci.yml:89
HIGH MINED115 Action `oven-sh/setup-bun` pinned to mutable ref `@v2` .github/workflows/ci.yml:84
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/ci.yml:81
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/ci.yml:38
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/ci.yml:28
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v6` .github/workflows/ci.yml:23
HIGH MINED115 Action `oven-sh/setup-bun` pinned to mutable ref `@v2` .github/workflows/ci.yml:18
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/ci.yml:15
HIGH MINED115 Action `actions/github-script` pinned to mutable ref `@v8` .github/workflows/pr-vouch.yml:88
HIGH MINED115 Action `mitchellh/vouch/action/check-user` pinned to mutable ref `@v1` .github/workflows/pr-vouch.yml:80
HIGH MINED115 Action `actions/github-script` pinned to mutable ref `@v8` .github/workflows/pr-vouch.yml:28
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… apps/web/src/wsNativeApi.ts:177
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. apps/web/src/components/KeybindingsToas…:385
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/web/src/components/chat/userMessag…:19
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/server/src/provider/codexCliVersio…:121
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/server/src/imageMime.ts:35
MED AGT007 localStorage write failures are swallowed silently apps/web/src/store.ts:76
MED AGT016 Codex session log reader may expose prompts or tool-call content apps/server/src/provider/Layers/CodexAd…:2
LOW AIC003 Duplicated implementation block across source files apps/web/src/providerModels.ts:88
LOW AIC003 Duplicated implementation block across source files apps/web/src/lib/patchParsing.ts:7
LOW AIC003 Duplicated implementation block across source files apps/web/src/hooks/useSettings.ts:37
LOW AIC003 Duplicated implementation block across source files apps/web/src/components/ui/combobox.tsx:59
LOW AIC003 Duplicated implementation block across source files apps/web/src/components/chat/TraitsPick…:61
LOW AIC003 Duplicated implementation block across source files apps/web/src/components/chat/TraitsPick…:36
LOW AIC003 Duplicated implementation block across source files apps/web/src/components/chat/CompactCom…:45
LOW AIC003 Duplicated implementation block across source files apps/web/src/components/PatchViewer.tsx:13
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/Layers/CodexPr…:14
LOW AIC003 Duplicated implementation block across source files apps/server/src/persistence/Layers/Proj…:46
LOW AIC003 Duplicated implementation block across source files apps/server/src/persistence/Layers/Proj…:73
LOW AIC003 Duplicated implementation block across source files apps/server/src/persistence/Layers/Proj…:76
LOW AIC003 Duplicated implementation block across source files apps/server/src/persistence/Layers/Proj…:69
LOW AIC003 Duplicated implementation block across source files apps/server/src/persistence/Layers/Proj…:78
LOW AIC003 Duplicated implementation block across source files apps/server/src/git/Layers/CodexTextGen…:185
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/web/src/components/ChatMarkdown.tsx:203
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/web/src/routeTree.gen.ts:20
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/server/src/persistence/NodeSqliteC…:125
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/server/src/persistence/Layers/Orch…:252
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/server/src/imageMime.ts:73
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/server/scripts/cli.ts:102
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/web/src/hooks/useCopyToClipboard.ts:50
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/web/src/components/ChatMarkdown.tsx:214
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/server/src/logger.ts:78
Reset to top 5 69 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `mxyxyz9/Tabs-ide`

**Score: 76/100 (B+)**  ·  69 findings  ·  scanned 2026-05-22 12:46 UTC  ·  138,935 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 38 |
| MEDIUM | 7 |
| LOW | 15 |

📊 [Full filterable report](https://www.repobility.com/scan/2d30d258-c4ca-4367-b881-7293cf182d4d/)  ·  ![scorecard](https://www.repobility.com/scan/2d30d258-c4ca-4367-b881-7293cf182d4d/report.png?v=1779454000-s2)

### Top findings

1. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `apps/web/src/components/chat/userMessageTerminalContexts.ts:19`
2. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `apps/server/src/provider/codexCliVersion.ts:121`
3. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `apps/server/src/imageMime.ts:35`
4. **HIGH** `SEC114` — path.join / Path() on user-controlled segment without containment check
   `apps/server/src/attachmentPaths.ts:22` · A01:2021 Broken Access Control (path traversal)
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `apps/server/src/terminal/Layers/BunPTY.ts:52`

---

**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://www.repobility.com/scan/2d30d258-c4ca-4367-b881-7293cf182d4d/_
Megaproject â high spam risk
Could not determine 'mxyxyz9/Tabs-ide' 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/77 findings (32%) 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.