Highlights
Command Injection: 1 prior fix. Scrutinize any change in this area.
src/index.ts: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Command Injection: The use of child_process.exec to run system commands with project paths or arguments allowed remote command injection. This was mitigated by migrating to execFile, highlighting the critical risk of shell parsing on user-provided arguments.
Remote Code Execution: A fallback mechanism in script name resolution allowed loading arbitrary local paths using the Godot 'load' sink, which could be abused to execute unauthorized scripts if malicious file paths were resolved.