SQL Injection Tautology RBAC Bypass - ATR-2026-01600 (4803d364-f5c2-52e4-bb7a-c41937c0e989)
Detects SQL injection tautology patterns embedded in agent tool arguments that attempt to bypass row-level security or RBAC filters. Tautologies such as "OR 1=1", "OR true", "OR 'a'='a'" cause the WHERE clause to always evaluate to true, returning all rows regardless of the caller's authorization scope. This is the primary SQL-based BOLA / broken-object-level-authorization vector targeting AI agents that forward user-supplied values directly into database queries.