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.

samsmithyeah/tapsmith

https://github.com/samsmithyeah/tapsmith · scanned 2026-06-16 00:01 UTC (2 months, 3 weeks ago)

165 raw signals (0 security + 165 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 123 actionable findings from 1 signal source. 42 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
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 Repository scanned at 57.8/100 with 100.0% coverage. It contains 2047 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 165 findings — concentrated in quality (70), cicd (45), security (37). Risk profile is high: 1 critical, 1 high, 57 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 77 of 123 actionable findings. 165 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 System graph security Secrets conf 1.00 Possible secret in packages/tapsmith/src/setup-ios-device.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
packages/tapsmith/src/setup-ios-device.ts:235
high System graph security security conf 1.00 Insecure pattern 'exec_used' in packages/tapsmith/src/emulator.ts:378
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/tapsmith/src/emulator.ts:378 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/scripts/fetch-bezels.mjs:56
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/__tests__/api-request.test.ts:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/__tests__/network.test.ts:237
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/__tests__/show-trace-server.test.ts:45
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/api-request.ts:139
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/device.ts:835
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/network.ts:156
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/trace-viewer/main.tsx:49
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/trace/show-trace-server.ts:150
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/tapsmith/src/verify-ios-network.ts:151
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
cloudflare/wrangler-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 6 locations
.github/workflows/preview-trace-viewer.yml:44, 52 (2 hits)
.github/workflows/preview-website.yml:42, 50 (2 hits)
.github/workflows/deploy-trace-viewer.yml:39
.github/workflows/deploy-website.yml:39
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in packages/tapsmith/src/trace/show-trace-server.ts:79
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
packages/tapsmith/src/trace/show-trace-server.ts:79 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/tapsmith/src/reporters/html.ts:226
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/tapsmith/src/reporters/html.ts:226 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/tapsmith/src/trace/show-trace-server.ts:228
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/tapsmith/src/trace/show-trace-server.ts:228 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/scripts/fetch-bezels.mjs:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/scripts/fetch-bezels.mjs:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/build-ios-agent.ts:31
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/build-ios-agent.ts:31 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/cli.ts:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/cli.ts:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/configure-ios-network.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/configure-ios-network.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/daemon-bin.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/daemon-bin.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/dispatcher.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/dispatcher.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/doctor.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/doctor.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/emulator.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/emulator.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/init.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/init.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ios-device-resolve.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ios-device-resolve.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ios-devicectl.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ios-devicectl.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ios-host-ip-check.ts:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ios-host-ip-check.ts:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ios-profile-expiry.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ios-profile-expiry.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ios-simulator-build.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ios-simulator-build.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ios-simulator.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ios-simulator.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ios-trust-probe.ts:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ios-trust-probe.ts:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/launch-progress.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/launch-progress.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/list-devices.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/list-devices.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/mcp/connection.ts:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/mcp/connection.ts:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/mcp/headless-dispatcher.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/mcp/headless-dispatcher.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/port-utils.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/port-utils.ts:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/setup-ios-device.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/setup-ios-device.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/setup-ios.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/setup-ios.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/ui-mode/ui-server.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/ui-mode/ui-server.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/verify-ios-network.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/verify-ios-network.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/tapsmith/src/watch.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/tapsmith/src/watch.ts:15 Node child process
medium System graph cicd CI/CD security conf 1.00 4 occurrences Install-time lifecycle script performs network/shell-sensitive actions
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
4 files, 4 locations
npm-packages/core-darwin-arm64/package.json
npm-packages/core-darwin-x64/package.json
npm-packages/core-linux-arm64/package.json
npm-packages/core-linux-x64/package.json
CI/CD securitySupply chainNpm
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.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 98 placeholder/mock markers across 36 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 399 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 35 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/cache@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 35 locations
.github/workflows/e2e-android.yml:34, 66, 96, 169, 175, 181, 191, 260, +3 more (11 hits)
.github/workflows/release.yml:51, 97, 120, 134, 140, 200, 228, 291, +3 more (11 hits)
.github/workflows/e2e-ios.yml:31, 91, 160, 166, 172, 286, 312, 320, +2 more (10 hits)
.github/workflows/ci.yml:80, 123, 160 (3 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/__tests__/trace-collector.test.ts:500
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/build-ios-agent.ts:223
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/cli.ts:91
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/configure-ios-network.ts:171
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/doctor.ts:46
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/expect.ts:1517
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/init.ts:152
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/ios-simulator-build.ts:141
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/setup-ios-device.ts:385
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/setup-ios.ts:128
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/trace/show-trace-server.ts:108
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/ui-mode/ui-server.ts:1475
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/tapsmith/src/verify-ios-network.ts:180
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith-core/src/agent_comms.rs (2200 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith-core/src/grpc_server.rs (7094 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith-core/src/ios/device.rs (1556 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith-core/src/network_proxy.rs (4177 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/__tests__/element-handle.test.ts (2281 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/__tests__/expect.test.ts (2015 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/__tests__/runner.test.ts (1438 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/cli.ts (2635 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/dispatcher.ts (1910 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/element-handle.ts (1520 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/expect.ts (1920 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/runner.ts (1873 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/ui-mode/main.tsx (1421 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/ui-mode/styles/ui-mode.css.ts (2349 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/tapsmith/src/ui-mode/ui-server.ts (4002 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/f44a26d1-87e8-425b-b391-04bf2d56e575/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f44a26d1-87e8-425b-b391-04bf2d56e575/

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.