📻Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win)
This report presents the forensic synthetic code analysis of electerm/electerm, a JavaScript project with 14,482 GitHub stars. SynthScan v2.0 examined 107,839 lines of code across 711 source files, recording 199 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 4.1 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 199 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | test/unit/resolve.spec.js | 13 | // ── Unix paths ────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/resolve.spec.js | 39 | // ── Windows paths ─────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/resolve.spec.js | 69 | // ── Absolute paths in nameOrDot ───────────────────────────── | COMMENT |
| MEDIUM | test/unit/resolve.spec.js | 91 | // ── Edge cases ────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/resolve.spec.js | 101 | // ── WSL paths (wsl.localhost) ─────────────────────────────── | COMMENT |
| MEDIUM | test/unit/resolve.spec.js | 135 | // ── WSL paths (wsl$) ─────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/resolve.spec.js | 145 | // ── WSL cross-path switching ──────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 17 | // ── Electron mock ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 29 | // ── Mock renderer (win) ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 48 | // ── Intercept require() before loading the widget ───────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 64 | // ── SSE helper (mirrors mcp.spec.js) ───────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 101 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 103 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 136 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 138 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 183 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 185 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 216 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 218 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 262 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 264 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 352 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 354 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 421 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 423 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 457 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 459 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 502 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 504 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 590 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp-widget.spec.js | 592 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | test/unit/mcp.spec.js | 238 | // ─── Renderer-dependent terminal tests ────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp.spec.js | 101 | // ─── Protocol-level tests (no renderer needed) ────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp.spec.js | 202 | // ─── Tool call protocol tests ─────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp.spec.js | 418 | // ─── Direct tab open tests ───────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp.spec.js | 527 | // ─── onData test ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit/mcp.spec.js | 544 | // ─── Terminal idle tests ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit-ci/session-ssh-agent.spec.js | 39 | // ─── constants ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit-ci/session-ssh-agent.spec.js | 48 | // ─── helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit-ci/session-ssh-agent.spec.js | 227 | // ─── fixture management ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit-ci/session-ssh-agent.spec.js | 265 | // ── test 1 ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit-ci/session-ssh-agent.spec.js | 327 | // ── test 2 ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit-ci/session-ssh-agent.spec.js | 377 | // ── test 3 ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/unit-ci/session-ssh-agent.spec.js | 424 | // ── test 4 ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/023.batch-op.spec.js | 25 | // ─── helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/023.batch-op.spec.js | 61 | // ─── tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/023.batch-op.spec.js | 73 | // ── open widgets panel ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/023.batch-op.spec.js | 77 | // ── click the Batch Operation widget ────────────────────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e/023.batch-op.spec.js | 89 | // ── Load Template and verify editor populated ────────────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e/023.batch-op.spec.js | 99 | // ── set the full example workflow (connect + commands + sftp) ────────── | COMMENT |
| MEDIUM⚡ | test/e2e/023.batch-op.spec.js | 103 | // ── execute workflow ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/021.cmd-history.spec.js | 23 | // ─── helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/021.cmd-history.spec.js | 92 | // ─── test ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/021.cmd-history.spec.js | 96 | // ── first session ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/021.cmd-history.spec.js | 112 | // ── step 1: run cmd1 in terminal → should appear in history ─────────────── | COMMENT |
| MEDIUM | test/e2e/021.cmd-history.spec.js | 127 | // ── step 2: click the item to re-run the command ────────────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e/021.cmd-history.spec.js | 147 | // ── step 3: delete the item ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e/021.cmd-history.spec.js | 157 | // ── step 4: run cmd2 that should persist after restart ──────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e/021.cmd-history.spec.js | 165 | // ── second session (restart) ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e/020.trzsz-rzsz.spec.js | 34 | // ─── helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| 34 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/unit/mcp2.spec.js | 320 | // Step 1: Create SSH bookmark | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 334 | // Step 2: Open the bookmark | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 341 | // Step 3: List /tmp directory | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 352 | // Step 4: Stat /tmp | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 362 | // Step 5: Read /etc/hostname | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 372 | // Step 6: Clean up - delete test bookmark | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 243 | // Step 1: Open a local terminal | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 253 | // Step 2: Send a command | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 370 | // Step 5: Clean up - delete the test bookmark | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 379 | // Step 6: Verify the bookmark was actually deleted | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 487 | // Step 4: Verify no bookmark was created for this connection | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 494 | // Step 5: Close the tab | COMMENT |
| LOW | test/unit/mcp.spec.js | 267 | // Step 3: Get terminal output and verify command was executed | COMMENT |
| LOW | test/unit/mcp.spec.js | 307 | // Step 1: Create SSH bookmark | COMMENT |
| LOW | test/unit/mcp.spec.js | 322 | // Step 2: Open/connect to the bookmark | COMMENT |
| LOW | test/unit/mcp.spec.js | 333 | // Step 3: Send a command with retry | COMMENT |
| LOW | test/unit/mcp.spec.js | 357 | // Step 4: Get terminal output and verify command was executed | COMMENT |
| LOW | test/unit/mcp.spec.js | 433 | // Step 1: Open SSH tab directly (no bookmark created) | COMMENT |
| LOW | test/unit/mcp.spec.js | 451 | // Step 2: Send a command with retry | COMMENT |
| LOW | test/unit/mcp.spec.js | 475 | // Step 3: Get terminal output and verify command was executed | COMMENT |
| LOW | npm/install.js | 303 | // Step 1: Mount the DMG | COMMENT |
| LOW | npm/install.js | 321 | // Step 2: Find the .app bundle | COMMENT |
| LOW⚡ | npm/install.js | 343 | // Step 3: Copy the app to /Applications | COMMENT |
| LOW⚡ | npm/install.js | 346 | // Step 4: Detach the DMG (always, regardless of copy result) | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 617 | // Step 1: Parse RDCleanPath request | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 621 | // Step 2: Parse destination | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 633 | // Step 6: Build and send RDCleanPath response | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 641 | // Step 7: Bidirectional relay via node-forge | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 379 | // Step 1: TCP connect (direct or through proxy) | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 401 | // Step 3: Read X.224 Connection Confirm | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 415 | // Step 4: TLS handshake via node-forge (pure JS — no BoringSSL) | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 435 | // Step 5: Convert captured certificates to DER | COMMENT |
| LOW | src/client/components/file-transfer/transfer.jsx | 707 | // Step 1: Create all folders concurrently in batches | COMMENT |
| LOW | src/client/components/file-transfer/transfer.jsx | 731 | // Step 2: Process contents of each folder sequentially | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/unit/mcp2.spec.js | 320 | // Step 1: Create SSH bookmark | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 334 | // Step 2: Open the bookmark | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 341 | // Step 3: List /tmp directory | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 352 | // Step 4: Stat /tmp | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 362 | // Step 5: Read /etc/hostname | COMMENT |
| LOW⚡ | test/unit/mcp2.spec.js | 372 | // Step 6: Clean up - delete test bookmark | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 243 | // Step 1: Open a local terminal | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 253 | // Step 2: Send a command | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 370 | // Step 5: Clean up - delete the test bookmark | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 379 | // Step 6: Verify the bookmark was actually deleted | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 487 | // Step 4: Verify no bookmark was created for this connection | COMMENT |
| LOW⚡ | test/unit/mcp.spec.js | 494 | // Step 5: Close the tab | COMMENT |
| LOW | test/unit/mcp.spec.js | 267 | // Step 3: Get terminal output and verify command was executed | COMMENT |
| LOW | test/unit/mcp.spec.js | 307 | // Step 1: Create SSH bookmark | COMMENT |
| LOW | test/unit/mcp.spec.js | 322 | // Step 2: Open/connect to the bookmark | COMMENT |
| LOW | test/unit/mcp.spec.js | 333 | // Step 3: Send a command with retry | COMMENT |
| LOW | test/unit/mcp.spec.js | 357 | // Step 4: Get terminal output and verify command was executed | COMMENT |
| LOW | test/unit/mcp.spec.js | 433 | // Step 1: Open SSH tab directly (no bookmark created) | COMMENT |
| LOW | test/unit/mcp.spec.js | 451 | // Step 2: Send a command with retry | COMMENT |
| LOW | test/unit/mcp.spec.js | 475 | // Step 3: Get terminal output and verify command was executed | COMMENT |
| LOW | npm/install.js | 303 | // Step 1: Mount the DMG | COMMENT |
| LOW | npm/install.js | 321 | // Step 2: Find the .app bundle | COMMENT |
| LOW⚡ | npm/install.js | 343 | // Step 3: Copy the app to /Applications | COMMENT |
| LOW⚡ | npm/install.js | 346 | // Step 4: Detach the DMG (always, regardless of copy result) | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 617 | // Step 1: Parse RDCleanPath request | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 621 | // Step 2: Parse destination | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 633 | // Step 6: Build and send RDCleanPath response | COMMENT |
| LOW⚡ | src/app/server/rdp-proxy.js | 641 | // Step 7: Bidirectional relay via node-forge | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 379 | // Step 1: TCP connect (direct or through proxy) | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 401 | // Step 3: Read X.224 Connection Confirm | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 415 | // Step 4: TLS handshake via node-forge (pure JS — no BoringSSL) | COMMENT |
| LOW | src/app/server/rdp-proxy.js | 435 | // Step 5: Convert captured certificates to DER | COMMENT |
| LOW | src/client/components/file-transfer/transfer.jsx | 707 | // Step 1: Create all folders concurrently in batches | COMMENT |
| LOW | src/client/components/file-transfer/transfer.jsx | 731 | // Step 2: Process contents of each folder sequentially | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/unit-ci/session-ssh.spec.js | 184 | function sameRoundKeyboardInteractiveAuth () { | CODE |
| LOW | test/unit-ci/session-ssh.spec.js | 205 | function splitRoundKeyboardInteractiveAuth (rounds = []) { | CODE |
| LOW | test/e2e/019.drag-folder.spec.js | 166 | async function ensureItemVisibleAtCurrentOrParent (client, type, itemName, maxHops = 8) { | CODE |
| LOW | test/e2e/009.8.file-op-with-keyboard.spec.js | 38 | async function testCopyPasteOperationWithKeyboard (client, type) { | CODE |
| LOW | test/e2e/common/common.js | 241 | async function confirmSshHostKeyVerificationIfNeeded (client, timeout = 4000) { | CODE |
| LOW | test/e2e/common/common.js | 408 | async function verifyFileTransfersComplete (client, timeout = 30000, interval = 1000) { | CODE |
| LOW | src/app/server/sftp-file.js | 7 | function createReadStreamFromString (str) { | CODE |
| LOW | src/app/server/session-api.js | 38 | async function toggleTerminalLogTimestamp (body) { | CODE |
| LOW | src/app/server/terminal-api.js | 44 | function toggleTerminalLogTimestamp (ws, msg) { | CODE |
| LOW | src/app/lib/deep-link.js | 62 | function checkProtocolRegistration () { | CODE |
| LOW | src/client/components/terminal/shell.js | 107 | export function getInlineShellIntegration (shellType) { | CODE |
| LOW | src/client/components/terminal/shell.js | 141 | export function getShellIntegrationCommand (shellType = 'bash') { | CODE |
| LOW | src/client/components/terminal/terminal-apis.js | 38 | export function toggleTerminalLogTimestamp (pid) { | CODE |
| LOW | …/client/components/bookmark-form/common/init-values.js | 68 | export function getTerminalBackgroundDefaults (defaultSetting) { | CODE |
| LOW | …/components/common/connection-hopping-warning-text.jsx | 13 | export default function ConnectionHoppingWarningText (props) { | CODE |
| LOW | src/client/components/theme/theme-list-item.jsx | 51 | function handleTooltipVisibleChange (visible) { | CODE |
| LOW | src/client/components/ai/agent-tools.js | 4 | function buildAddBookmarkParameters () { | CODE |
| LOW | src/client/components/ai/agent.js | 35 | async function callBackendAIchatWithTools (messages, config) { | CODE |
| LOW | src/client/components/shortcuts/shortcut-handler.js | 67 | export function handleTerminalSelectionReplace (event, ctx) { | CODE |
| LOW | src/client/store/sync.js | 37 | function updateSyncServerStatusFromGist (store, gist, type) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/e2e/018.file-transfer-conflict.spec.js | 201 | // Count and return the number of selected items | COMMENT |
| LOW | .github/workflows/linux-loong64-legacy.yml | 1 | # Build electerm for loong64 (LoongArch64) Linux - Legacy (old world) | COMMENT |
| LOW | src/app/server/download-upgrade.js | 61 | proxy, | COMMENT |
| LOW | src/app/lib/on-close.js | 41 | // _id: 'exitStatus' | COMMENT |
| LOW | src/app/widgets/widget-local-file-server.js | 61 | }, | COMMENT |
| LOW | src/app/widgets/load-widget.js | 41 | return res | COMMENT |
| LOW | src/client/components/tabs/tab.jsx | 81 | clearPasswordPrompt = () => { | COMMENT |
| LOW | src/client/components/web/web-session.jsx | 81 | // webview.addEventListener('did-start-loading', (e) => { | COMMENT |
| LOW | src/client/components/terminal/terminal.jsx | 1781 | // getPwd = async () => { | COMMENT |
| LOW | src/client/store/sync.js | 121 | // } | COMMENT |
| LOW | src/client/store/sync.js | 601 | if (pass) { | COMMENT |
| LOW | src/client/store/mcp-handler.js | 321 | message: `Bookmark group "${group.title}" created` | COMMENT |
| LOW | src/client/store/mcp-handler.js | 341 | // store.addQuickCommand(qm) | COMMENT |
| LOW | src/client/store/mcp-handler.js | 361 | // message: `Executed quick command "${qm.name}"` | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/client/components/common/placeholder.jsx | 3 | <div id='placeholder' className='placeholder-wrap' /> | CODE |
| LOW | src/client/store/sync.js | 120 | // content: 'placeholder' | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/client/common/db.js | 148 | export async function getData (name) { | CODE |