Thursday 17 September 2026, 03:04 PM
How ServiceNow AI Control Tower blocks XSS and SQL injection without LLM calls
Discover how ServiceNow's mid-2026 Australia release uses AI Control Tower to deterministically screen ITSM agent outputs for XSS and SQLi without LLM calls.
When you give an autonomous ITSM agent the keys to your database, things get complicated fast. We are moving past the era of human-in-the-loop copilots. Now, AI agents execute queries and modify records on their own. The immediate reaction from most security teams is to lock these agents down so tightly that they become practically useless for the end user. I was digging through the patch notes for ServiceNow's mid-2026 Australia release, specifically looking at how their AI Control Tower handles this tension. What stands out isn't just the security mechanics—it's how they managed to keep the interface fast and intuitive.
The latency penalty of AI judging AI
The standard industry playbook for monitoring AI outputs relies heavily on secondary LLM calls. You basically ask one AI to judge if the payload generated by another AI is safe. From a usability standpoint, this approach is brutal. It doubles response times and drives up inference costs. If an IT admin has to wait ten seconds for a security layer to approve a simple database query, the tool feels broken. Users expect immediate feedback.
ServiceNow bypassed this bottleneck with its Agentic Threat Monitoring. Instead of secondary LLM calls, they use deterministic output screening. The platform relies on pattern matching, semantic analysis, and regex engines to catch PII leakage, Cross-Site Scripting (XSS), SQL injection, and Remote Code Execution (RCE). The result is a highly responsive interface. Users get their answers immediately, without the latency penalty or the risk of a secondary hallucination check.
Mapping the black box
Transparency is usually the first casualty when autonomous agents take over. If an admin cannot see why an agent made a specific decision, trust evaporates. To fix this black box problem, ServiceNow integrated Traceloop to bring OpenLLMetry-lineage observability directly into the platform. The AI Control Tower maps the reasoning traces of these agents in real time. It turns abstract AI behavior into a readable, visual map for the people actually managing the system.
They also shifted how we conceptualize AI agents on the backend. Rather than treating them as abstract software, ServiceNow's acquisition of Armis allows the platform to monitor AI agents as connected enterprise assets—just like a physical laptop or a server. It maps directly to existing IT workflows, making the management process highly accessible for traditional sysadmins. To handle what these agents are actually allowed to do, they integrated Veza's permission graph. This manages the non-human identity lifecycle, ensuring autonomous agents strictly adhere to their authorized role constraints. The admin experience remains familiar because the AI governance is bundled right into existing Governance, Risk, and Compliance (GRC) workflows.
Architectural compromises
There are real architectural trade-offs here. Security researchers correctly point out that competitors like Kosmoy isolate threats using strict kernel-enforced sandboxes. ServiceNow leans instead on post-generation deterministic filters and a per-agent kill switch. If the system detects a behavioral deviation, an observe-and-stop mechanism instantly blocks the payload and deactivates the associated Model Context Protocol (MCP) servers.
This design prioritizes operational speed and user experience, but it leaves a window of vulnerability. A highly obfuscated zero-day payload could theoretically bypass the regex filters and compromise the Configuration Management Database (CMDB) before the kill switch engages.
ServiceNow unveiled these features back at the Knowledge 2026 conference in May, and seeing them hit general availability in the Australia release shows a clear direction for enterprise software. They even picked up a Leader spot in the June 2026 Gartner Magic Quadrant for AI Governance Platforms along the way. Trading absolute sandboxed isolation for a faster, more integrated user experience is a calculated risk. But if we want IT teams to actually use autonomous agents without pulling their hair out over latency and opaque permissions, this kind of deterministic, embedded governance is probably what the day-to-day reality of enterprise AI is going to look like.
References
- https://www.servicenow.com/community/ai-control-tower-articles/ai-control-tower-what-s-new-in-the-june-2026-release/ta-p/3561445
- https://newsroom.servicenow.com/press-releases/details/2026/ServiceNow-expands-AI-Control-Tower-to-discover-observe-govern-secure-and-measure-AI-deployed-across-any-system-in-the-enterprise/default.aspx
- https://www.kosmoy.com/resources/blog/kosmoy-vs-servicenow-ai-control-tower/
- https://www.servicenow.com/community/servicenow-otto-articles/servicenow-ai-agents-build-operations-amp-governance-guide/ta-p/3569932
- https://newsroom.servicenow.com/press-releases/details/2026/ServiceNow-turns-enterprise-AI-chaos-into-control-with-the-platform-for-governed-autonomous-work/default.aspx
- https://www.investing.com/news/company-news/servicenow-expands-ai-control-tower-with-new-governance-features-93CH-4660310
- https://thomasjpatterson.medium.com/servicenows-7-75-billion-armis-acquisition-what-it-means-for-the-future-of-security-operations-11aca659c4e5
- https://startwithidentity.com/blog/tag/identity-news/