Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
55 of your 116 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 40.72s for a 90.0 MB repo slow.
  • Repobility's analysis ran in 30.51s after the clone landed.

TableProApp/TablePro

https://github.com/TableProApp/TablePro · scanned 2026-06-05 19:52 UTC (4 days, 14 hours ago) · 10 languages

179 raw signals (99 security + 80 graph) 11/13 scanners ran System graph score 88 (lower by 17)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 14 hours ago · v2 · 34 actionable findings from 2 signal sources. 105 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 20.0 0.20 4.00
documentation_score 100.0 0.15 15.00
practices_score 81.0 0.15 12.15
code_quality 80.0 0.10 8.00
Overall 1.00 70.2
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Ranks in the 13th percentile among medium-sized repos. Strongest dependencies (85), documentation (72); weakest testing (15), code quality (34). 264 findings (46 critical, 12 high). Most common pattern: php-error-suppress.

Showing 11 of 34 actionable findings. 139 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED007] Sql String Concat: cursor.execute(f"... {user_input} ...") — SQL injection.
Review and fix per the pattern semantics. See CWE-89 / A03:2021 for context.
TablePro/Core/ServerDashboard/Providers/PostgreSQLDashboardProvider.swift:53
critical Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
3 files, 3 locations
TablePro/Views/ConnectionForm/Components/ImportFromURLSheet.swift:31
TableProTests/Database/ConnectionStringParserTests.swift:80
TableProTests/Extensions/URLSanitizationTests.swift:11
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED038] Swift Try Bang: try! crashes on thrown error. Use try? or do/catch.
Review and fix per the pattern semantics. See CWE-755 / for context.
3 files, 3 locations
Plugins/CSVExportPlugin/CSVExportPlugin.swift:21
TableProMobile/TableProMobile/Views/Components/SQLSyntaxHighlighter.swift:22
TableProTests/Core/Plugins/PluginManagerReconciliationTests.swift:29
high Security checks security path traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
scripts/check-registry-readiness.py:28
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 21 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `maxim-lobanov/setup-xcode` pinned to mutable ref `@v1`: `uses: maxim-lobanov/setup-xcode@v1` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-ch…
8 files, 21 locations
.github/workflows/build.yml:43, 94, 206, 353, 441 (5 hits)
.github/workflows/macos-tests.yml:44, 59 (4 hits)
.github/workflows/build-plugin.yml:94 (2 hits)
.github/workflows/cla.yml:24 (2 hits)
.github/workflows/ios-tests.yml:39 (2 hits)
.github/workflows/pluginkit-abi.yml:23 (2 hits)
LocalPackages/CodeEditSourceEditor/.github/workflows/build-documentation.yml:24 (2 hits)
LocalPackages/CodeEditTextView/.github/workflows/build-documentation.yml:24 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 37 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
12 files, 35 locations
.github/workflows/build.yml:25, 40, 91, 189, 203, 312, 327, 348, +2 more (10 hits)
.github/workflows/macos-tests.yml:41, 56, 67, 117 (6 hits)
.github/workflows/build-plugin.yml:30, 86 (3 hits)
.github/workflows/ios-tests.yml:36, 57, 91 (3 hits)
.github/workflows/pluginkit-abi.yml:18 (2 hits)
LocalPackages/CodeEditSourceEditor/.github/workflows/build-documentation.yml:10 (2 hits)
LocalPackages/CodeEditSourceEditor/.github/workflows/tests.yml:11 (2 hits)
LocalPackages/CodeEditTextView/.github/workflows/build-documentation.yml:10 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
scripts/check-registry-readiness.py:30 Error handlingquality
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
3 files, 3 locations
.github/workflows/build-plugin.yml
.github/workflows/build.yml
.github/workflows/cla.yml
CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/build-plugin.yml Ports
low Security checks quality Quality conf 0.60 28 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 17 locations
Plugins/MongoDBDriverPlugin/MongoDBStatementGenerator.swift:22, 177, 196 (3 hits)
Plugins/EtcdDriverPlugin/EtcdPluginDriver.swift:102, 338 (2 hits)
Plugins/LibSQLDriverPlugin/HranaHttpClient.swift:99, 196 (2 hits)
Plugins/LibSQLDriverPlugin/LibSQLPluginDriver.swift:15, 128 (2 hits)
LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/TreeSitter/TreeSitterClient+Temporary.swift:24
Plugins/ClickHouseDriverPlugin/ClickHousePluginDriver+Http.swift:126
Plugins/CloudflareD1DriverPlugin/CloudflareD1PluginDriver.swift:147
Plugins/CloudflareD1DriverPlugin/D1HttpClient.swift:262
duplicationquality
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/f19fe907-8b93-4c6d-9071-0e1011d1df48/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f19fe907-8b93-4c6d-9071-0e1011d1df48/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.