Highlights
Authorization Bypass: 1 prior fix. Scrutinize any change in this area.
src/core/protocol_manager.py: 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.
Authorization Bypass: Calls to disabled MCP tools were not rejected, allowing unauthorized invocation of tools meant to be disabled. This is a direct authorization control gap at the tool dispatch boundary.
Denial of Service: The incoming audio frame queue was unbounded, allowing a flood of audio data to exhaust memory or CPU resources.
Information Disclosure: The Authorization token was included in log output, exposing credentials to anyone with log access.