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
GPT-6 Astra Shows Strong Tool Use and Math Results but Trails in Text Quality Tests
OpenAI released GPT-6 Astra on 3 September 2026 with capabilities for long-horizon tasks involving code, documents and external tools. Independent benchmarks from Artificial Analysis, Epoch AI and others reveal a mixed picture: the model leads in Epoch Capabilities Index and certain coding agent tests yet falls behind Claude Fable 5.1 in text generation and some professional document tasks. Astra solved two previously open problems on FrontierMath Erdős and reached 99.9 percent on ARC-AGI-3 when paired with a state-preserving adapter. The model was rated Critical for cyber capabilities after scoring 100 percent on ExploitBench and discovering two previously unknown vulnerabilities. Pricing starts at $10 per million input tokens, 2.5 times higher than GPT-5.6 Sol, while real-world costs vary sharply depending on task length and retries.
Stop Asking If AI Agent Skills Are Safe — Focus on Capability Disclosure Instead
A new approach called capability disclosure is proposed for evaluating skills used by AI agents, replacing unreliable safety badges. The shift comes after documented cases where malicious SKILL.md files survived system reinstalls through backups and executed data theft via prompt injection. Snyk's ToxicSkills analysis of 3984 public skills found 36.8% with security issues and 13.4% critical, including 76 confirmed malicious payloads. The skill-xray tool provides structural scanning and tiered reporting from T0 (inert text) to T4 (opaque runtime code loading) without issuing safety verdicts. Real-world examples include CVE-2025-6514 affecting mcp-remote with over 437,000 installations. The method emphasizes revealing what a skill can access rather than promising it is harmless.
OpenAI GPT-6 Astra Deploys Multi-Agent Parallel Processing, Increasing Local CPU Load and Security Risks
Early users of GPT-6 Astra have observed the model distributing complex tasks across multiple specialized agents that plan, solve, test code, verify results, and iterate after failures. This multi-agent approach enables faster handling of multi-step workflows compared to sequential chatbots. OpenAI states that Astra can control computers, operate browsers and applications, and install or test software, though it has not officially confirmed a native multi-agent architecture. Main computations run in the cloud, but agent tools can execute on user devices or corporate servers, leading to noticeable processor load when multiple agents compile code, launch browsers, run tests, and operate containers simultaneously. Corporate environments face added complexity as each agent requires virtual machines, sandboxes, internal data access, and careful environment cleanup. The increased autonomy has prompted OpenAI to strengthen monitoring of Astra actions and permission boundaries for subscribers of ChatGPT and enterprise clients.
Microsoft Copilot Can Surface Overshared Data Despite Permission Boundaries
Microsoft documentation states that Copilot only accesses data authorized for the signed-in user, yet default SharePoint and OneDrive sharing settings often grant broad access that the AI then respects literally. This creates accidental oversharing risks where Copilot retrieves documents shared too widely years earlier. Administrators can use Content Management Assessment and Data access governance reports, including the EEEU report covering the top 100 sites shared in the past 28 days, to identify problematic content. Two distinct controls exist: Restricted Access Control removes access entirely while Restricted Content Discovery hides items from Copilot and search without altering permissions. Sensitivity labels combined with encryption can exclude programmatic access for agents, though Microsoft does not guarantee outright blocking. Interaction logs stored in Microsoft Purview retain user prompts, Copilot responses, and citations to accessed documents, providing an audit trail for oversharing incidents.