← Back to scan
File as GitHub Issue repo: pingdotgg/t3code

Push this scan report to pingdotgg/t3code

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
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… apps/desktop/src/electron/ElectronMenu.…:145
HIGH MINED027 [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — Re… apps/server/src/provider/Layers/ClaudeA…:1143
HIGH MINED027 [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — Re… apps/server/src/processRunner.ts:174
HIGH MINED027 [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — Re… apps/server/integration/TestProviderAda…:298
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/desktop/src/electron/ElectronWindo…:118
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/desktop/src/electron/ElectronProto…:220
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/desktop/scripts/wait-for-resources…:29
HIGH SEC033 [SEC033] Prototype Pollution — unfiltered merge of user object: Merging user-controlled o… apps/server/src/provider/Layers/Provide…:403
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… apps/server/src/provider/Layers/CodexSe…:49
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/server/src/process/externalLaunche…:334
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/server/src/persistence/Migrations.…:129
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… apps/server/src/keybindings.ts:431
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… apps/server/src/httpCors.ts:10
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/server/src/git/GitManager.ts:153
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/server/src/diagnostics/ProcessDiag…:85
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… apps/server/src/cli/config.ts:410
HIGH SEC038 [SEC038] HTTP Request Smuggling Risk — TE/CL mismatch: HTTP Request Smuggling (HRS) abuse… apps/server/src/auth/http.ts:63
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… apps/server/src/attachmentPaths.ts:23
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… apps/desktop/src/electron/ElectronProto…:125
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… apps/desktop/src/app/DesktopEnvironment…:155
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/desktop/src/backend/DesktopServerE…:83
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/desktop/src/backend/DesktopBackend…:183
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… apps/desktop/scripts/dev-electron.mjs:13
HIGH JRN009 Secret-like setting is echoed into a password input value apps/web/src/components/desktop/SshPass…:191
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… apps/web/src/environmentApi.ts:11
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… apps/web/src/components/ChatView.tsx:1928
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… apps/server/src/ws.ts:1106
MED SEC031 [SEC031] Catastrophic Backtracking Regex (ReDoS): Regex contains nested quantifiers like … packages/shared/src/git.ts:14
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… apps/web/src/localApi.ts:63
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. apps/web/src/components/settings/Settin…:491
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. apps/web/src/components/KeybindingsToas…:596
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … apps/web/src/components/ui/sidebar.tsx:894
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … apps/web/src/components/ComposerPromptE…:78
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/server/src/git/GitManager.ts:153
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/server/src/diagnostics/ProcessDiag…:85
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … apps/server/src/cli/config.ts:410
MED AGT016 Codex session log reader may expose prompts or tool-call content apps/server/src/provider/Layers/CodexAd…:2
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… packages/ssh/src/tunnel.ts:204
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/server/src/textGeneration/OpenCode…:332
LOW AIC003 Duplicated implementation block across source files apps/server/src/textGeneration/CursorTe…:237
LOW AIC003 Duplicated implementation block across source files apps/server/src/textGeneration/CursorTe…:56
LOW AIC003 Duplicated implementation block across source files apps/server/src/textGeneration/CodexTex…:21
LOW AIC003 Duplicated implementation block across source files apps/server/src/sourceControl/GitLabSou…:28
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/acp/AcpRuntime…:222
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/Drivers/OpenCo…:140
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/Drivers/OpenCo…:90
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/Drivers/OpenCo…:21
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/Drivers/Cursor…:136
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/Drivers/Cursor…:46
LOW AIC003 Duplicated implementation block across source files apps/server/src/provider/Drivers/CodexD…:40
LOW AIC003 Duplicated implementation block across source files apps/server/src/persistence/Layers/Proj…:50
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. apps/web/src/rpc/wsRpcClient.ts:29
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/web/src/components/chat/SkillInlin…:79
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/web/src/components/ComposerPromptE…:258
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/web/src/components/ChatMarkdown.tsx:218
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. apps/server/src/cli/auth.ts:183
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/web/src/routeTree.gen.ts:30
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/server/src/persistence/NodeSqliteC…:126
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/desktop/src/electron/ElectronApp.ts:51
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… apps/server/src/serverRuntimeStartup.ts:248
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… apps/desktop/src/backend/tailscaleEndpo…:47
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… apps/desktop/src/backend/DesktopServerE…:118
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/desktop/src/settings/DesktopSavedE…:283
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/desktop/src/app/DesktopLifecycle.ts:216
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/desktop/src/app/DesktopApp.ts:74
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/server/src/cli/project.ts:284
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/server/src/cli/auth.ts:109
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … apps/desktop/scripts/electron-launcher.…:101
Reset to top 5 69 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `pingdotgg/t3code`

**Score: 77/100 (A-)**  ·  69 findings  ·  scanned 2026-05-18 14:48 UTC  ·  328,501 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 26 |
| MEDIUM | 10 |
| LOW | 15 |

📊 [Full filterable report](https://repobility.com/scan/3e304f99-33d8-432c-ba4f-ecda6509fa62/)  ·  ![scorecard](https://repobility.com/scan/3e304f99-33d8-432c-ba4f-ecda6509fa62/report.png?v=1779115691-s2)

### Top findings

1. **CRITICAL** `MINED019` — Ssti Jinja From String
   `apps/desktop/src/electron/ElectronMenu.ts:145` · CWE-94 · ✓ Repobility
2. **HIGH** `MINED027` — React State Array Mutation
   `apps/server/src/provider/Layers/ClaudeAdapter.ts:1143` · CWE-682 · ✓ Repobility
3. **HIGH** `MINED027` — React State Array Mutation
   `apps/server/src/processRunner.ts:174` · CWE-682 · ✓ Repobility
4. **HIGH** `MINED027` — React State Array Mutation
   `apps/server/integration/TestProviderAdapter.integration.ts:298` · CWE-682 · ✓ Repobility
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `apps/desktop/src/electron/ElectronWindow.ts:118`

---

**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/3e304f99-33d8-432c-ba4f-ecda6509fa62/_
Megaproject â high spam risk
Could not determine 'pingdotgg/t3code' 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.