claude-code-best/packages/remote-control-server/src
James Feng bad81fdfcc Phase 1: security do-now — redaction helpers + RCS defaults hardened
- Add src/utils/sensitive.ts: redactUrl/redactValue/redactForLog
- Apply redaction to MCP config printing (mcp.tsx)
- Apply redaction to hard-fail logging (log.ts)
- Apply redaction to chrome native host debug log
- Apply redaction to CLI error output (exit.ts)
- RCS: default bind to 127.0.0.1 instead of 0.0.0.0
- RCS: CORS restricted to localhost + baseUrl whitelist
- pipeTransport: default bind to 127.0.0.1 via PIPE_HOST env
2026-06-03 13:43:38 +08:00
..
__tests__ feat(bridge): tsc 全绿 — 补齐 Bridge/UDS/TCP/ACP 远程控制链类型 2026-06-02 11:26:11 +08:00
auth feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
routes feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
services feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
transport feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
types feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
config.ts Phase 1: security do-now — redaction helpers + RCS defaults hardened 2026-06-03 13:43:38 +08:00
index.ts Phase 1: security do-now — redaction helpers + RCS defaults hardened 2026-06-03 13:43:38 +08:00
store.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00