Security context

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

microsoft/aici
main @ ecc5036
2
Fixes
0
CVEs
MEDIUM
Peak severity
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
aicirt/src/main.rs: most-fixed (1 issue). Treat as high-risk during review.
0 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.

Denial of Service: Unbounded row items in the Earley parser's scan step can lead to CPU exhaustion and system denial of service when processing complex or malicious inputs. Developers should ensure parsing limits are strictly enforced on all token scanning operations.
Auth Bypass: Insufficent validation of registered tags allowed users to register module tags outside of their authorized prefix space. Identity and admin status checks must be consistently applied to all tag-related registration requests to prevent unauthorized resource mapping.