Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
.github/workflows/unity-tests.yml: most-fixed (2 issues). Treat as high-risk during review.
7 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.
Auth Bypass: Attackers could supply a unity_instance identifier to bypass security verification and tool execution logic entirely, routing arbitrary commands directly to the connection hub.
Path Traversal: The lack of path canonicalization and directory-containment verification on the installation root allowed attackers to perform arbitrary file writes outside the intended project workspace during the skill sync planning phase.
Command Injection: Insufficently escaped shell arguments when creating local terminal process start configurations across macOS, Windows, and Linux allowed malicious inputs to execute arbitrary operating system commands.