Security hardening, TS fixes, JS drag, and dynamic window resize#12
Open
edmundamoye wants to merge 2 commits intolcoutodemos:mainfrom
Open
Security hardening, TS fixes, JS drag, and dynamic window resize#12edmundamoye wants to merge 2 commits intolcoutodemos:mainfrom
edmundamoye wants to merge 2 commits intolcoutodemos:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
lcoutodemos
added a commit
that referenced
this pull request
Mar 20, 2026
…play Security (from PR #12 analysis): - OPEN_IN_TERMINAL: UUID-validate sessionId, reject malicious projectPath, use single-quoted shell escaping to block $() and backtick injection - LOAD_SESSION: UUID-gate sessionId to prevent path traversal - LIST_SESSIONS/LOAD_SESSION: reject null bytes, newlines, non-absolute projectPath - OPEN_EXTERNAL: replace regex with URL constructor for protocol/hostname validation - Marketplace install/uninstall: validate pluginName charset, repo format, sourcePath traversal, and enforce resolved path stays under ~/.claude/skills/ Performance: - Replace execSync with async execFile in transcription to stop blocking the Electron main thread (eliminates macOS loading cursor during voice input) - Add per-phase timing logs for transcription diagnostics - Conditional fallback re-run: only re-transcribe if first run produced no stdout UI: - Normalize model IDs with context window hints (e.g. "[1m]") for display - Add getModelDisplayLabel helper for future-proof model name rendering
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan