Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

coding-solo/godot-mcp
main @ 1209744
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
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.