← Back to scan
File as GitHub Issue repo: AI-QL/tuui

Push this scan report to AI-QL/tuui

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 … src/renderer/store/message.ts:58
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/main/aid/index.ts:133
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/main/MainRunner.ts:30
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/main/aid/commands.ts:82
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/main/MainRunner.ts:47
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/main/IPCs.ts:59
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v4` .github/workflows/playwright-test.yml:45
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/playwright-test.yml:38
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/playwright-test.yml:28
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v4` .github/workflows/build-artifacts.yml:32
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/build-artifacts.yml:19
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/build-artifacts.yml:16
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… src/renderer/store/agent.ts:115
MED SEC031 [SEC031] Catastrophic Backtracking Regex (ReDoS): Regex contains nested quantifiers like … src/renderer/router/index.ts:83
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/main/mcp/connection.ts:14
MED WEB003 Public web service has no security.txt .well-known/security.txt
LOW AIC003 Duplicated implementation block across source files src/renderer/components/pages/McpRegist…:4
LOW AIC003 Duplicated implementation block across source files src/renderer/components/pages/McpEditPa…:14
LOW WEB005 robots.txt does not advertise a sitemap docs/src/public/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 MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/renderer/utils/color.ts:2
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/main/mcp/connection.ts:37
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/main/aid/windows.ts:43
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/main/aid/nut.ts:35
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/main/aid/macos.ts:113
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/main/aid/nut.ts:4
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/main/aid/macos.ts:169
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/main/IPCs.ts:335
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/main/aid/automator.ts:25
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/main/aid/automation.ts:34
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/main/IPCs.ts:155
Reset to top 5 33 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `AI-QL/tuui`

**Score: 83/100 (B+)**  ·  33 findings  ·  scanned 2026-05-31 01:25 UTC  ·  11,267 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 12 |
| MEDIUM | 4 |
| LOW | 6 |

📊 [Full filterable report](https://repobility.com/scan/d6e12ad7-d186-451b-b812-8b976bb2844b/)  ·  ![scorecard](https://repobility.com/scan/d6e12ad7-d186-451b-b812-8b976bb2844b/report.png?v=1780190703-s2)

### Top findings

1. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/renderer/store/message.ts:58`
2. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/main/aid/index.ts:133`
3. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/main/MainRunner.ts:30`
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/main/aid/commands.ts:82` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/main/MainRunner.ts:47` · 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/d6e12ad7-d186-451b-b812-8b976bb2844b/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 6 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 'AI-QL/tuui' 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.