claude-code-best/packages/remote-control-server/src/transport
James Feng 76c47956dd fix: resolve ~50 CodeQL alerts — unused, injection, type issues
unused-local-variable / useless-assignment (~30 alerts):
- mcp-client: manager.ts (11), connection.ts (3)
- acp-link: server.ts (4), rcs-upstream.ts
- remote-control-server: 10 files (SessionDetail, acp/client, transports, etc.)
- src: constants/tools.ts, attribution.ts, win32.ts, main.tsx, attachments.ts

log-injection (2):
- chromeNativeHost.ts, rcs-upstream.ts — apply sanitizeLog()

indirect-command-line-injection (4):
- imagePaste.ts: convert shell:true to explicit sh -c pattern

use-before-declaration (4):
- query.ts, claude.ts, tools.ts, attachments.ts — move feature() import up

comparison-between-incompatible-types (2):
- ExitPlanModePermissionRequest.tsx, useTerminalNotification.ts

shared: sensitive.ts — sanitizeLog() helper
2026-06-08 17:15:22 +08:00
..
acp-relay-handler.ts fix: resolve ~50 CodeQL alerts — unused, injection, type issues 2026-06-08 17:15:22 +08:00
acp-sse-writer.ts fix: resolve ~50 CodeQL alerts — unused, injection, type issues 2026-06-08 17:15:22 +08:00
acp-ws-handler.ts fix: resolve ~50 CodeQL alerts — unused, injection, type issues 2026-06-08 17:15:22 +08:00
client-payload.ts feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-06-04 23:51:54 +08:00
event-bus.ts feat: 支持 acp-link 包进行 acp 通用的 remote-control (#292) 2026-06-04 23:52:35 +08:00
sse-writer.ts fix: resolve ~50 CodeQL alerts — unused, injection, type issues 2026-06-08 17:15:22 +08:00
ws-handler.ts fix: resolve ~50 CodeQL alerts — unused, injection, type issues 2026-06-08 17:15:22 +08:00
ws-shared.ts feat: 支持 acp-link 包进行 acp 通用的 remote-control (#292) 2026-06-04 23:52:35 +08:00