← Back to scan
File as GitHub Issue repo: TableProApp/TablePro

Push this scan report to TableProApp/TablePro

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

Database URL With Embedded Credential

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 MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … TableProTests/Extensions/URLSanitizatio…:11
CRIT MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … TableProTests/Database/ConnectionString…:80
CRIT MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … TablePro/Views/ConnectionForm/Component…:31
CRIT SEC022 [SEC022] Database URL With Embedded Credential: A database connection URL contains an emb… TableProTests/Core/Utilities/Connection…:79
CRIT SEC022 [SEC022] Database URL With Embedded Credential: A database connection URL contains an emb… TableProTests/Core/Services/ForeignApp/…:41
CRIT SEC022 [SEC022] Database URL With Embedded Credential: A database connection URL contains an emb… TablePro/Views/ConnectionForm/Component…:31
CRIT MINED007 [MINED007] Sql String Concat: cursor.execute(f"... {user_input} ...") — SQL injection. TableProMobile/TableProMobileTests/Driv…:112
CRIT MINED007 [MINED007] Sql String Concat: cursor.execute(f"... {user_input} ...") — SQL injection. TablePro/Core/ServerDashboard/Providers…:53
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… TableProTests/Core/AI/ChatToolRegistryT…:54
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… TableProTests/AWS/AWSSSOLoginTests.swift:44
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… Plugins/OracleDriverPlugin/OracleSSLMap…:34
CRIT MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. Plugins/MySQLDriverPlugin/CMariaDB/incl…:46
CRIT MINED116 [MINED116] Workflow uses `secrets.ANALYTICS_HMAC_SECRET` on a `pull_request` trigger: Thi… .github/workflows/macos-tests.yml:81
HIGH MINED099 [MINED099] Hardcoded Secret: API key, AWS access key, GitHub token, Slack token, OpenAI k… TableProTests/Plugins/PluginSSLClassifi…:217
HIGH MINED038 [MINED038] Swift Try Bang: try! crashes on thrown error. Use try? or do/catch. TableProTests/Core/Plugins/PluginManage…:29
HIGH MINED038 [MINED038] Swift Try Bang: try! crashes on thrown error. Use try? or do/catch. TableProMobile/TableProMobile/Views/Com…:22
HIGH MINED038 [MINED038] Swift Try Bang: try! crashes on thrown error. Use try? or do/catch. Plugins/CSVExportPlugin/CSVExportPlugin…:21
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). Plugins/MongoDBDriverPlugin/CLibMongoc/…:49
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). Plugins/MongoDBDriverPlugin/CLibMongoc/…:26
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). Plugins/BigQueryDriverPlugin/BigQueryPl…:152
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… TablePro/Core/SSH/SSHConfigDocument.swi…:39
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… LocalPackages/CodeEditSourceEditor/Sour…:133
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … LocalPackages/CodeEditTextView/Sources/…:64
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … LocalPackages/CodeEditSourceEditor/Sour…:38
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … LocalPackages/CodeEditSourceEditor/Sour…:44
HIGH MINED008 [MINED008] Swift Force Unwrap: optional! crashes on nil. Use guard let or if let. TableProTests/Core/Storage/DateFilterTe…:33
HIGH MINED008 [MINED008] Swift Force Unwrap: optional! crashes on nil. Use guard let or if let. TableProTests/Core/Storage/AIChatStorag…:90
HIGH MINED008 [MINED008] Swift Force Unwrap: optional! crashes on nil. Use guard let or if let. LocalPackages/CodeEditSourceEditor/Sour…:39
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… LocalPackages/CodeEditLanguages/Sources…:70
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… LocalPackages/CodeEditLanguages/Sources…:80
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… LocalPackages/CodeEditLanguages/Sources…:22
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… .github/scripts/update-registry.py:63
HIGH MINED115 [MINED115] Action `maxim-lobanov/setup-xcode` pinned to mutable ref `@v1`: `uses: maxim-l… .github/workflows/ios-tests.yml:39
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/ios-tests.yml:36
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/contract-drift.yml:37
HIGH MINED115 [MINED115] Action `contributor-assistant/github-action` pinned to mutable ref `@v2.6.1`: … .github/workflows/cla.yml:24
HIGH MINED115 [MINED115] Action `maxim-lobanov/setup-xcode` pinned to mutable ref `@v1`: `uses: maxim-l… .github/workflows/pluginkit-abi.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/pluginkit-abi.yml:18
HIGH MINED115 [MINED115] Action `maxim-lobanov/setup-xcode` pinned to mutable ref `@v1`: `uses: maxim-l… .github/workflows/build-plugin.yml:94
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/build-plugin.yml:86
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/build-plugin.yml:30
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/macos-tests.yml:117
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@v4` r… .github/workflows/macos-tests.yml:67
HIGH MINED115 [MINED115] Action `maxim-lobanov/setup-xcode` pinned to mutable ref `@v1`: `uses: maxim-l… .github/workflows/macos-tests.yml:59
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/macos-tests.yml:56
HIGH MINED115 [MINED115] Action `maxim-lobanov/setup-xcode` pinned to mutable ref `@v1`: `uses: maxim-l… .github/workflows/macos-tests.yml:44
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/macos-tests.yml:41
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… LocalPackages/CodeEditTextView/.github/…:9
HIGH MINED115 [MINED115] Action `actions/add-to-project` pinned to mutable ref `@v0.4.0`: `uses: action… LocalPackages/CodeEditTextView/.github/…:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… LocalPackages/CodeEditTextView/.github/…:11
HIGH MINED115 [MINED115] Action `ad-m/github-push-action` pinned to mutable ref `@v0.8.0`: `uses: ad-m/… LocalPackages/CodeEditTextView/.github/…:24
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… LocalPackages/CodeEditTextView/.github/…:10
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… LocalPackages/CodeEditSourceEditor/.git…:9
HIGH MINED115 [MINED115] Action `actions/add-to-project` pinned to mutable ref `@v0.4.0`: `uses: action… LocalPackages/CodeEditSourceEditor/.git…:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… LocalPackages/CodeEditSourceEditor/.git…:11
HIGH MINED115 [MINED115] Action `ad-m/github-push-action` pinned to mutable ref `@v0.8.0`: `uses: ad-m/… LocalPackages/CodeEditSourceEditor/.git…:24
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… LocalPackages/CodeEditSourceEditor/.git…:10
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… scripts/check-registry-readiness.py:28
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/check-registry-readiness.py:30
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… TableProTests/Models/LicenseTests.swift:264
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… TableProTests/Core/Services/SQLParamete…:55
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… TableProTests/Core/ChangeTracking/DataC…:96
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … TablePro/Core/SSH/SSHConfigDocument.swi…:39
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … Plugins/MSSQLDriverPlugin/MSSQLPluginDr…:133
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 10 (SonarSo… scripts/check-registry-readiness.py:47
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/MySQLPluginDr…:25
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/CMariaDB/incl…:1
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/CMariaDB/incl…:21
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/CMariaDB/incl…:2
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/CMariaDB/incl…:1
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/CMariaDB/incl…:1
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/CMariaDB/incl…:1
LOW AIC003 Duplicated implementation block across source files Plugins/MySQLDriverPlugin/CMariaDB/incl…:1
LOW AIC003 Duplicated implementation block across source files Plugins/MongoDBDriverPlugin/MongoDBStat…:196
LOW AIC003 Duplicated implementation block across source files Plugins/MongoDBDriverPlugin/MongoDBStat…:177
LOW AIC003 Duplicated implementation block across source files Plugins/MongoDBDriverPlugin/MongoDBStat…:22
LOW AIC003 Duplicated implementation block across source files Plugins/MongoDBDriverPlugin/MongoDBPlug…:717
LOW AIC003 Duplicated implementation block across source files Plugins/MongoDBDriverPlugin/MongoDBConn…:504
LOW AIC003 Duplicated implementation block across source files Plugins/MSSQLDriverPlugin/MSSQLPluginDr…:27
LOW AIC003 Duplicated implementation block across source files Plugins/MQLExportPlugin/MQLExportPlugin…:36
LOW AIC003 Duplicated implementation block across source files Plugins/LibSQLDriverPlugin/LibSQLPlugin…:128
LOW AIC003 Duplicated implementation block across source files Plugins/LibSQLDriverPlugin/LibSQLPlugin…:15
LOW AIC003 Duplicated implementation block across source files Plugins/LibSQLDriverPlugin/LibSQLPlugin…:26
LOW AIC003 Duplicated implementation block across source files Plugins/LibSQLDriverPlugin/HranaHttpCli…:196
LOW AIC003 Duplicated implementation block across source files Plugins/LibSQLDriverPlugin/HranaHttpCli…:99
LOW AIC003 Duplicated implementation block across source files Plugins/JSONExportPlugin/JSONExportPlug…:24
LOW AIC003 Duplicated implementation block across source files Plugins/EtcdDriverPlugin/EtcdPluginDriv…:338
LOW AIC003 Duplicated implementation block across source files Plugins/EtcdDriverPlugin/EtcdPluginDriv…:102
LOW AIC003 Duplicated implementation block across source files Plugins/DuckDBDriverPlugin/DuckDBPlugin…:170
LOW AIC003 Duplicated implementation block across source files Plugins/CloudflareD1DriverPlugin/D1Http…:262
LOW AIC003 Duplicated implementation block across source files Plugins/CloudflareD1DriverPlugin/Cloudf…:147
LOW AIC003 Duplicated implementation block across source files Plugins/ClickHouseDriverPlugin/ClickHou…:126
LOW AIC003 Duplicated implementation block across source files LocalPackages/CodeEditSourceEditor/Sour…:24
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. TablePro/Core/MCP/Auth/MCPBearerTokenAu…:119
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… Plugins/MySQLDriverPlugin/CMariaDB/incl…:15
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… Plugins/MySQLDriverPlugin/CMariaDB/incl…:20
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… Plugins/MongoDBDriverPlugin/CLibMongoc/…:30
INFO MINED075 [MINED075] C Malloc No Check: malloc/calloc/realloc return value used without checking fo… LocalPackages/CodeEditLanguages/Sources…:19
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… .github/scripts/update-registry.py:64
Reset to top 5 99 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `TableProApp/TablePro`

**Score: 79/100 (B)**  ·  99 findings  ·  scanned 2026-06-05 19:52 UTC  ·  397,067 LOC

| Severity | Count |
|---|---|
| CRITICAL | 13 |
| HIGH | 45 |
| MEDIUM | 6 |
| LOW | 29 |

📊 [Full filterable report](https://repobility.com/scan/f19fe907-8b93-4c6d-9071-0e1011d1df48/)  ·  ![scorecard](https://repobility.com/scan/f19fe907-8b93-4c6d-9071-0e1011d1df48/report.png?v=1780689128-s2)

### Top findings

1. **CRITICAL** `MINED013` — Password In Url
   `TableProTests/Extensions/URLSanitizationTests.swift:11` · CWE-200 · ✓ Repobility
2. **CRITICAL** `MINED013` — Password In Url
   `TableProTests/Database/ConnectionStringParserTests.swift:80` · CWE-200 · ✓ Repobility
3. **CRITICAL** `MINED013` — Password In Url
   `TablePro/Views/ConnectionForm/Components/ImportFromURLSheet.swift:31` · CWE-200 · ✓ Repobility
4. **CRITICAL** `SEC022` — Database URL With Embedded Credential
   `TableProTests/Core/Utilities/ConnectionURLParserMSSQLTests.swift:79` · A07:2021 Identification & Authentication Failures
5. **CRITICAL** `SEC022` — Database URL With Embedded Credential
   `TableProTests/Core/Services/ForeignApp/JDBCConnectionStringTests.swift:41` · A07:2021 Identification & Authentication Failures

---

**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/f19fe907-8b93-4c6d-9071-0e1011d1df48/_
Megaproject â high spam risk
Could not determine 'TableProApp/TablePro' 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.