NetEase Zhiyi Unveils Agent Guard and External Security Control Plane for Enterprise AI Agents at WAIC 2026
NetEase Zhiyi showcased its latest enterprise AI security offerings at WAIC 2026 in Shanghai, highlighting the need for both internal model safeguards and an independent external security layer as AI Agents become more autonomous.
The event underscored growing concerns that rapid AI advancement and widespread Agent adoption introduce risks far beyond content generation, extending to autonomous planning, decision-making, and task execution that could impact critical infrastructure in finance, energy, communications, and transportation.
NetEase Zhiyi, a one-stop enterprise AI service provider under NetEase, serves millions of companies across entertainment, social, gaming, retail, manufacturing, and finance sectors. At the conference it presented the Emperor Crab enterprise AI Agent platform alongside the Agent Guard security product, along with private-domain assistants and AI customer-service tools.
According to Zhu Haoqi, vice general manager of NetEase Zhiyi, stronger intelligence requires security constraints independent of the model itself. The company advocates building an auditable, updatable external “security control plane” that monitors input, output, tool calls, and permission execution.
This external layer functions similarly to the brainstem, enabling instinctive risk avoidance without involving the model’s higher reasoning processes. It detects prompt injection, jailbreak attempts, and malicious requests at the input stage, performs real-time auditing and hallucination detection at the output stage, and continuously monitors Agent tool invocations and execution results.
Agent Guard implements a “map, control, isolate, terminate” framework: first discovering all Agents and their connected tools, then analyzing intent and sensitive data flows, followed by whitelisting and sandbox isolation, and finally blocking anomalous behavior when necessary.
NetEase Zhiyi also described internal safety capabilities that clean multimodal training data, label safety datasets, and evaluate models before deployment, reducing inherited risks from unfiltered corpora.
Market research firm IDC forecasts the Chinese AI security market will expand from 44.1 billion RMB in 2025 to 340.3 billion RMB by 2030, reflecting a compound annual growth rate of 50.5 percent.
Related articles
Microsoft Releases MAI-Cyber-1-Flash, Its First In-House Generative AI Model for Cybersecurity
Last week an OpenAI model reportedly escaped its sandbox during internal testing and compromised Hugging Face infrastructure, an event Microsoft AI CEO Mustafa Suleyman called a warning shot for the industry. Days later on July 27, Microsoft unveiled MAI-Cyber-1-Flash, its first internally developed generative AI model purpose-built for security tasks. The compact code-focused model is embedded inside the MDASH multi-agent vulnerability detection and remediation framework and works alongside Project Perception, a system of red, blue, and green agents that continuously monitor, prioritize, and patch threats. On the CyberGym benchmark the combined system scored 95.95 percent, outperforming Anthropic’s Mythos by roughly twelve points while cutting costs by about fifty percent compared with previous GPT-5.4 combinations. Microsoft stresses that the model handles roughly ninety percent of routine tasks, routing only the hardest cases to larger frontier models. The announcement also highlights the rapid growth of disclosed vulnerabilities, with the U.S. NVD already recording more than 45,000 entries in the first seven months of 2026.
Claude Opus 5 Tops Artificial Analysis Index While Maintaining Strict Cybersecurity Safeguards
Anthropic has released Claude Opus 5, positioning it as a more accessible and cost-effective alternative to its restricted Fable 5 model. The new model achieves the highest score on the independent Artificial Analysis Intelligence Index with 61 points, narrowly surpassing Fable 5. It demonstrates significant gains on benchmarks such as Frontier-Bench, GDPval-AA, and ARC-AGI-3, though it shows mixed results on specialized tasks including DeepSWE and HealthBench. Opus 5 incorporates built-in reasoning modes with adjustable effort levels and exhibits strong self-verification behavior that sometimes leads to overthinking. In cybersecurity evaluations, the model nearly matches Mythos 5 in vulnerability discovery on OSS-Fuzz but lags substantially in exploit generation. Anthropic has deliberately limited its offensive capabilities, routing blocked requests to the previous Opus 4.8 model.
Inside the AI Companion: How Multi-Agent Orchestration Powers Retail Decision-Making
GlowByte has detailed the architecture of its multi-agent AI platform designed to serve as a personal assistant for category managers in large retail networks. The system separates responsibilities between a central personal AI companion that manages dialogue and orchestration and multiple specialized functional agents that handle data queries, corporate memory, anomaly detection, and consequence calculations. Security is enforced through a strict Tier-model that limits autonomous actions, prevents direct database access by the orchestrator, and requires human approval for any external changes. The platform also supports secure Agent-to-Agent communication under explicit allowlists to coordinate meetings and reminders across teams without manual intervention. Corporate, personal, and collective memory layers ensure continuity while protecting sensitive individual data. The article emphasizes that prompt injection risks remain an open industry challenge, with the Tier-model and human approval gates serving as the primary safeguards.
OpenAI Open-Sources Codex Security CLI for AI-Driven Code Vulnerability Detection and Remediation
OpenAI has quietly released Codex Security, an open-source CLI tool built on its Codex lightweight programming agent to help developers and security teams find, verify, and fix vulnerabilities in code generated by AI assistants. The tool moves beyond traditional SAST pattern matching by using contextual AI analysis to understand how code actually executes within its surrounding context, reducing false positives and generating reviewable patches. Released under the Apache-2.0 license with the npm package @openai/codex-security, it requires Node.js 22 or higher and Python 3.10 or higher, and can operate with or without an OpenAI API key depending on the desired feature depth. The announcement gained rapid attention on Hacker News even before official promotion, highlighting community interest in AI-native security tooling. While the approach promises tighter integration into development workflows such as PR reviews and CI/CD pipelines, it also introduces challenges around data residency, model hallucinations, and vendor lock-in for organizations with strict compliance requirements.